6768697071727374757677
switch (ID) { case ABOGuiIds.PIPE_DIAMOND_LIQUIDS: return new GuiPipeFluidsDiamond(player.inventory, pipe); case ABOGuiIds.PIPE_DIAMOND_POWER: return new GuiPipePowerDiamond(player.inventory, pipe); default: return null; } }