Package org.ships.vessel.sign
Interface SignUtil
public interface SignUtil
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interface
static class
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic void
onMovement
(org.core.world.position.impl.sync.SyncBlockPosition sign, org.core.entity.living.human.player.LivePlayer player, SignUtil.MovementReady movement) static void
postMovementReady
(MovementDetailsBuilder details, Vessel vessel, org.core.entity.living.human.player.LivePlayer player, org.core.world.position.impl.sync.SyncBlockPosition position, SignUtil.MovementReady ready)
-
Method Details
-
postMovementReady
static void postMovementReady(MovementDetailsBuilder details, Vessel vessel, org.core.entity.living.human.player.LivePlayer player, org.core.world.position.impl.sync.SyncBlockPosition position, SignUtil.MovementReady ready) -
onMovement
static void onMovement(org.core.world.position.impl.sync.SyncBlockPosition sign, org.core.entity.living.human.player.LivePlayer player, SignUtil.MovementReady movement)
-