Package erogenousbeef.bigreactors.common.tileentity

Examples of erogenousbeef.bigreactors.common.tileentity.TileEntityCyaniteReprocessor


  @Override
  public TileEntity createNewTileEntity(World world, int metadata) {
    switch(metadata) {
    case META_CYANITE_REPROCESSOR:
      return new TileEntityCyaniteReprocessor();
    default:
      throw new IllegalArgumentException("Unknown metadata for tile entity");
    }
  }
View Full Code Here

TOP

Related Classes of erogenousbeef.bigreactors.common.tileentity.TileEntityCyaniteReprocessor

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.