Class SerializedVariable.Value

java.lang.Object
ch.njol.skript.variables.SerializedVariable.Value
Enclosing class:
SerializedVariable

public static final class SerializedVariable.Value extends Object
  • Field Details

    • type

      public String type
    • data

      public byte[] data
  • Constructor Details

    • Value

      public Value(String type, byte[] data)