Uses of Class
net.minecraft.server.dedicated.Settings.MutableValue
-
Uses of Settings.MutableValue in net.minecraft.server.dedicated
Modifier and TypeFieldDescriptionDedicatedServerProperties.playerIdleTimeout
DedicatedServerProperties.whiteList
Modifier and TypeMethodDescriptionprotected Settings<T>.MutableValue<Boolean>
Settings.getMutable
(String p_139874_, boolean p_139875_) protected Settings<T>.MutableValue<Integer>
Settings.getMutable
(String p_139862_, int p_139863_) protected <V> Settings<T>.MutableValue<V>
Settings.getMutable
(String p_139869_, Function<String, V> p_139870_, Function<V, String> p_139871_, V p_139872_) protected <V> Settings<T>.MutableValue<V>
Settings.getMutable
(String p_139865_, Function<String, V> p_139866_, V p_139867_)