Attempt more fixes

This commit is contained in:
zontreck 2025-02-23 01:13:12 -07:00
parent ddc7fa9952
commit abfaa02ace
6 changed files with 24 additions and 20 deletions

View file

@ -1,13 +1,11 @@
package com.zontreck.events;
import net.minecraft.world.entity.player.Player;
import net.minecraftforge.eventbus.api.Cancelable;
import net.minecraftforge.eventbus.api.Event;
import java.util.UUID;
import net.minecraft.world.entity.player.Player;
import net.neoforged.bus.api.Event;
@Cancelable
public class CommandExecutionEvent extends Event {
public UUID playerID;