Package logisticspipes.pipes

Examples of logisticspipes.pipes.PipeItemsProviderLogistics.nextExtractionMode()


    }
    if( !(pipe.pipe instanceof PipeItemsProviderLogistics)) {
      return;
    }
    final PipeItemsProviderLogistics providerpipe = (PipeItemsProviderLogistics) pipe.pipe;
    providerpipe.nextExtractionMode();
    MainProxy.sendPacketToPlayer(PacketHandler.getPacket(ProviderPipeMode.class).setInteger(providerpipe.getExtractionMode().ordinal()).setPosX(getPosX()).setPosY(getPosY()).setPosZ(getPosZ()), player);
  }
}
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.