public interface ServerRack extends Environment, SidedEnvironment, Rotatable, net.minecraft.inventory.IInventory
if (tileEntity instanceof ServerRack) {
Server racks do not serve as environment for the computer nodes of
servers. That's what the Servers are for.
The only purpose is to allow identifying tile entities as server racks
via the API, i.e. without having to link against internal classes. This
also means that you should not implement this.| Modifier and Type | Method and Description |
|---|---|
int |
range()
The currently set wireless range in which remote terminals work.
|
Server |
server(int slot)
The server in the specified slot.
|
node, onConnect, onDisconnect, onMessagecanConnect, sidedNodecloseInventory, decrStackSize, getInventoryName, getInventoryStackLimit, getSizeInventory, getStackInSlot, getStackInSlotOnClosing, hasCustomInventoryName, isItemValidForSlot, isUseableByPlayer, markDirty, openInventory, setInventorySlotContentsServer server(int slot)
int range()