Class LivingEntityUseItemEvent
java.lang.Object
net.neoforged.bus.api.Event
net.neoforged.neoforge.event.entity.EntityEvent
net.neoforged.neoforge.event.entity.living.LivingEvent
net.neoforged.neoforge.event.entity.living.LivingEntityUseItemEvent
- Direct Known Subclasses:
LivingEntityUseItemEvent.Finish,LivingEntityUseItemEvent.Start,LivingEntityUseItemEvent.Stop,LivingEntityUseItemEvent.Tick
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFired after an item has fully finished being used.static classFired when a player starts 'using' an item, typically when they hold right mouse.static classFired when a player stops using an item without the use duration timing out.static classFired every tick that a player is 'using' an item, seeLivingEntityUseItemEvent.Startfor info.Nested classes/interfaces inherited from class net.neoforged.neoforge.event.entity.living.LivingEvent
LivingEvent.LivingJumpEvent, LivingEvent.LivingVisibilityEventNested classes/interfaces inherited from class net.neoforged.neoforge.event.entity.EntityEvent
EntityEvent.EnteringSection, EntityEvent.EntityConstructing, EntityEvent.Size -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateLivingEntityUseItemEvent(LivingEntity entity, ItemStack item, int duration) -
Method Summary
Methods inherited from class net.neoforged.neoforge.event.entity.living.LivingEvent
getEntity
-
Field Details
-
item
-
duration
private int duration
-
-
Constructor Details
-
LivingEntityUseItemEvent
-
-
Method Details
-
getItem
-
getDuration
public int getDuration() -
setDuration
public void setDuration(int duration)
-