Uses of Class
net.minecraft.world.GameRules

Packages that use GameRules
net.minecraft.world   
net.minecraft.world.storage   
 

Uses of GameRules in net.minecraft.world
 

Methods in net.minecraft.world that return GameRules
 GameRules World.getGameRules()
          Gets the GameRules instance.
 

Uses of GameRules in net.minecraft.world.storage
 

Methods in net.minecraft.world.storage that return GameRules
 GameRules DerivedWorldInfo.getGameRulesInstance()
          Gets the GameRules class Instance.
 GameRules WorldInfo.getGameRulesInstance()
          Gets the GameRules class Instance.