Package erogenousbeef.bigreactors.common.multiblock.interfaces

Examples of erogenousbeef.bigreactors.common.multiblock.interfaces.IMultiblockGuiHandler


    if(te == null) {
      return null;
    }
   
    if(te instanceof IMultiblockGuiHandler) {
      IMultiblockGuiHandler part = (IMultiblockGuiHandler)te;
      return part.getGuiElement(player.inventory);
    }
    else if(te instanceof IBeefGuiEntity) {
      return ((IBeefGuiEntity)te).getGUI(player);
    }
   
View Full Code Here

TOP

Related Classes of erogenousbeef.bigreactors.common.multiblock.interfaces.IMultiblockGuiHandler

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.