Package logisticspipes.gui

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

Related Classes of logisticspipes.gui.GuiPipeController

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.