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