if (cleanId < GuiId.values().length)
switch (GuiId.values()[cleanId]) {
case AnalyzerGUI:
return new ContainerAnalyzer(player.inventory, (TileAnalyzer) getTileForestry(world, x, y, z));
case NaturalistBenchGUI:
return new ContainerEscritoire(player, (TileEscritoire) getTileForestry(world, x, y, z));
case SolderingIronGUI: