| Package | Description |
|---|---|
| org.cloudburstmc.server.level.gamerule | |
| org.cloudburstmc.server.registry |
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanGameRule |
class |
FloatGameRule |
class |
IntegerGameRule |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Map.Entry<GameRule<?>,Object>> |
GameRuleMap.iterator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
GameRuleMap.contains(GameRule<?> gameRule) |
<T extends Comparable<T>> |
GameRuleMap.get(GameRule<T> gameRule) |
<T extends Comparable<T>> |
GameRuleMap.put(GameRule<T> gameRule,
T value) |
| Modifier and Type | Method and Description |
|---|---|
void |
GameRuleMap.forEach(BiConsumer<GameRule,Object> consumer) |
| Modifier and Type | Method and Description |
|---|---|
GameRule<? extends Comparable<?>> |
GameRuleRegistry.fromString(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<GameRule<?>> |
GameRuleRegistry.getRules() |
| Modifier and Type | Method and Description |
|---|---|
<T extends Comparable<T>> |
GameRuleRegistry.register(GameRule<T> gameRule) |
Copyright © 2020. All rights reserved.