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.Career
Villager. getCareer()
Get the currentVillager.Career
for this Villager.static Villager.Career
Villager.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.Career
s that can be used with a givenVillager.Profession
List<Villager.Career>
Villager.Profession. getCareers()
Get an immutable list ofVillager.Career
belonging to this Profession.Methods in org.bukkit.entity with parameters of type Villager.Career Modifier and Type Method Description void
Villager. setCareer(Villager.Career career)
Set the newVillager.Career
for this Villager.void
Villager. setCareer(Villager.Career career, boolean resetTrades)
Set the newVillager.Career
for this Villager.
-