Examples of GuiPipeController


Examples of logisticspipes.gui.GuiPipeController

  @Override
  public Object getClientGui(EntityPlayer player) {
    LogisticsTileGenericPipe tile = this.getPipe(player.getEntityWorld());
    if(tile == null || !(tile.pipe instanceof CoreRoutedPipe)) return null;
    return new GuiPipeController(player, (CoreRoutedPipe) tile.pipe);
  }
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.