Add javadoc
This commit is contained in:
@@ -72,8 +72,17 @@ public abstract class Coordinate<T extends Number> implements ICoordinate<T>
|
|||||||
@OnlyIn(Dist.CLIENT)
|
@OnlyIn(Dist.CLIENT)
|
||||||
public static enum EnumType
|
public static enum EnumType
|
||||||
{
|
{
|
||||||
|
/**
|
||||||
|
* Prefix: <code>None</code>
|
||||||
|
*/
|
||||||
ABSOLUTE(""),
|
ABSOLUTE(""),
|
||||||
|
/**
|
||||||
|
* Prefix: <code>"~"</code>
|
||||||
|
*/
|
||||||
GLOBAL("~"),
|
GLOBAL("~"),
|
||||||
|
/**
|
||||||
|
* Prefix: <code>"^"</code>
|
||||||
|
*/
|
||||||
LOCAL("^");
|
LOCAL("^");
|
||||||
|
|
||||||
private final String prefix;
|
private final String prefix;
|
||||||
|
|||||||
Reference in New Issue
Block a user