Class SerializedVariable.Value

java.lang.Object
io.github.syst3ms.skriptparser.variables.SerializedVariable.Value
Enclosing class:
SerializedVariable

public static final class SerializedVariable.Value extends Object
A serialized value of a variable.
  • Field Details

    • type

      public final String type
      The type of this value.
    • data

      public final com.google.gson.JsonElement data
      The serialized value data.
  • Constructor Details

    • Value

      public Value(String type, com.google.gson.JsonElement data)
      Creates a new serialized value.
      Parameters:
      type - the value type.
      data - the serialized value data.