Package erogenousbeef.bigreactors.common.multiblock.tileentity

Examples of erogenousbeef.bigreactors.common.multiblock.tileentity.TileEntityTurbineComputerPort


    else if(metadata == METADATA_BEARING) {
      // Does jack-all different except for store display lists on the client
      return new TileEntityTurbineRotorBearing();
    }
    else if(metadata == METADATA_COMPUTERPORT) {
      return new TileEntityTurbineComputerPort();
    }
    else {
      return new TileEntityTurbinePartStandard();
    }
  }
View Full Code Here

TOP

Related Classes of erogenousbeef.bigreactors.common.multiblock.tileentity.TileEntityTurbineComputerPort

Copyright © 2018 www.massapicom. 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.