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.acceptsTransfersDedicatedServerProperties.allowFlightDedicatedServerProperties.difficultyDedicatedServerProperties.enableStatusDedicatedServerProperties.enforceWhitelistDedicatedServerProperties.entityBroadcastRangePercentageDedicatedServerProperties.forceGameModeDedicatedServerProperties.gameModeDedicatedServerProperties.hideOnlinePlayersDedicatedServerProperties.maxPlayersDedicatedServerProperties.motdDedicatedServerProperties.opPermissionLevelDedicatedServerProperties.pauseWhenEmptySecondsDedicatedServerProperties.playerIdleTimeoutDedicatedServerProperties.simulationDistanceDedicatedServerProperties.spawnProtectionDedicatedServerProperties.statusHeartbeatIntervalDedicatedServerProperties.viewDistanceDedicatedServerProperties.whiteListMethods 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 Settings<T>.MutableValue<String> Settings.getMutable(String pKey, String 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)