public interface ISocketable
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.item.ItemStack |
getSocket(int slot) |
int |
getSocketCount() |
ICircuitSocketType |
getSocketType() |
void |
setSocket(int slot,
net.minecraft.item.ItemStack stack) |
int getSocketCount()
net.minecraft.item.ItemStack getSocket(int slot)
void setSocket(int slot,
net.minecraft.item.ItemStack stack)
ICircuitSocketType getSocketType()