Interface ItemSlotCreator

All Known Implementing Classes:
ItemContainerSlotCreator

public interface ItemSlotCreator
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.inventory.Slot
    createSlot(int index, int x, int y)
     
  • Method Details

    • createSlot

      net.minecraft.world.inventory.Slot createSlot(int index, int x, int y)