Attempt more fixes
This commit is contained in:
parent
ddc7fa9952
commit
abfaa02ace
6 changed files with 24 additions and 20 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue