Building the Config Screen

Here is how you can get the finished screen from the builder.

[...]
Screen screen = builder.build();

And you can show it to the player.

[...]
MinecraftClient.getInstance().openScreen(screen);

Last updated