Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public void onRenderingBrightness(
- GuiScreenEvent.InitGuiEvent.Pre event) {
- for (GuiButton button : event.getButtonList()) {
- System.out.println(
- button.displayString + " - id: " + button.id);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement