Uses of Enum Class
com.comphenix.protocol.wrappers.EnumWrappers.Hand
Packages that use EnumWrappers.Hand
-
Uses of EnumWrappers.Hand in com.comphenix.protocol.events
Methods in com.comphenix.protocol.events that return types with arguments of type EnumWrappers.HandModifier and TypeMethodDescriptionAbstractStructure.getHands()Retrieve a read/write structure for the Hand enum in 1.9. -
Uses of EnumWrappers.Hand in com.comphenix.protocol.wrappers
Methods in com.comphenix.protocol.wrappers that return EnumWrappers.HandModifier and TypeMethodDescriptionWrappedEnumEntityUseAction.getHand()Get the hand used for the interact.static EnumWrappers.HandReturns the enum constant of this class with the specified name.static EnumWrappers.Hand[]EnumWrappers.Hand.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.comphenix.protocol.wrappers that return types with arguments of type EnumWrappers.HandModifier and TypeMethodDescriptionstatic EquivalentConverter<EnumWrappers.Hand>EnumWrappers.getHandConverter()Methods in com.comphenix.protocol.wrappers with parameters of type EnumWrappers.HandModifier and TypeMethodDescriptionstatic WrappedEnumEntityUseActionWrappedEnumEntityUseAction.interact(EnumWrappers.Hand hand)Get an action for interacting with an entity.static WrappedEnumEntityUseActionWrappedEnumEntityUseAction.interactAt(EnumWrappers.Hand hand, org.bukkit.util.Vector vector)Get an action for interacting with an entity at a specific location.voidWrappedEnumEntityUseAction.setHand(EnumWrappers.Hand hand)Sets the hand used for the interact.