Package logisticspipes.blocks.powertile

Examples of logisticspipes.blocks.powertile.LogisticsRFPowerProviderTileEntity


          return new LogisticsSecurityTileEntity();
      case LOGISTICS_AUTOCRAFTING_TABLE:
      case LOGISTICS_FUZZYCRAFTING_TABLE:
        return new LogisticsCraftingTableTileEntity();
      case LOGISTICS_RF_POWERPROVIDER:
        return new LogisticsRFPowerProviderTileEntity();
      case LOGISTICS_IC2_POWERPROVIDER:
        return new LogisticsIC2PowerProviderTileEntity();
          default:
            return null;
        }
View Full Code Here

TOP

Related Classes of logisticspipes.blocks.powertile.LogisticsRFPowerProviderTileEntity

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.