mcutils
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
mcutils
msmp
/
tech.aliorpse.mcutils.entity
/
TypedGameruleDto
Typed
Gamerule
Dto
@
Serializable
data
class
TypedGameruleDto
(
val
key
:
String
,
val
type
:
String
,
val
value
:
JsonPrimitive
)
Members
Constructors
Typed
Gamerule
Dto
Link copied to clipboard
constructor
(
key
:
String
,
type
:
String
,
value
:
JsonPrimitive
)
Properties
key
Link copied to clipboard
val
key
:
String
type
Link copied to clipboard
val
type
:
String
"boolean" or "integer", refers to the actual type of
value
value
Link copied to clipboard
val
value
:
JsonPrimitive
value
As
Boolean
Link copied to clipboard
val
valueAsBoolean
:
Boolean
value
As
Int
Link copied to clipboard
val
valueAsInt
:
Int