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