Advertisement
Guest User

Untitled

a guest
Jan 21st, 2020
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. for(String s : display)
  2. {
  3. int x = 0;
  4. int mwidth = sr.getScaledWidth() - fr.getStringWidth(s) -2;
  5. int mheight = 10 * i + 2;
  6.  
  7. fr.func_175063_a(s, 23, 10, ColorUtils.rainbowEffeckt(index + x * 200000000L, 1.0F).getRGB());
  8. i++;
  9. x++;
  10. }
  11. display.clear();
  12. }
  13.  
  14. private void renderName() {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement