Uses of Enum
net.citizensnpcs.trait.versioned.CamelTrait.CamelPose
-
Uses of CamelTrait.CamelPose in net.citizensnpcs.trait.versioned
Modifier 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.Modifier 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
Modifier and TypeMethodDescriptionstatic void
NMS.setCamelPose
(Entity entity, CamelTrait.CamelPose pose) default void
NMSBridge.setCamelPose
(Entity entity, CamelTrait.CamelPose pose)