454455456457458459460
} @Override public void clearContainer() { cb = new CableBusContainer( this ); }
102103104105106107108109110111
} } protected void copyFrom(TileCableBus oldTile) { CableBusContainer tmpCB = cb; cb = oldTile.cb; oldLV = oldTile.oldLV; oldTile.cb = tmpCB; }
242243244245246247248
22232425262728293031323334
{ @Override public void rotateLeft(IBuilderContext context) { CableBusContainer cbc = new CableBusContainer( this ); cbc.readFromNBT( tileNBT ); cbc.rotateLeft(); tileNBT = new NBTTagCompound(); cbc.writeToNBT( tileNBT ); }