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