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