Uses of Class
net.minecraft.server.dedicated.Settings.MutableValue
Packages that use Settings.MutableValue
-
Uses of Settings.MutableValue in net.minecraft.server.dedicated
Fields in net.minecraft.server.dedicated declared as Settings.MutableValueModifier and TypeFieldDescriptionDedicatedServerProperties.playerIdleTimeout
DedicatedServerProperties.whiteList
Methods in net.minecraft.server.dedicated that return Settings.MutableValueModifier and TypeMethodDescriptionprotected Settings<T>.MutableValue
<Boolean> Settings.getMutable
(String pKey, boolean pDefaultValue) protected Settings<T>.MutableValue
<Integer> Settings.getMutable
(String pKey, int pDefaultValue) protected <V> Settings<T>.MutableValue
<V> Settings.getMutable
(String pKey, Function<String, V> pSerializer, Function<V, String> pDeserializer, V pDefaultValue) protected <V> Settings<T>.MutableValue
<V> Settings.getMutable
(String pKey, Function<String, V> pSerializer, V pDefaultValue)