Skip to content

Commit b680693

Browse files
committed
Add documentation for getPlatform method in IFawe interface.
Mirrors the Javadoc from Platform.
1 parent 5996c33 commit b680693

File tree

1 file changed

+10
-0
lines changed
  • worldedit-core/src/main/java/com/fastasyncworldedit/core

1 file changed

+10
-0
lines changed

worldedit-core/src/main/java/com/fastasyncworldedit/core/IFawe.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,16 @@ default ImageViewer getImageViewer(Player player) {
2727
return null;
2828
}
2929

30+
/**
31+
* Get a friendly name of the platform.
32+
*
33+
* <p>
34+
* The name can be anything (reasonable). An example name may be
35+
* "Bukkit" or "Forge".
36+
* </p>
37+
*
38+
* @return the platform name
39+
*/
3040
String getPlatform();
3141

3242
UUID getUUID(String name);

0 commit comments

Comments
 (0)