Advertisement
Guest User

Untitled

a guest
Jan 14th, 2017
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.23 KB | None | 0 0
  1.             public void onRenderingBrightness(
  2.                     GuiScreenEvent.InitGuiEvent.Pre event) {
  3.                 for (GuiButton button : event.getButtonList()) {
  4.                     System.out.println(
  5.                             button.displayString + " - id: " + button.id);
  6.                 }
  7.             }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement