27282930313233343536
@Override public Object getClientGuiElement(int ID, EntityPlayer player, World world, int x, int y, int z) { if (world instanceof WorldClient) { switch (ID) { case Baubles.GUI: return new GuiPlayerExpanded(player); } } return null; }