public interface InventoryBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
InventoryBuilder |
allocName(InventoryElement element,
java.lang.String name) |
InventoryBuilder |
allocPos(InventoryElement element,
int x,
int y) |
int |
currentSize() |
InventoryElement |
getElement(int i) |
InventorySlot |
newSlot(net.minecraft.util.EnumFacing facing) |
InventorySlot |
newSlot(net.minecraft.util.EnumFacing facing,
InventoryRule rule) |
InventorySpace |
newSpace(int xSize,
int ySize,
net.minecraft.util.EnumFacing facing) |
InventorySpace |
newSpace(int xSize,
int ySize,
net.minecraft.util.EnumFacing facing,
InventoryRule rule) |
InventorySpace newSpace(int xSize, int ySize, net.minecraft.util.EnumFacing facing, InventoryRule rule)
InventorySpace newSpace(int xSize, int ySize, net.minecraft.util.EnumFacing facing)
InventorySlot newSlot(net.minecraft.util.EnumFacing facing)
InventorySlot newSlot(net.minecraft.util.EnumFacing facing, InventoryRule rule)
InventoryBuilder allocName(InventoryElement element, java.lang.String name)
InventoryBuilder allocPos(InventoryElement element, int x, int y)
int currentSize()
InventoryElement getElement(int i)