mcutils
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
mcutils
msmp
/
tech.aliorpse.mcutils.api.extension
/
GamerulesExtension
Gamerules
Extension
class
GamerulesExtension
:
MsmpExtension
,
Syncable
Members
Properties
base
Endpoint
Link copied to clipboard
open
override
val
baseEndpoint
:
String
client
Link copied to clipboard
open
override
val
client
:
MsmpClient
flow
Link copied to clipboard
open
override
val
flow
:
StateFlow
<
Set
<
TypedGameruleDto
>
>
Functions
get
Link copied to clipboard
inline suspend
fun
get
(
)
:
Set
<
TypedGameruleDto
>
set
Link copied to clipboard
inline suspend
fun
set
(
gamerule
:
UntypedGameruleDto
)
:
TypedGameruleDto
inline suspend
fun
set
(
gamerule
:
String
,
value
:
Boolean
)
:
TypedGameruleDto
inline suspend
fun
set
(
gamerule
:
String
,
value
:
Int
)
:
TypedGameruleDto