Package ch.njol.skript.variables
Class SerializedVariable.Value
java.lang.Object
ch.njol.skript.variables.SerializedVariable.Value
- Enclosing class:
SerializedVariable
A serialized value of a variable.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
type
The type of this value. -
data
public final byte[] dataThe serialized value data.
-
-
Constructor Details
-
Value
Creates a new serialized value.- Parameters:
type
- the value type.data
- the serialized value data.
-