3940414243444546474849
if (id >= GuiId.values().length) return null; switch (GuiId.values()[id]) { case PropolisPipeGUI: return new GuiPropolisPipe(player, (PipeItemsPropolis)getPipe(world, x, y, z)); default: return null; } }