Package erogenousbeef.bigreactors.common.multiblock.tileentity.creative

Examples of erogenousbeef.bigreactors.common.multiblock.tileentity.creative.TileEntityTurbineCreativeSteamGenerator


  public TileEntity createNewTileEntity(World world, int metadata) {
    switch(metadata) {
      case REACTOR_CREATIVE_COOLANT_PORT:
        return new TileEntityReactorCreativeCoolantPort();
      case TURBINE_CREATIVE_FLUID_PORT:
        return new TileEntityTurbineCreativeSteamGenerator();
      default:
        return null;
    }
  }
View Full Code Here

TOP

Related Classes of erogenousbeef.bigreactors.common.multiblock.tileentity.creative.TileEntityTurbineCreativeSteamGenerator

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.