MCPcopy Create free account
hub / github.com/Teneted/Tenet / load

Method load

src/main/java/org/bukkit/Chunk.java:102–102  ·  view source on GitHub ↗

Loads the chunk. @param generate Whether or not to generate a chunk if it doesn't already exist @return true if the chunk has loaded successfully, otherwise false

(boolean generate)

Source from the content-addressed store, hash-verified

100 * @return true if the chunk has loaded successfully, otherwise false
101 */
102 boolean load(boolean generate);
103
104 /**
105 * Loads the chunk.

Callers 7

initMethod · 0.65
processClassWithFlagsMethod · 0.65
fixupMethod · 0.65
loadFromMethod · 0.65
ModDiscovererMethod · 0.65
modsTomlParserMethod · 0.65

Implementers 1

CraftChunksrc/main/java/org/bukkit/craftbukkit/v

Calls

no outgoing calls

Tested by

no test coverage detected