Class SerializedVariable

java.lang.Object
io.github.syst3ms.skriptparser.variables.SerializedVariable

public class SerializedVariable extends Object
  • Field Details

  • Constructor Details

    • SerializedVariable

      public SerializedVariable(String name, @Nullable @Nullable SerializedVariable.Value value)
      Creates a new serialized variable with the given name and value.
      Parameters:
      name - the given name.
      value - the given value, or null to indicate a deletion.