Examples of IBCCoreState


Examples of logisticspipes.proxy.buildcraft.subproxies.IBCCoreState

      @Override public void registerTrigger() {}
      @Override public ICraftingParts getRecipeParts() {return null;}
      @Override public void addCraftingRecipes(ICraftingParts parts) {}
      @Override public Object overridePipeConnection(LogisticsTileGenericPipe pipe, Object type, ForgeDirection dir) {return null;}
      @Override public IBCCoreState getBCCoreState() {
        return new IBCCoreState() {
          @Override public void writeData(LPDataOutputStream data) throws IOException {}
          @Override public void readData(LPDataInputStream data) throws IOException {}
          @Override public Object getOriginal() {return null;}
        };
      }
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.