Exemplo n.º 1
0
 public Profession getProfession() {
   return Profession.getProfession(getHandle().getProfession());
 }
Exemplo n.º 2
0
 public GlowVillager(Location location) {
   super(location, EntityType.VILLAGER, 20);
   Random r = new Random();
   setProfession(Profession.getProfession(r.nextInt(Profession.values().length)));
 }