Gets the GameRules instance.
()
| 3507 | * Gets the GameRules instance. |
| 3508 | */ |
| 3509 | public GameRules getGameRules() |
| 3510 | { |
| 3511 | return this.worldInfo.getGameRulesInstance(); |
| 3512 | } |
| 3513 | |
| 3514 | /** |
| 3515 | * Updates the flag that indicates whether or not all players in the world are sleeping. |
no test coverage detected