Value
Package: com.hypixel.hytale.server.core.ui
Type: class
Constructors
java
private Value(String documentPath, String valueName)java
private Value(Object value)Fields
| Name | Type |
|---|---|
value | Object |
documentPath | String |
valueName | String |
Static Methods
| Method | Returns |
|---|---|
ref(String document, String value) | Value |
of(Object value) | Value |
Methods
| Method | Returns |
|---|---|
getValue() | Object |
getDocumentPath() | String |
getValueName() | String |