Class VillagerProfession
java.lang.Object
net.citizensnpcs.api.trait.Trait
net.citizensnpcs.trait.VillagerProfession
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidLoads a trait.voidonSpawn()Called when anNPCis spawned.voidSaves a trait.voidsetProfession(Villager.Profession profession) toString()Methods inherited from class Trait
getName, getNPC, getTraitId, isRunImplemented, linkToNPC, onAttach, onCopy, onDespawn, onDespawn, onPreSpawn, onRemove, onRemove, run
-
Constructor Details
-
VillagerProfession
public VillagerProfession()
-
-
Method Details
-
getProfession
-
load
Description copied from class:TraitLoads a trait.- Overrides:
loadin classTrait- Parameters:
key- DataKey to load from- Throws:
NPCLoadException- Thrown if this trait failed to load properly
-
onSpawn
public void onSpawn()Description copied from class:TraitCalled when anNPCis spawned.NPC.getEntity()will return null until this is called. This is also called onAttach when the NPC is already spawned. -
save
-
setProfession
-
toString
-