Short class Null safety
Datatype Short
- Inheritance
- Object
- GsonValue
- NumberValue
- Short
Constructors
- Short(int num, {ErrorGenerator? error_generator})
- Used to insert a short into nbt data
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
set(
int v) → void - the short value (number from -32768 to 32767)
-
toSimple(
) → int -
returns a simple, json compatible representation of the content
override
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited