public static interface UseItemStackEvent.Start extends UseItemStackEvent, Cancellable
UseItemStackEvent.Tick
when a player starts using an
ItemType
, typically when they hold right mouse.
Examples:
Note: Cancelling the event, or setting the duration to <= 0
prevents the ItemType
from processing.
UseItemStackEvent.Finish, UseItemStackEvent.Replace, UseItemStackEvent.Reset, UseItemStackEvent.Start, UseItemStackEvent.Stop, UseItemStackEvent.Tick
getItemStackInUse, getOriginalRemainingDuration, getRemainingDuration, setRemainingDuration
getCause, getContext, getSource
isCancelled, setCancelled