Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 993db11

Browse files
committed
updated docs
1 parent bae566e commit 993db11

2 files changed

Lines changed: 14 additions & 4 deletions

File tree

docs/index.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ or the other Server.
1010

1111
If 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)

docs/user.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,16 @@ name.getUserName_aka(); - String
1313
name.getID - Long
1414
name.getCurrentAPICode(); - Long
1515
name.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)

0 commit comments

Comments
 (0)