Uses of Class
org.bukkit.entity.Villager.Career
-
Packages that use Villager.Career Package Description org.bukkit.entity Interfaces for non-voxel objects that can exist in aworld, including all players, monsters, projectiles, etc. -
-
Uses of Villager.Career in org.bukkit.entity
Methods in org.bukkit.entity that return Villager.Career Modifier and Type Method Description Villager.CareerVillager. getCareer()Get the currentVillager.Careerfor this Villager.static Villager.CareerVillager.Career. valueOf(String name)Returns the enum constant of this type with the specified name.static Villager.Career[]Villager.Career. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bukkit.entity that return types with arguments of type Villager.Career Modifier and Type Method Description static List<Villager.Career>Villager.Career. getCareers(Villager.Profession profession)Get an immutable list ofVillager.Careers that can be used with a givenVillager.ProfessionList<Villager.Career>Villager.Profession. getCareers()Get an immutable list ofVillager.Careerbelonging to this Profession.Methods in org.bukkit.entity with parameters of type Villager.Career Modifier and Type Method Description voidVillager. setCareer(Villager.Career career)Set the newVillager.Careerfor this Villager.voidVillager. setCareer(Villager.Career career, boolean resetTrades)Set the newVillager.Careerfor this Villager.
-