Uses of Enum Class
net.neoforged.neoforge.event.entity.player.UseItemOnBlockEvent.UsePhase
Packages that use UseItemOnBlockEvent.UsePhase
-
Uses of UseItemOnBlockEvent.UsePhase in net.neoforged.neoforge.event.entity.player
Fields in net.neoforged.neoforge.event.entity.player declared as UseItemOnBlockEvent.UsePhaseModifier and TypeFieldDescriptionprivate final UseItemOnBlockEvent.UsePhase
UseItemOnBlockEvent.usePhase
Methods in net.neoforged.neoforge.event.entity.player that return UseItemOnBlockEvent.UsePhaseModifier and TypeMethodDescriptionUseItemOnBlockEvent.getUsePhase()
Returns The Use Phase of the interaction.static UseItemOnBlockEvent.UsePhase
Returns the enum constant of this class with the specified name.static UseItemOnBlockEvent.UsePhase[]
UseItemOnBlockEvent.UsePhase.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.neoforged.neoforge.event.entity.player with parameters of type UseItemOnBlockEvent.UsePhaseModifierConstructorDescriptionUseItemOnBlockEvent
(net.minecraft.world.item.context.UseOnContext context, UseItemOnBlockEvent.UsePhase usePhase)