Package | Description |
---|---|
net.minecraft.command | |
net.minecraft.world | |
net.minecraft.world.storage | |
net.minecraftforge.event |
Modifier and Type | Method and Description |
---|---|
private GameRules |
CommandGameRule.getOverWorldGameRules(MinecraftServer server) |
Modifier and Type | Method and Description |
---|---|
static void |
CommandGameRule.notifyGameRuleChange(GameRules rules,
java.lang.String p_184898_1_,
MinecraftServer server) |
Modifier and Type | Method and Description |
---|---|
GameRules |
World.getGameRules() |
Modifier and Type | Field and Description |
---|---|
private GameRules |
WorldInfo.gameRules |
Modifier and Type | Method and Description |
---|---|
GameRules |
DerivedWorldInfo.getGameRulesInstance() |
GameRules |
WorldInfo.getGameRulesInstance() |
Modifier and Type | Field and Description |
---|---|
private GameRules |
GameRuleChangeEvent.rules |
Modifier and Type | Method and Description |
---|---|
GameRules |
GameRuleChangeEvent.getRules() |
Modifier and Type | Method and Description |
---|---|
static void |
ForgeEventFactory.onGameRuleChange(GameRules rules,
java.lang.String ruleName,
MinecraftServer server) |
Constructor and Description |
---|
GameRuleChangeEvent(GameRules rules,
java.lang.String ruleName,
MinecraftServer server) |