Class Value<T>

java.lang.Object
com.hypixel.hytale.server.core.ui.Value<T>

public class Value<T> extends Object
  • Field Details

    • value

      private T value
    • documentPath

      private String documentPath
    • valueName

      private String valueName
  • Constructor Details

    • Value

      private Value(String documentPath, String valueName)
    • Value

      private Value(T value)
  • Method Details

    • getValue

      public T getValue()
    • getDocumentPath

      public String getDocumentPath()
    • getValueName

      public String getValueName()
    • ref

      @Nonnull public static <T> Value<T> ref(String document, String value)
    • of

      @Nonnull public static <T> Value<T> of(T value)