N00BHUN73R
Member, Male, from A Perfect Hackers Place.
#Coder4Life Dec 20, 2013
- N00BHUN73R was last seen:
- May 20, 2018
- Loading...
- Loading...
-
About
- Gender:
- Male
- Location:
- A Perfect Hackers Place.
I code plugins, java applications, C#, C++, and many other languages
Sort of an everything kind of guy.
If you need help or want a custom application/plugin, HMUInteract
Signature
Code:java- Optional<Player> findPlayer = players.stream().filter(name -> name.equals("DnP_PixeL"))
- .ifPresent(player::setAwesome);