예제 #1
0
 public static void setHelmet(HumanEntity human, ItemStack helmet) {
   if (human == null) return;
   setHelmet(human.getInventory(), helmet);
 }