Uses of Enum
net.citizensnpcs.trait.versioned.CamelTrait.CamelPose
Packages that use CamelTrait.CamelPose
-
Uses of CamelTrait.CamelPose in net.citizensnpcs.trait.versioned
Methods in net.citizensnpcs.trait.versioned that return CamelTrait.CamelPoseModifier and TypeMethodDescriptionCamelTrait.getPose()
static CamelTrait.CamelPose
Returns the enum constant of this type with the specified name.static CamelTrait.CamelPose[]
CamelTrait.CamelPose.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.citizensnpcs.trait.versioned with parameters of type CamelTrait.CamelPoseModifier and TypeMethodDescriptionstatic void
CamelTrait.camel
(CommandContext args, CommandSender sender, NPC npc, CamelTrait.CamelPose pose) void
CamelTrait.setPose
(CamelTrait.CamelPose pose) -
Uses of CamelTrait.CamelPose in net.citizensnpcs.util
Methods in net.citizensnpcs.util with parameters of type CamelTrait.CamelPoseModifier and TypeMethodDescriptionstatic void
NMS.setCamelPose
(Entity entity, CamelTrait.CamelPose pose) default void
NMSBridge.setCamelPose
(Entity entity, CamelTrait.CamelPose pose)