Package net.citizensnpcs.trait.versioned
Class PufferFishTrait
java.lang.Object
net.citizensnpcs.api.trait.Trait
net.citizensnpcs.trait.versioned.PufferFishTrait
- 
Field Summary
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintstatic voidpufferfish(CommandContext args, CommandSender sender, NPC npc, Integer state) voidsetPuffState(int state) 
- 
Constructor Details- 
PufferFishTraitpublic PufferFishTrait()
 
- 
- 
Method Details- 
getPuffStatepublic int getPuffState()
- 
setPuffStatepublic void setPuffState(int state) 
- 
pufferfishpublic static void pufferfish(CommandContext args, CommandSender sender, NPC npc, Integer state) throws CommandException - Throws:
- CommandException
 
 
-