Examples of GuiFriendsList


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