Examples of IMultiblockGuiHandler


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
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.