Guest User

Untitled

a guest
Jul 20th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. package envision.hack;
  2.  
  3. import java.util.List;
  4.  
  5. import envision.commands.CommandBright;
  6.  
  7. public class HackBright extends Hack {
  8.  
  9.  
  10. public void run(List<String> integer) {
  11.  
  12.  
  13. }
  14.  
  15. public String getText(){
  16.  
  17. return "Brightness ";
  18. }
  19.  
  20. public Float getInt(){
  21.  
  22. return CommandBright.cachedBrightValue;
  23. }
  24.  
  25. }
Add Comment
Please, Sign In to add comment