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

Method isEmpty

src/main/java/net/minecraft/world/chunk/Chunk.java:1115–1118  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1113 }
1114
1115 public boolean isEmpty()
1116 {
1117 return false;
1118 }
1119
1120 public void populateChunk(IChunkProvider p_76624_1_, IChunkProvider p_76624_2_, int p_76624_3_, int p_76624_4_)
1121 {

Callers 15

getMaxChunkYMethod · 0.95
unloadChunkMethod · 0.95
updateMapDataMethod · 0.95
isBlockNormalCubeMethod · 0.95
processQueueMethod · 0.45
unloadQueuedChunksMethod · 0.45
jsonToFactoryMethod · 0.45
toStringMethod · 0.45
func_180716_aMethod · 0.45
getIntCacheMethod · 0.45
resetIntCacheMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected