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.UsePhaseUseItemOnBlockEvent.usePhaseMethods in net.neoforged.neoforge.event.entity.player that return UseItemOnBlockEvent.UsePhaseModifier and TypeMethodDescriptionUseItemOnBlockEvent.getUsePhase()Returns The Use Phase of the interaction.static UseItemOnBlockEvent.UsePhaseReturns 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(UseOnContext context, UseItemOnBlockEvent.UsePhase usePhase)