Examples of IToolWrenchProxy


Examples of logisticspipes.proxy.interfaces.IToolWrenchProxy

      @Override public void handleLPInvalidate(LogisticsTileGenericPipe tile) {}
      @Override public void handleLPChunkUnload(LogisticsTileGenericPipe tile) {}
      @Override public void addToNetwork(LogisticsTileGenericPipe tile) {}
    }));
   
    SimpleServiceLocator.setToolWrenchProxy(getWrappedProxy("!IToolWrench", IToolWrenchProxy.class, ToolWrenchProxy.class, new IToolWrenchProxy() {
      @Override public void wrenchUsed(EntityPlayer entityplayer, int x, int y, int z) {}
      @Override public boolean isWrenchEquipped(EntityPlayer entityplayer) {return false;}
      @Override public boolean canWrench(EntityPlayer entityplayer, int x, int y, int z) {return false;}
      @Override public boolean isWrench(Item item) {return false;}
    }));
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.