Package net.citizensnpcs.trait.versioned
Class CamelTrait
java.lang.Object
net.citizensnpcs.api.trait.Trait
net.citizensnpcs.trait.versioned.CamelTrait
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
camel
(CommandContext args, CommandSender sender, NPC npc, CamelTrait.CamelPose pose) getPose()
void
run()
Called every tick if overridden.void
setPose
(CamelTrait.CamelPose pose)
-
Constructor Details
-
CamelTrait
public CamelTrait()
-
-
Method Details
-
getPose
-
run
public void run()Description copied from class:Trait
Called every tick if overridden. -
setPose
-
camel
public static void camel(CommandContext args, CommandSender sender, NPC npc, CamelTrait.CamelPose pose) throws CommandException - Throws:
CommandException
-