Interface ICrafting

  • All Known Implementing Classes:
    ServerPlayer

    public interface ICrafting
    • Method Detail

      • updateCraftingInventory

        void updateCraftingInventory​(Container container,
                                     java.util.List<ItemStack> var2)
      • updateCraftingInventorySlot

        void updateCraftingInventorySlot​(Container container,
                                         int i,
                                         ItemStack itemstack)
      • updateCraftingInventoryInfo

        void updateCraftingInventoryInfo​(Container container,
                                         int i,
                                         int j)