public interface PlayerMoveCallback
Modifier and Type | Field and Description |
---|---|
static net.fabricmc.fabric.api.event.Event<PlayerMoveCallback> |
EVENT |
Modifier and Type | Method and Description |
---|---|
net.minecraft.util.ActionResult |
onPlayerMove(net.minecraft.entity.player.PlayerEntity player) |
static final net.fabricmc.fabric.api.event.Event<PlayerMoveCallback> EVENT