Examples of decrSide()


Examples of erogenousbeef.bigreactors.common.tileentity.base.TileEntityBeefBase.decrSide()

        TileEntityBeefBase beefTe = (TileEntityBeefBase)te;
        if(message.increment) {
          beefTe.incrSide(message.side);
        }
        else {
          beefTe.decrSide(message.side);
        }
      }
      else {
        BRLog.warning("Received SideChangeMessage for TE at %d, %d, %d, but it was not a TE with an iterable side exposure!", te.xCoord, te.yCoord, te.zCoord);
      }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.