Uses of Class
com.comphenix.protocol.wrappers.WrappedEnumEntityUseAction
Packages that use WrappedEnumEntityUseAction
-
Uses of WrappedEnumEntityUseAction in com.comphenix.protocol.events
Methods in com.comphenix.protocol.events that return types with arguments of type WrappedEnumEntityUseActionModifier and TypeMethodDescriptionAbstractStructure.getEnumEntityUseActions()Retrieves a read/write structure for the EntityUseAction class in the UseEntity packet sent by the client for 1.17 and above. -
Uses of WrappedEnumEntityUseAction in com.comphenix.protocol.wrappers
Fields in com.comphenix.protocol.wrappers with type parameters of type WrappedEnumEntityUseActionMethods in com.comphenix.protocol.wrappers that return WrappedEnumEntityUseActionModifier and TypeMethodDescriptionstatic WrappedEnumEntityUseActionWrappedEnumEntityUseAction.attack()Get the jvm static action for attacking an entity.WrappedEnumEntityUseAction.deepClone()static WrappedEnumEntityUseActionWrappedEnumEntityUseAction.fromHandle(Object handle)Construct a new wrapper for the entity use action class in the UseEntity packet.static 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.