Class SerializedVariable.Value

java.lang.Object
ch.njol.skript.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 byte[] data
      The serialized value data.
  • Constructor Details

    • Value

      public Value(String type, byte[] data)
      Creates a new serialized value.
      Parameters:
      type - the value type.
      data - the serialized value data.