public class InventoryBuilderImpl extends java.lang.Object implements InventoryBuilder
| 构造器和说明 |
|---|
InventoryBuilderImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
InventoryBuilder |
allocName(InventoryElement element,
java.lang.String name) |
InventoryBuilder |
allocPos(InventoryElement element,
int x,
int y) |
InvImpl |
buildInventory() |
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) |
public InvImpl buildInventory()
public InventorySpace newSpace(int xSize, int ySize, net.minecraft.util.EnumFacing facing, InventoryRule rule)
newSpace 在接口中 InventoryBuilderpublic InventorySpace newSpace(int xSize, int ySize, net.minecraft.util.EnumFacing facing)
newSpace 在接口中 InventoryBuilderpublic InventorySlot newSlot(net.minecraft.util.EnumFacing facing)
newSlot 在接口中 InventoryBuilderpublic InventorySlot newSlot(net.minecraft.util.EnumFacing facing, InventoryRule rule)
newSlot 在接口中 InventoryBuilderpublic InventoryBuilder allocPos(InventoryElement element, int x, int y)
allocPos 在接口中 InventoryBuilderpublic InventoryBuilder allocName(InventoryElement element, java.lang.String name)
allocName 在接口中 InventoryBuilderpublic int currentSize()
currentSize 在接口中 InventoryBuilderpublic InventoryElement getElement(int i)
getElement 在接口中 InventoryBuilder