Package cofh.core.gui.client

Examples of cofh.core.gui.client.GuiFriendsList


      if (tile instanceof TileCoFHBase) {
        return ((TileCoFHBase) tile).getGuiClient(player.inventory);
      }
      return null;
    case FRIENDS_ID:
      return new GuiFriendsList(player.inventory);
    default:
      return null;
    }
  }
View Full Code Here

TOP

Related Classes of cofh.core.gui.client.GuiFriendsList

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.