public static interface UseItemStackEvent.Stop extends UseItemStackEvent
UseItemStackEvent.Tick
when an ItemType
has finished being
used.
Examples:
Duration on this event is how long the item had left in its countdown
before 'finishing'
Cancelling this event will prevent the ItemType
from being
notified that it has stopped being used. The only vanilla
ItemType
this would affect are bows, and it would cause the bow
to NOT fire.
UseItemStackEvent.Finish, UseItemStackEvent.Start, UseItemStackEvent.Stop, UseItemStackEvent.Tick
getItemStackInUse, getOriginalRemainingDuration, getRemainingDuration, setRemainingDuration
isCancelled, setCancelled
getCause