History - net.minecraft.world.level.gamerules.GameRuleMap
25w45a
Names
esp
net.minecraft.world.level.gamerules.GameRuleMap
net.minecraft.class_12280
net.minecraft.world.rule.ServerGameRules
Fields
com.mojang.serialization.Codec<GameRuleMap>: a, CODEC, field_64176, CODEC
it.unimi.dsi.fastutil.objects.Reference2ObjectMap<GameRule<?>, Object>: b, map, field_64177, ruleValues
Constructors
(it.unimi.dsi.fastutil.objects.Reference2ObjectMap<GameRule<?>, Object>)
Methods
GameRuleMap (Map<GameRule<?>, Object>): a, ofTrusted, method_76170, of
GameRuleMap (): a, of, method_76163, of
GameRuleMap (Stream<GameRule<?>>): a, of, method_76171, ofDefault
GameRuleMap (GameRuleMap): a, copyOf, method_76166, copyOf
boolean (GameRule<?>): a, has, method_76164, contains
<T> T (GameRule<T>): b, get, method_76173, get
<T> void (GameRule<T>, T): a, set, method_76165, put
<T> T (GameRule<T>): c, remove, method_76176, remove
Set<GameRule<?>> (): b, keySet, method_76172, keySet
int (): c, size, method_76175, size
GameRuleMap (GameRuleMap): b, withOther, method_76174, withOverride
void (GameRuleMap, Predicate<GameRule<?>>): a, setFromIf, method_76168, copyFrom
<T> void (GameRuleMap, GameRule<T>, GameRuleMap): a, setGameRule, method_76167, setFrom
it.unimi.dsi.fastutil.objects.Reference2ObjectMap<GameRule<?>, Object> (): d, map, method_76177, getRuleValues