Package logisticspipes.proxy.buildcraft.subproxies

Examples of logisticspipes.proxy.buildcraft.subproxies.IBCTilePart


      @Override public boolean handleBCClickOnPipe(ItemStack currentItem, CoreUnroutedPipe pipe, World world, int x, int y, int z, EntityPlayer player, int side, LogisticsBlockGenericPipe logisticsBlockGenericPipe) {return false;}
      @Override public ItemStack getPipePlugItemStack() {return null;}
      @Override public ItemStack getRobotStationItemStack() {return null;}
      @Override public boolean stripEquipment(World world, int x, int y, int z, EntityPlayer player, CoreUnroutedPipe pipe, LogisticsBlockGenericPipe block) {return false;}
      @Override public IBCTilePart getBCTilePart(LogisticsTileGenericPipe tile) {
        return new IBCTilePart() {
          @Override public void refreshRenderState() {}
          @Override public boolean hasFacade(ForgeDirection direction) {return false;}
          @Override public ItemStack getFacade(ForgeDirection direction) {return null;}
          @Override public boolean hasPlug(ForgeDirection side) {return false;}
          @Override public boolean hasRobotStation(ForgeDirection side) {return false;}
View Full Code Here

TOP

Related Classes of logisticspipes.proxy.buildcraft.subproxies.IBCTilePart

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.