MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / getWorldInfo

Method getWorldInfo

src/main/java/net/minecraft/world/World.java:3501–3504  ·  view source on GitHub ↗

Returns the world's WorldInfo object

()

Source from the content-addressed store, hash-verified

3499 * Returns the world's WorldInfo object
3500 */
3501 public WorldInfo getWorldInfo()
3502 {
3503 return this.worldInfo;
3504 }
3505
3506 /**
3507 * Gets the GameRules instance.

Callers 6

matchesMethod · 0.95
processCommandMethod · 0.95
processCommandMethod · 0.95
setRandomSeedMethod · 0.95
getDifficultyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected