SERVER_GAMEMODE class

Constructors

SERVER_GAMEMODE(String value)
const

Properties

value → String
final
hashCode → int
The hash code for this object. [...]
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

toString() → String
Returns a string representation of this object.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited

Operators

operator ==(dynamic server_difficulty) → bool
The equality operator. [...]
override

Constants

ADVENTURE → const SERVER_GAMEMODE
const SERVER_GAMEMODE("adventure")
CREATIVE → const SERVER_GAMEMODE
const SERVER_GAMEMODE("creative")
SPECTATOR → const SERVER_GAMEMODE
const SERVER_GAMEMODE("spectator")
SURVIVAL → const SERVER_GAMEMODE
const SERVER_GAMEMODE("survival")