Package logisticspipes.gui

Examples of logisticspipes.gui.GuiPowerProvider


 
  @Override
  public Object getClientGui(EntityPlayer player) {
    LogisticsPowerProviderTileEntity tile = this.getTile(player.getEntityWorld(), LogisticsPowerProviderTileEntity.class);
    if(tile == null) return null;
    return new GuiPowerProvider(player, tile);
  }
View Full Code Here

TOP

Related Classes of logisticspipes.gui.GuiPowerProvider

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.