Examples of IThaumCraftProxy


Examples of logisticspipes.proxy.interfaces.IThaumCraftProxy

      @Override public void handleMesssage(int computerId, Object message, LogisticsTileGenericPipe tile, int sourceId) {}
      @Override public void addCraftingRecipes(ICraftingParts parts) {}
      @Override public Object getAnswer(Object object) {return object;}
    }));
   
    SimpleServiceLocator.setThaumCraftProxy(getWrappedProxy("Thaumcraft", IThaumCraftProxy.class, ThaumCraftProxy.class, new IThaumCraftProxy() {
      @Override public boolean isScannedObject(ItemStack stack, String playerName) {return false;}
      @Override public List<String> getListOfTagsForStack(ItemStack stack) {return null;}
      @Override @SideOnly(Side.CLIENT) public void renderAspectsDown(ItemStack item, int x, int y, GuiScreen gui) {}
      @Override @SideOnly(Side.CLIENT) public void renderAspectsInGrid(List<String> eTags, int x, int y, int legnth, int width, GuiScreen gui) {}
      @Override public void addCraftingRecipes(ICraftingParts parts) {}
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.