java.lang.Object
org.cloudburstmc.api.level.gamerule.GameRuleMap
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanvoidforEach(BiConsumer<GameRule<?>, Object> consumer) <T extends Comparable<T>>
TinthashCode()booleanisDirty()iterator()<T extends Comparable<T>>
TvoidputAll(GameRuleMap gameRuleMap) voidrefresh()intsize()toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
GameRuleMap
public GameRuleMap() -
GameRuleMap
-
-
Method Details
-
putAll
-
contains
-
get
-
put
-
forEach
-
size
public int size() -
isDirty
public boolean isDirty() -
refresh
public void refresh() -
iterator
-
toString
-
hashCode
public int hashCode() -
equals
-