public static interface UseItemStackEvent.Tick extends UseItemStackEvent
UseItemStackEvent.Start
during each tick as an ItemType
is
being used.
Note: Cancelling the event, or setting the duration <= 0 will cause the player to stop using the item.
UseItemStackEvent.Finish, UseItemStackEvent.Start, UseItemStackEvent.Stop, UseItemStackEvent.Tick
getItemStackInUse, getOriginalRemainingDuration, getRemainingDuration, setRemainingDuration
isCancelled, setCancelled
getCause