mc_launcher
server_properties
SERVER_DIFFICULTY
toString method
toString
mc_launcher
server_properties
SERVER_DIFFICULTY
toString method
SERVER_DIFFICULTY class
Constructors
SERVER_DIFFICULTY
Properties
value
hashCode
runtimeType
Methods
toString
noSuchMethod
Operators
operator ==
Constants
EASY
HARD
NORMAL
PEACEFUL
toString
method
String
toString
(
)
override
Returns a string representation of this object.
Implementation
String toString() { return this.value; }