This repository was archived by the owner on Jul 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,5 +10,6 @@ or the other Server.
1010
1111If you done that it should work on all Ripple based Servers.
1212
13- # More Functions
13+ #All Links
14+ [ Home] ( https://marcplaying.github.io/RippleAPI-Java/index.html )
1415[ Users] ( https://marcplaying.github.io/RippleAPI-Java/user.html )
Original file line number Diff line number Diff line change @@ -13,7 +13,16 @@ name.getUserName_aka(); - String
1313name. getID - Long
1414name. getCurrentAPICode(); - Long
1515name. isOnline(); - Boolean
16- name. getPrivileges() - Long
17- name. getRegistered_On() - String
18- name. getUserName() - String
16+ name. getPrivileges(); - Long
17+ name. getRegistered_On(); - String
18+ name. getUserName(); - String
1919```
20+ The Constructer will Download this Informations. If you want to update it use
21+ ``` java
22+ name. refresh_Items();
23+ ```
24+ The isOnline Method is up-to-date all time.
25+
26+ #All Links
27+ [ Home] ( https://marcplaying.github.io/RippleAPI-Java/index.html )
28+ [ Users] ( https://marcplaying.github.io/RippleAPI-Java/user.html )
You can’t perform that action at this time.
0 commit comments