History - net.minecraft.world.level.chunk.LevelChunk
25w18a
Names
edx
een
Fields
boolean: q, loaded, field_12855, loadedToWorld, f_62775_
boolean: q, loaded, field_12855
Level: r, level, field_12858, world, f_62776_
Level: r, level, field_12858
Supplier<FullChunkStatus>: s, fullStatus, field_12856, levelTypeProvider, f_62790_
Supplier<FullChunkStatus>: s, fullStatus, field_12856
TickingBlockEntity: o, NULL_TICKER, field_27221, EMPTY_BLOCK_ENTITY_TICKER, f_156361_
TickingBlockEntity: o, NULL_TICKER, field_27221
Map<BlockPos, LevelChunk$RebindableTickingBlockEntityWrapper>: p, tickersInLevel, field_27222, blockEntityTickers, f_156362_
Map<BlockPos, LevelChunk$RebindableTickingBlockEntityWrapper>: p, tickersInLevel, field_27222
it.unimi.dsi.fastutil.ints.Int2ObjectMap<GameEventListenerRegistry>: u, gameEventListenerRegistrySections, field_28129, gameEventDispatchers, f_244451_
it.unimi.dsi.fastutil.ints.Int2ObjectMap<GameEventListenerRegistry>: u, gameEventListenerRegistrySections, field_28129
LevelChunk$PostLoadProcessor: t, postLoad, field_12850, entityLoader, f_62791_
LevelChunk$PostLoadProcessor: t, postLoad, field_12850
LevelChunkTicks<Block>: v, blockTicks, field_35471, blockTickScheduler, f_62784_
LevelChunkTicks<Block>: v, blockTicks, field_35471
LevelChunkTicks<Fluid>: w, fluidTicks, field_35472, fluidTickScheduler, f_187943_
LevelChunkTicks<Fluid>: w, fluidTicks, field_35472
org.slf4j.Logger: n, LOGGER, field_12839, LOGGER, f_62771_
org.slf4j.Logger: n, LOGGER, field_12839
LevelChunk$UnsavedListener: x, unsavedListener, field_54971, unsavedListener, f_347663_
LevelChunk$UnsavedListener: x, unsavedListener, field_54971
Constructors
Methods
void (Entity): a, addEntity, method_12002, addEntity, m_6286_
void (Entity): a, addEntity, method_12002
void (BlockEntity): b, addAndRegisterBlockEntity, method_12216, addBlockEntity, m_142170_
void (BlockEntity): b, addAndRegisterBlockEntity, method_12216
void (): i, markUnsaved, method_65063, markNeedsSaving, m_352193_
void (): i, markUnsaved, method_65063
boolean (): E, isEmpty, method_12223, isEmpty, m_6430_
boolean (): F, isEmpty, method_12223
Level (): H, getLevel, method_12200, getWorld, m_62953_
Level (): I, getLevel, method_12200
Map<BlockPos, BlockEntity> (): I, getBlockEntities, method_12214, getBlockEntities, m_62954_
Map<BlockPos, BlockEntity> (): J, getBlockEntities, method_12214
void (boolean): b, setLoaded, method_12226, setLoadedToWorld, m_62913_
void (boolean): b, setLoaded, method_12226
BlockEntity (BlockPos): g, createBlockEntity, method_12208, createBlockEntity, m_62934_
BlockEntity (BlockPos): g, createBlockEntity, method_12208
void (BlockPos): d, removeBlockEntity, method_12041, removeBlockEntity, m_8114_
void (BlockPos): d, removeBlockEntity, method_12041
FluidState (BlockPos): b_, getFluidState, method_8316, getFluidState, m_6425_
FluidState (BlockPos): b_, getFluidState, method_8316
FluidState (int, int, int): a, getFluidState, method_12234, getFluidState, m_62814_
FluidState (int, int, int): a, getFluidState, method_12234
BlockEntity (BlockPos): c_, getBlockEntity, method_8321, getBlockEntity, m_7702_
BlockEntity (BlockPos): c_, getBlockEntity, method_8321
ChunkStatus (): n, getPersistedStatus, method_12009, getStatus, m_6415_
ChunkStatus (): n, getPersistedStatus, method_12009
BlockState (BlockPos): a_, getBlockState, method_8320, getBlockState, m_8055_
BlockState (BlockPos): a_, getBlockState, method_8320
BlockEntity (BlockPos, LevelChunk$EntityCreationType): a, getBlockEntity, method_12201, getBlockEntity, m_5685_
BlockEntity (BlockPos, LevelChunk$EntityCreationType): a, getBlockEntity, method_12201
void (): G, runPostLoad, method_12206, loadEntities, m_62952_
void (): H, runPostLoad, method_12206
BlockEntity (BlockPos, CompoundTag): a, promotePendingBlockEntity, method_12204, loadBlockEntity, m_62870_
BlockEntity (BlockPos, CompoundTag): a, promotePendingBlockEntity, method_12204
void (Supplier<FullChunkStatus>): b, setFullStatus, method_12207, setLevelTypeProvider, m_62879_
void (Supplier<FullChunkStatus>): b, setFullStatus, method_12207
GameEventListenerRegistry (int): a, getListenerRegistry, method_32914, getGameEventDispatcher, m_246686_
GameEventListenerRegistry (int): a, getListenerRegistry, method_32914
boolean (): L, isInLevel, method_31715, canTickBlockEntities, m_156370_
boolean (): M, isInLevel, method_31715
boolean (BlockPos): h, isTicking, method_31724, canTickBlockEntity, m_156410_
boolean (BlockPos): h, isTicking, method_31724
void (BlockEntity): a, setBlockEntity, method_12007, setBlockEntity, m_142169_
void (BlockEntity): a, setBlockEntity, method_12007
void (BlockPos): k, removeBlockEntityTicker, method_31725, removeBlockEntityTicker, m_156412_
void (BlockPos): k, removeBlockEntityTicker, method_31725
void (): K, registerAllBlockEntitiesAfterLevelLoad, method_31713, updateAllBlockEntities, m_156369_
void (): L, registerAllBlockEntitiesAfterLevelLoad, method_31713
<T extends BlockEntity> void (T): c, updateBlockEntityTicker, method_31723, updateTicker, m_156406_
<T extends BlockEntity> void (T): c, updateBlockEntityTicker, method_31723
<T extends BlockEntity> TickingBlockEntity (T, BlockEntityTicker<T>): a, createTicker, method_31718, wrapTicker, m_156375_
<T extends BlockEntity> TickingBlockEntity (T, BlockEntityTicker<T>): a, createTicker, method_31718
TickContainerAccess<Block> (): q, getBlockTicks, method_12013, getBlockTickScheduler, m_183531_
TickContainerAccess<Block> (): q, getBlockTicks, method_12013
TickContainerAccess<Fluid> (): r, getFluidTicks, method_12014, getFluidTickScheduler, m_183526_
TickContainerAccess<Fluid> (): r, getFluidTicks, method_12014
void (long): d, unpackTicks, method_20530, disableTickSchedulers, m_187985_
void (long): d, unpackTicks, method_20530
void (ServerLevel): b, registerTickContainerInLevel, method_39305, addChunkTickSchedulers, m_187958_
void (ServerLevel): b, registerTickContainerInLevel, method_39305
void (ServerLevel): c, unregisterTickContainerFromLevel, method_39306, removeChunkTickSchedulers, m_187979_
void (ServerLevel): c, unregisterTickContainerFromLevel, method_39306
void (): J, clearAllBlockEntities, method_38289, clear, m_187957_
void (): K, clearAllBlockEntities, method_38289
<T extends BlockEntity> void (T, ServerLevel): a, removeGameEventListener, method_32918, removeGameEventListener, m_223412_
<T extends BlockEntity> void (T, ServerLevel): a, removeGameEventListener, method_32918
<T extends BlockEntity> void (T, ServerLevel): b, addGameEventListener, method_32919, updateGameEventListener, m_223415_
<T extends BlockEntity> void (T, ServerLevel): b, addGameEventListener, method_32919
void (FriendlyByteBuf): a, replaceBiomes, method_49525, loadBiomeFromPacket, m_274381_
void (FriendlyByteBuf): a, replaceBiomes, method_49525
void (int): i, removeGameEventListenerRegistry, method_51382, removeGameEventDispatcher, m_280642_
void (int): i, removeGameEventListenerRegistry, method_51382
FullChunkStatus (): F, getFullStatus, method_12225, getLevelType, m_287138_
FullChunkStatus (): G, getFullStatus, method_12225
CompoundTag (BlockPos, HolderLookup$Provider): a, getBlockEntityNbtForSaving, method_20598, getPackedBlockEntityNbt, m_8051_
CompoundTag (BlockPos, HolderLookup$Provider): a, getBlockEntityNbtForSaving, method_20598
void (LevelChunk$UnsavedListener): a, setUnsavedListener, method_65066, setUnsavedListener, m_354667_
void (LevelChunk$UnsavedListener): a, setUnsavedListener, method_65066
ChunkAccess$PackedTicks (long): a, getTicksForSerialization, method_39296, getTickSchedulers, m_183568_
ChunkAccess$PackedTicks (long): a, getTicksForSerialization, method_39296
void (ServerLevel): a, postProcessGeneration, method_12221, runPostProcessing, m_62812_
void (ServerLevel): a, postProcessGeneration, method_12221
BlockState (BlockPos, BlockState, int): a, setBlockState, method_12010, setBlockState, m_6978_
BlockState (BlockPos, BlockState, int): a, setBlockState, method_12010
void (FriendlyByteBuf, Map<Heightmap$Types, long[]>, Consumer<ClientboundLevelChunkPacketData$BlockEntityTagOutput>): a, replaceWithPacketData, method_12224, loadFromPacket, m_187971_
void (FriendlyByteBuf, Map<Heightmap$Types, long[]>, Consumer<ClientboundLevelChunkPacketData$BlockEntityTagOutput>): a, replaceWithPacketData, method_12224
1.21.5
Names
dzd
edx
Fields
Constructors
Methods
BlockState (BlockPos, BlockState, boolean): a, setBlockState, method_12010, setBlockState, m_6978_
void (FriendlyByteBuf, CompoundTag, Consumer<ClientboundLevelChunkPacketData$BlockEntityTagOutput>): a, replaceWithPacketData, method_12224, loadFromPacket, m_187971_
BlockState (BlockPos, BlockState, int): a, setBlockState, method_12010, setBlockState, m_6978_
void (FriendlyByteBuf, Map<Heightmap$Types, long[]>, Consumer<ClientboundLevelChunkPacketData$BlockEntityTagOutput>): a, replaceWithPacketData, method_12224, loadFromPacket, m_187971_
1.21.4
Names
eaa
dzd
Fields
Constructors
Methods
1.21.3
Names
dvi
eaa
Fields
LevelChunk$UnsavedListener: x, unsavedListener, field_54971, unsavedListener, f_347663_
Constructors
Methods
void (): i, markUnsaved, method_65063, markNeedsSaving, m_352193_
boolean (): C, isEmpty, method_12223, isEmpty, m_6430_
boolean (): E, isEmpty, method_12223, isEmpty, m_6430_
Level (): F, getLevel, method_12200, getWorld, m_62953_
Level (): H, getLevel, method_12200, getWorld, m_62953_
Map<BlockPos, BlockEntity> (): G, getBlockEntities, method_12214, getBlockEntities, m_62954_
Map<BlockPos, BlockEntity> (): I, getBlockEntities, method_12214, getBlockEntities, m_62954_
void (boolean): c, setLoaded, method_12226, setLoadedToWorld, m_62913_
void (boolean): b, setLoaded, method_12226, setLoadedToWorld, m_62913_
void (): H, postProcessGeneration, method_12221, runPostProcessing, m_62812_
ChunkStatus (): j, getPersistedStatus, method_12009, getStatus, m_6415_
ChunkStatus (): n, getPersistedStatus, method_12009, getStatus, m_6415_
void (): E, runPostLoad, method_12206, loadEntities, m_62952_
void (): G, runPostLoad, method_12206, loadEntities, m_62952_
boolean (): K, isInLevel, method_31715, canTickBlockEntities, m_156370_
boolean (): L, isInLevel, method_31715, canTickBlockEntities, m_156370_
void (): J, registerAllBlockEntitiesAfterLevelLoad, method_31713, updateAllBlockEntities, m_156369_
void (): K, registerAllBlockEntitiesAfterLevelLoad, method_31713, updateAllBlockEntities, m_156369_
TickContainerAccess<Block> (): o, getBlockTicks, method_12013, getBlockTickScheduler, m_183531_
TickContainerAccess<Block> (): q, getBlockTicks, method_12013, getBlockTickScheduler, m_183531_
TickContainerAccess<Fluid> (): p, getFluidTicks, method_12014, getFluidTickScheduler, m_183526_
TickContainerAccess<Fluid> (): r, getFluidTicks, method_12014, getFluidTickScheduler, m_183526_
ChunkAccess$TicksToSave (): q, getTicksForSerialization, method_39296, getTickSchedulers, m_183568_
void (long): c, unpackTicks, method_20530, disableTickSchedulers, m_187985_
void (long): d, unpackTicks, method_20530, disableTickSchedulers, m_187985_
void (ServerLevel): a, registerTickContainerInLevel, method_39305, addChunkTickSchedulers, m_187958_
void (ServerLevel): b, registerTickContainerInLevel, method_39305, addChunkTickSchedulers, m_187958_
void (ServerLevel): b, unregisterTickContainerFromLevel, method_39306, removeChunkTickSchedulers, m_187979_
void (ServerLevel): c, unregisterTickContainerFromLevel, method_39306, removeChunkTickSchedulers, m_187979_
void (): I, clearAllBlockEntities, method_38289, clear, m_187957_
void (): J, clearAllBlockEntities, method_38289, clear, m_187957_
void (int): h, removeGameEventListenerRegistry, method_51382, removeGameEventDispatcher, m_280642_
void (int): i, removeGameEventListenerRegistry, method_51382, removeGameEventDispatcher, m_280642_
FullChunkStatus (): D, getFullStatus, method_12225, getLevelType, m_287138_
FullChunkStatus (): F, getFullStatus, method_12225, getLevelType, m_287138_
void (LevelChunk$UnsavedListener): a, setUnsavedListener, method_65066, setUnsavedListener, m_354667_
ChunkAccess$PackedTicks (long): a, getTicksForSerialization, method_39296, getTickSchedulers, m_183568_
void (ServerLevel): a, postProcessGeneration, method_12221, runPostProcessing, m_62812_
1.21.1
Names
Fields
Constructors
Methods
1.21
Names
duk
dvi
Fields
Constructors
Methods
ChunkStatus (): j, getStatus, method_12009, getStatus, m_6415_
ChunkStatus (): j, getPersistedStatus, method_12009, getStatus, m_6415_
void (int): c, removeGameEventListenerRegistry, method_51382, removeGameEventDispatcher, m_280642_
void (int): h, removeGameEventListenerRegistry, method_51382, removeGameEventDispatcher, m_280642_
1.20.6
Names
dlo
duk
Fields
Constructors
Methods
BlockEntity (BlockPos): h, createBlockEntity, method_12208, createBlockEntity, m_62934_
BlockEntity (BlockPos): g, createBlockEntity, method_12208, createBlockEntity, m_62934_
CompoundTag (BlockPos): g, getBlockEntityNbtForSaving, method_20598, getPackedBlockEntityNbt, m_8051_
boolean (BlockPos): k, isTicking, method_31724, canTickBlockEntity, m_156410_
boolean (BlockPos): h, isTicking, method_31724, canTickBlockEntity, m_156410_
void (BlockPos): l, removeBlockEntityTicker, method_31725, removeBlockEntityTicker, m_156412_
void (BlockPos): k, removeBlockEntityTicker, method_31725, removeBlockEntityTicker, m_156412_
CompoundTag (BlockPos, HolderLookup$Provider): a, getBlockEntityNbtForSaving, method_20598, getPackedBlockEntityNbt, m_8051_
1.20.4
Names
dhq
dlo
Fields
Constructors
Methods
BlockEntity (BlockPos): j, createBlockEntity, method_12208, createBlockEntity, m_62934_
BlockEntity (BlockPos): h, createBlockEntity, method_12208, createBlockEntity, m_62934_
1.20.2
Names
dei
dhq
Fields
Constructors
Methods
1.20.1
Names
ddy
dei
Fields
boolean: o, loaded, field_12855, loadedToWorld, f_62775_
boolean: q, loaded, field_12855, loadedToWorld, f_62775_
Level: q, level, field_12858, world, f_62776_
Level: r, level, field_12858, world, f_62776_
Supplier<ChunkHolder$FullChunkStatus>: r, fullStatus, field_12856, levelTypeProvider, f_62790_
Supplier<FullChunkStatus>: s, fullStatus, field_12856, levelTypeProvider, f_62790_
TickingBlockEntity: m, NULL_TICKER, field_27221, EMPTY_BLOCK_ENTITY_TICKER, f_156361_
TickingBlockEntity: o, NULL_TICKER, field_27221, EMPTY_BLOCK_ENTITY_TICKER, f_156361_
Map<BlockPos, LevelChunk$RebindableTickingBlockEntityWrapper>: n, tickersInLevel, field_27222, blockEntityTickers, f_156362_
Map<BlockPos, LevelChunk$RebindableTickingBlockEntityWrapper>: p, tickersInLevel, field_27222, blockEntityTickers, f_156362_
it.unimi.dsi.fastutil.ints.Int2ObjectMap<GameEventListenerRegistry>: t, gameEventListenerRegistrySections, field_28129, gameEventDispatchers, f_244451_
it.unimi.dsi.fastutil.ints.Int2ObjectMap<GameEventListenerRegistry>: u, gameEventListenerRegistrySections, field_28129, gameEventDispatchers, f_244451_
boolean: p, clientLightReady, field_36218, shouldRenderOnUpdate, f_196848_
LevelChunk$PostLoadProcessor: s, postLoad, field_12850, entityLoader, f_62791_
LevelChunk$PostLoadProcessor: t, postLoad, field_12850, entityLoader, f_62791_
LevelChunkTicks<Block>: u, blockTicks, field_35471, blockTickScheduler, f_62784_
LevelChunkTicks<Block>: v, blockTicks, field_35471, blockTickScheduler, f_62784_
LevelChunkTicks<Fluid>: v, fluidTicks, field_35472, fluidTickScheduler, f_187943_
LevelChunkTicks<Fluid>: w, fluidTicks, field_35472, fluidTickScheduler, f_187943_
org.slf4j.Logger: l, LOGGER, field_12839, LOGGER, f_62771_
org.slf4j.Logger: n, LOGGER, field_12839, LOGGER, f_62771_
Constructors
Methods
boolean (): A, isEmpty, method_12223, isEmpty, m_6430_
boolean (): C, isEmpty, method_12223, isEmpty, m_6430_
Level (): D, getLevel, method_12200, getWorld, m_62953_
Level (): F, getLevel, method_12200, getWorld, m_62953_
Map<BlockPos, BlockEntity> (): E, getBlockEntities, method_12214, getBlockEntities, m_62954_
Map<BlockPos, BlockEntity> (): G, getBlockEntities, method_12214, getBlockEntities, m_62954_
void (): F, postProcessGeneration, method_12221, runPostProcessing, m_62812_
void (): H, postProcessGeneration, method_12221, runPostProcessing, m_62812_
void (): C, runPostLoad, method_12206, loadEntities, m_62952_
void (): E, runPostLoad, method_12206, loadEntities, m_62952_
Stream<BlockPos> (): n, getLights, method_12018, getLightSourcesStream, m_6267_
ChunkHolder$FullChunkStatus (): B, getFullStatus, method_12225, getLevelType, m_6708_
boolean (): J, isInLevel, method_31715, canTickBlockEntities, m_156370_
boolean (): K, isInLevel, method_31715, canTickBlockEntities, m_156370_
void (): H, registerAllBlockEntitiesAfterLevelLoad, method_31713, updateAllBlockEntities, m_156369_
void (): J, registerAllBlockEntitiesAfterLevelLoad, method_31713, updateAllBlockEntities, m_156369_
void (): G, clearAllBlockEntities, method_38289, clear, m_187957_
void (): I, clearAllBlockEntities, method_38289, clear, m_187957_
boolean (): I, isClientLightReady, method_39791, shouldRenderOnUpdate, m_196863_
void (boolean): d, setClientLightReady, method_39792, setShouldRenderOnUpdate, m_196864_
void (int): c, removeGameEventListenerRegistry, method_51382, removeGameEventDispatcher, m_280642_
FullChunkStatus (): D, getFullStatus, method_12225, getLevelType, m_287138_
1.19.4
Names
dba
ddy
Fields
Constructors
Methods
void (FriendlyByteBuf): a, replaceBiomes, method_49525, loadBiomeFromPacket, m_274381_
1.19.3
Names
cxt
dba
Fields
it.unimi.dsi.fastutil.ints.Int2ObjectMap<GameEventDispatcher>: t, gameEventDispatcherSections, field_28129, gameEventDispatchers, f_156363_
it.unimi.dsi.fastutil.ints.Int2ObjectMap<GameEventListenerRegistry>: t, gameEventListenerRegistrySections, field_28129, gameEventDispatchers, f_244451_
Constructors
Methods
GameEventDispatcher (int): a, getEventDispatcher, method_32914, getGameEventDispatcher, m_142336_
GameEventListenerRegistry (int): a, getListenerRegistry, method_32914, getGameEventDispatcher, m_246686_
1.19.2
Names
Fields
Constructors
Methods
1.19.1
Names
cww
cxt
Fields
Constructors
Methods
1.19
Names
cra
cww
Fields
Constructors
Methods
<T extends BlockEntity> void (T): c, removeGameEventListener, method_32918, removeGameEventListener, m_156396_
<T extends BlockEntity> void (T): d, addGameEventListener, method_32919, updateGameEventListener, m_156404_
<T extends BlockEntity> void (T): e, updateBlockEntityTicker, method_31723, updateTicker, m_156406_
<T extends BlockEntity> void (T): c, updateBlockEntityTicker, method_31723, updateTicker, m_156406_
<T extends BlockEntity> void (T, ServerLevel): a, removeGameEventListener, method_32918, removeGameEventListener, m_223412_
<T extends BlockEntity> void (T, ServerLevel): b, addGameEventListener, method_32919, updateGameEventListener, m_223415_
1.18.2
Names
cqi
cra
Fields
org.apache.logging.log4j.Logger: l, LOGGER, field_12839, LOGGER, f_62771_
org.slf4j.Logger: l, LOGGER, field_12839, LOGGER, f_62771_
Constructors
Methods
BlockEntity (BlockPos): k, createBlockEntity, method_12208, createBlockEntity, m_62934_
BlockEntity (BlockPos): j, createBlockEntity, method_12208, createBlockEntity, m_62934_
CompoundTag (BlockPos): i, getBlockEntityNbtForSaving, method_20598, getPackedBlockEntityNbt, m_8051_
CompoundTag (BlockPos): g, getBlockEntityNbtForSaving, method_20598, getPackedBlockEntityNbt, m_8051_
boolean (BlockPos): l, isTicking, method_31724, canTickBlockEntity, m_156410_
boolean (BlockPos): k, isTicking, method_31724, canTickBlockEntity, m_156410_
void (BlockPos): m, removeBlockEntityTicker, method_31725, removeBlockEntityTicker, m_156412_
void (BlockPos): l, removeBlockEntityTicker, method_31725, removeBlockEntityTicker, m_156412_
1.18.1
Names
Fields
Constructors
Methods
1.18
Names
cmx
cqi
Fields
org.apache.logging.log4j.Logger: b, LOGGER, field_12839, LOGGER, f_62771_
org.apache.logging.log4j.Logger: l, LOGGER, field_12839, LOGGER, f_62771_
boolean: h, loaded, field_12855, loadedToWorld, f_62775_
boolean: o, loaded, field_12855, loadedToWorld, f_62775_
Level: i, level, field_12858, world, f_62776_
Level: q, level, field_12858, world, f_62776_
Map<BlockPos, BlockEntity>: l, blockEntities, field_12854, blockEntities, f_62779_
boolean: r, unsaved, field_12834, shouldSave, f_62788_
long: s, inhabitedTime, field_12843, inhabitedTime, f_62789_
LevelChunkSection: a, EMPTY_SECTION, field_12852, EMPTY_SECTION, f_62770_
LevelChunkSection[]: d, sections, field_12840, sections, f_62772_
Map<BlockPos, CompoundTag>: f, pendingBlockEntities, field_12846, pendingBlockEntityNbts, f_62774_
Map<Heightmap$Types, Heightmap>: j, heightmaps, field_12853, heightmaps, f_62777_
UpgradeData: k, upgradeData, field_12849, upgradeData, f_62778_
Map<StructureFeature<?>, StructureStart<?>>: m, structureStarts, field_12838, structureStarts, f_62781_
Map<StructureFeature<?>, it.unimi.dsi.fastutil.longs.LongSet>: n, structuresRefences, field_12845, structureReferences, f_62782_
it.unimi.dsi.fastutil.shorts.ShortList[]: o, postProcessing, field_12836, postProcessingLists, f_62783_
TickList<Block>: p, blockTicks, field_12841, blockTickScheduler, f_62784_
TickList<Fluid>: q, liquidTicks, field_12857, fluidTickScheduler, f_62785_
ChunkPos: v, chunkPos, field_12848, pos, f_62792_
Supplier<ChunkHolder$FullChunkStatus>: t, fullStatus, field_12856, levelTypeProvider, f_62790_
Supplier<ChunkHolder$FullChunkStatus>: r, fullStatus, field_12856, levelTypeProvider, f_62790_
Consumer<LevelChunk>: u, postLoad, field_12850, loadToWorldConsumer, f_62791_
boolean: w, isLightCorrect, field_12847, lightOn, f_62793_
ChunkBiomeContainer: e, biomes, field_20655, biomeArray, f_62773_
TickingBlockEntity: c, NULL_TICKER, field_27221, EMPTY_BLOCK_ENTITY_TICKER, f_156361_
TickingBlockEntity: m, NULL_TICKER, field_27221, EMPTY_BLOCK_ENTITY_TICKER, f_156361_
Map<BlockPos, LevelChunk$RebindableTickingBlockEntityWrapper>: g, tickersInLevel, field_27222, blockEntityTickers, f_156362_
Map<BlockPos, LevelChunk$RebindableTickingBlockEntityWrapper>: n, tickersInLevel, field_27222, blockEntityTickers, f_156362_
it.unimi.dsi.fastutil.ints.Int2ObjectMap<GameEventDispatcher>: x, gameEventDispatcherSections, field_28129, gameEventDispatchers, f_156363_
it.unimi.dsi.fastutil.ints.Int2ObjectMap<GameEventDispatcher>: t, gameEventDispatcherSections, field_28129, gameEventDispatchers, f_156363_
boolean: p, clientLightReady, field_36218, shouldRenderOnUpdate, f_196848_
LevelChunk$PostLoadProcessor: s, postLoad, field_12850, entityLoader, f_62791_
LevelChunkTicks<Block>: u, blockTicks, field_35471, blockTickScheduler, f_62784_
LevelChunkTicks<Fluid>: v, fluidTicks, field_35472, fluidTickScheduler, f_187943_
Constructors
(Level, ChunkPos, ChunkBiomeContainer)
(Level, ChunkPos, ChunkBiomeContainer, UpgradeData, TickList<Block>, TickList<Fluid>, long, LevelChunkSection[], Consumer<LevelChunk>)
(ServerLevel, ProtoChunk, Consumer<LevelChunk>)
(Level, ChunkPos, UpgradeData, LevelChunkTicks<Block>, LevelChunkTicks<Fluid>, long, LevelChunkSection[], LevelChunk$PostLoadProcessor, BlendingData)
(ServerLevel, ProtoChunk, LevelChunk$PostLoadProcessor)
Methods
void (): t, markUnsaved, method_12220, markDirty, m_6427_
boolean (): u, isEmpty, method_12223, isEmpty, m_6430_
boolean (): A, isEmpty, method_12223, isEmpty, m_6430_
Level (): y, getLevel, method_12200, getWorld, m_62953_
Level (): D, getLevel, method_12200, getWorld, m_62953_
Map<BlockPos, BlockEntity> (): z, getBlockEntities, method_12214, getBlockEntities, m_62954_
Map<BlockPos, BlockEntity> (): E, getBlockEntities, method_12214, getBlockEntities, m_62954_
void (boolean): a, setUnsaved, method_12008, setShouldSave, m_8092_
long (): r, getInhabitedTime, method_12033, getInhabitedTime, m_6319_
void (long): a, setInhabitedTime, method_12028, setInhabitedTime, m_6141_
BlockEntity (BlockPos): j, createBlockEntity, method_12208, createBlockEntity, m_62934_
BlockEntity (BlockPos): k, createBlockEntity, method_12208, createBlockEntity, m_62934_
ChunkPos (): f, getPos, method_12004, getPos, m_7697_
Set<BlockPos> (): c, getBlockEntitiesPos, method_12021, getBlockEntityPositions, m_5928_
LevelChunkSection[] (): d, getSections, method_12006, getSectionArray, m_7103_
int (Heightmap$Types, int, int): a, getHeight, method_12005, sampleHeightmap, m_5885_
TickList<Block> (): o, getBlockTicks, method_12013, getBlockTickScheduler, m_5782_
TickList<Fluid> (): p, getLiquidTicks, method_12014, getFluidTickScheduler, m_5783_
Map<StructureFeature<?>, StructureStart<?>> (): g, getAllStarts, method_12016, getStructureStarts, m_6633_
void (Map<StructureFeature<?>, StructureStart<?>>): a, setAllStarts, method_12034, setStructureStarts, m_8040_
Map<StructureFeature<?>, it.unimi.dsi.fastutil.longs.LongSet> (): w, getAllReferences, method_12179, getStructureReferences, m_7049_
void (Map<StructureFeature<?>, it.unimi.dsi.fastutil.longs.LongSet>): b, setAllReferences, method_12183, setStructureReferences, m_7946_
void (): A, postProcessGeneration, method_12221, runPostProcessing, m_62812_
void (): F, postProcessGeneration, method_12221, runPostProcessing, m_62812_
UpgradeData (): q, getUpgradeData, method_12003, getUpgradeData, m_7387_
it.unimi.dsi.fastutil.shorts.ShortList[] (): k, getPostProcessing, method_12012, getPostProcessingLists, m_6720_
Heightmap (Heightmap$Types): a, getOrCreateHeightmapUnprimed, method_12032, getHeightmap, m_6005_
void (CompoundTag): a, setBlockEntityNbt, method_12042, addPendingBlockEntityNbt, m_5604_
void (): x, runPostLoad, method_12206, loadToWorld, m_62952_
void (): C, runPostLoad, method_12206, loadEntities, m_62952_
Collection<Map$Entry<Heightmap$Types, Heightmap>> (): e, getHeightmaps, method_12011, getHeightmaps, m_6890_
CompoundTag (BlockPos): f, getBlockEntityNbt, method_12024, getBlockEntityNbt, m_8049_
boolean (): i, isUnsaved, method_12044, needsSaving, m_6344_
void (ServerLevel): a, packTicks, method_20471, enableTickSchedulers, m_62823_
ChunkHolder$FullChunkStatus (): v, getFullStatus, method_12225, getLevelType, m_6708_
ChunkHolder$FullChunkStatus (): B, getFullStatus, method_12225, getLevelType, m_6708_
void (Supplier<ChunkHolder$FullChunkStatus>): a, setFullStatus, method_12207, setLevelTypeProvider, m_62879_
void (Supplier<ChunkHolder$FullChunkStatus>): b, setFullStatus, method_12207, setLevelTypeProvider, m_62879_
boolean (): s, isLightCorrect, method_12038, isLightOn, m_6332_
void (boolean): b, setLightCorrect, method_12020, setLightOn, m_8094_
void (): B, unpackTicks, method_20530, disableTickSchedulers, m_62813_
CompoundTag (BlockPos): g, getBlockEntityNbtForSaving, method_20598, getPackedBlockEntityNbt, m_8051_
CompoundTag (BlockPos): i, getBlockEntityNbtForSaving, method_20598, getPackedBlockEntityNbt, m_8051_
ChunkBiomeContainer (): h, getBiomes, method_12036, getBiomeArray, m_6221_
StructureStart<?> (StructureFeature<?>): a, getStartForFeature, method_12181, getStructureStart, m_7253_
void (StructureFeature<?>, StructureStart<?>): a, setStartForFeature, method_12184, setStructureStart, m_8078_
it.unimi.dsi.fastutil.longs.LongSet (StructureFeature<?>): b, getReferencesForFeature, method_12180, getStructureReferences, m_6705_
void (StructureFeature<?>, long): a, addReferenceForFeature, method_12182, addStructureReference, m_6306_
BlockPos (Heightmap$Types): b, getHeighestPosition, method_35319, method_35319, m_142241_
boolean (): E, isInLevel, method_31715, canTickBlockEntities, m_156370_
boolean (): J, isInLevel, method_31715, canTickBlockEntities, m_156370_
boolean (BlockPos): k, isTicking, method_31724, canTickBlockEntity, m_156410_
boolean (BlockPos): l, isTicking, method_31724, canTickBlockEntity, m_156410_
void (BlockPos): l, removeBlockEntityTicker, method_31725, removeBlockEntityTicker, m_156412_
void (BlockPos): m, removeBlockEntityTicker, method_31725, removeBlockEntityTicker, m_156412_
void (ChunkBiomeContainer, FriendlyByteBuf, CompoundTag, BitSet): a, replaceWithPacketData, method_12224, loadFromPacket, m_156383_
void (BlockEntity): d, onBlockEntityRemove, method_31722, removeBlockEntity, m_156400_
int (): s_, getMinBuildHeight, method_31607, getBottomY, m_141937_
int (): t_, getHeight, method_31605, getHeight, m_141928_
void (): C, invalidateAllBlockEntities, method_31712, removeAllBlockEntities, m_156368_
void (): D, registerAllBlockEntitiesAfterLevelLoad, method_31713, updateAllBlockEntities, m_156369_
void (): H, registerAllBlockEntitiesAfterLevelLoad, method_31713, updateAllBlockEntities, m_156369_
<T extends BlockEntity> void (T): e, addGameEventListener, method_32919, updateGameEventListener, m_156404_
<T extends BlockEntity> void (T): d, addGameEventListener, method_32919, updateGameEventListener, m_156404_
<T extends BlockEntity> void (T): f, updateBlockEntityTicker, method_31723, updateTicker, m_156406_
<T extends BlockEntity> void (T): e, updateBlockEntityTicker, method_31723, updateTicker, m_156406_
TickContainerAccess<Block> (): o, getBlockTicks, method_12013, getBlockTickScheduler, m_183531_
TickContainerAccess<Fluid> (): p, getFluidTicks, method_12014, getFluidTickScheduler, m_183526_
ChunkAccess$TicksToSave (): q, getTicksForSerialization, method_39296, getTickSchedulers, m_183568_
void (FriendlyByteBuf, CompoundTag, Consumer<ClientboundLevelChunkPacketData$BlockEntityTagOutput>): a, replaceWithPacketData, method_12224, loadFromPacket, m_187971_
void (long): c, unpackTicks, method_20530, disableTickSchedulers, m_187985_
void (ServerLevel): a, registerTickContainerInLevel, method_39305, addChunkTickSchedulers, m_187958_
void (ServerLevel): b, unregisterTickContainerFromLevel, method_39306, removeChunkTickSchedulers, m_187979_
void (): G, clearAllBlockEntities, method_38289, clear, m_187957_
boolean (): I, isClientLightReady, method_39791, shouldRenderOnUpdate, m_196863_
void (boolean): d, setClientLightReady, method_39792, setShouldRenderOnUpdate, m_196864_
1.17.1
Names
cmw
cmx
Fields
Constructors
Methods
1.17
Names
cgh
cmw
net.minecraft.world.chunk.Chunk
net.minecraft.src.C_2137_
Fields
org.apache.logging.log4j.Logger: b, LOGGER, field_12839, LOGGER, field_150817_t
org.apache.logging.log4j.Logger: b, LOGGER, field_12839, LOGGER, f_62771_
boolean: f, loaded, field_12855, loadedToWorld, field_76636_d
boolean: h, loaded, field_12855, loadedToWorld, f_62775_
Level: g, level, field_12858, world, field_76637_e
Level: i, level, field_12858, world, f_62776_
Map<BlockPos, BlockEntity>: j, blockEntities, field_12854, blockEntities, field_150816_i
Map<BlockPos, BlockEntity>: l, blockEntities, field_12854, blockEntities, f_62779_
ClassInstanceMultiMap<Entity>[]: k, entitySections, field_12833, entitySections, field_76645_j
boolean: s, unsaved, field_12834, shouldSave, field_76643_l
boolean: r, unsaved, field_12834, shouldSave, f_62788_
boolean: q, lastSaveHadEntities, field_12837, unsaved, field_76644_m
long: r, lastSaveTime, field_12844, lastSaveTime, field_76641_n
long: t, inhabitedTime, field_12843, inhabitedTime, field_111204_q
long: s, inhabitedTime, field_12843, inhabitedTime, f_62789_
LevelChunkSection: a, EMPTY_SECTION, field_12852, EMPTY_SECTION, field_186036_a
LevelChunkSection: a, EMPTY_SECTION, field_12852, EMPTY_SECTION, f_62770_
LevelChunkSection[]: c, sections, field_12840, sections, field_76652_q
LevelChunkSection[]: d, sections, field_12840, sections, f_62772_
Map<BlockPos, CompoundTag>: e, pendingBlockEntities, field_12846, pendingBlockEntityNbts, field_201618_i
Map<BlockPos, CompoundTag>: f, pendingBlockEntities, field_12846, pendingBlockEntityNbts, f_62774_
Map<Heightmap$Types, Heightmap>: h, heightmaps, field_12853, heightmaps, field_76634_f
Map<Heightmap$Types, Heightmap>: j, heightmaps, field_12853, heightmaps, f_62777_
UpgradeData: i, upgradeData, field_12849, upgradeData, field_196967_n
UpgradeData: k, upgradeData, field_12849, upgradeData, f_62778_
Map<StructureFeature<?>, StructureStart<?>>: l, structureStarts, field_12838, structureStarts, field_201619_q
Map<StructureFeature<?>, StructureStart<?>>: m, structureStarts, field_12838, structureStarts, f_62781_
Map<StructureFeature<?>, it.unimi.dsi.fastutil.longs.LongSet>: m, structuresRefences, field_12845, structureReferences, field_201620_r
Map<StructureFeature<?>, it.unimi.dsi.fastutil.longs.LongSet>: n, structuresRefences, field_12845, structureReferences, f_62782_
it.unimi.dsi.fastutil.shorts.ShortList[]: n, postProcessing, field_12836, postProcessingLists, field_201622_t
it.unimi.dsi.fastutil.shorts.ShortList[]: o, postProcessing, field_12836, postProcessingLists, f_62783_
TickList<Block>: o, blockTicks, field_12841, blockTickScheduler, field_201621_s
TickList<Block>: p, blockTicks, field_12841, blockTickScheduler, f_62784_
TickList<Fluid>: p, liquidTicks, field_12857, fluidTickScheduler, field_205325_u
TickList<Fluid>: q, liquidTicks, field_12857, fluidTickScheduler, f_62785_
ChunkPos: w, chunkPos, field_12848, pos, field_212816_F
ChunkPos: v, chunkPos, field_12848, pos, f_62792_
Supplier<ChunkHolder$FullChunkStatus>: u, fullStatus, field_12856, levelTypeProvider, field_217329_u
Supplier<ChunkHolder$FullChunkStatus>: t, fullStatus, field_12856, levelTypeProvider, f_62790_
Consumer<LevelChunk>: v, postLoad, field_12850, loadToWorldConsumer, field_217330_v
Consumer<LevelChunk>: u, postLoad, field_12850, loadToWorldConsumer, f_62791_
boolean: x, isLightCorrect, field_12847, lightOn, field_217331_x
boolean: w, isLightCorrect, field_12847, lightOn, f_62793_
ChunkBiomeContainer: d, biomes, field_20655, biomeArray, field_76651_r
ChunkBiomeContainer: e, biomes, field_20655, biomeArray, f_62773_
TickingBlockEntity: c, NULL_TICKER, field_27221, EMPTY_BLOCK_ENTITY_TICKER, f_156361_
Map<BlockPos, LevelChunk$RebindableTickingBlockEntityWrapper>: g, tickersInLevel, field_27222, blockEntityTickers, f_156362_
it.unimi.dsi.fastutil.ints.Int2ObjectMap<GameEventDispatcher>: x, gameEventDispatcherSections, field_28129, gameEventDispatchers, f_156363_
Constructors
(Level, ProtoChunk)
(ServerLevel, ProtoChunk, Consumer<LevelChunk>)
Methods
void (Entity): a, addEntity, method_12002, addEntity, func_76612_a
void (Entity): a, addEntity, method_12002, addEntity, m_6286_
void (Entity): b, removeEntity, method_12203, remove, func_76622_b
void (Entity, int): a, removeEntity, method_12219, remove, func_76608_a
void (BlockEntity): a, addBlockEntity, method_12216, addBlockEntity, func_150813_a
void (BlockEntity): b, addAndRegisterBlockEntity, method_12216, addBlockEntity, m_142170_
void (): s, markUnsaved, method_12220, markDirty, func_76630_e
void (): t, markUnsaved, method_12220, markDirty, m_6427_
boolean (): t, isEmpty, method_12223, isEmpty, func_76621_g
boolean (): u, isEmpty, method_12223, isEmpty, m_6430_
Level (): x, getLevel, method_12200, getWorld, func_177412_p
Level (): y, getLevel, method_12200, getWorld, m_62953_
Map<BlockPos, BlockEntity> (): y, getBlockEntities, method_12214, getBlockEntities, func_177434_r
Map<BlockPos, BlockEntity> (): z, getBlockEntities, method_12214, getBlockEntities, m_62954_
ClassInstanceMultiMap<Entity>[] (): z, getEntitySections, method_12215, getEntitySectionArray, func_177429_s
void (boolean): a, setUnsaved, method_12008, setShouldSave, func_177427_f
void (boolean): a, setUnsaved, method_12008, setShouldSave, m_8092_
void (boolean): d, setLastSaveHadEntities, method_12232, setUnsaved, func_177409_g
void (long): a, setLastSaveTime, method_12043, setLastSaveTime, func_177432_b
long (): q, getInhabitedTime, method_12033, getInhabitedTime, func_177416_w
long (): r, getInhabitedTime, method_12033, getInhabitedTime, m_6319_
void (long): b, setInhabitedTime, method_12028, setInhabitedTime, func_177415_c
void (long): a, setInhabitedTime, method_12028, setInhabitedTime, m_6141_
void (boolean): c, setLoaded, method_12226, setLoadedToWorld, func_177417_c
void (boolean): c, setLoaded, method_12226, setLoadedToWorld, m_62913_
BlockEntity (BlockPos): k, createBlockEntity, method_12208, createBlockEntity, func_177422_i
BlockEntity (BlockPos): j, createBlockEntity, method_12208, createBlockEntity, m_62934_
void (BlockPos, BlockEntity): a, setBlockEntity, method_12007, setBlockEntity, func_177426_a
void (BlockPos): d, removeBlockEntity, method_12041, removeBlockEntity, func_177425_e
void (BlockPos): d, removeBlockEntity, method_12041, removeBlockEntity, m_8114_
ChunkPos (): g, getPos, method_12004, getPos, func_76632_l
ChunkPos (): f, getPos, method_12004, getPos, m_7697_
Set<BlockPos> (): c, getBlockEntitiesPos, method_12021, getBlockEntityPositions, func_203066_o
Set<BlockPos> (): c, getBlockEntitiesPos, method_12021, getBlockEntityPositions, m_5928_
LevelChunkSection[] (): d, getSections, method_12006, getSectionArray, func_76587_i
LevelChunkSection[] (): d, getSections, method_12006, getSectionArray, m_7103_
FluidState (BlockPos): b, getFluidState, method_8316, getFluidState, func_204610_c
FluidState (BlockPos): b_, getFluidState, method_8316, getFluidState, m_6425_
FluidState (int, int, int): a, getFluidState, method_12234, getFluidState, func_205751_b
FluidState (int, int, int): a, getFluidState, method_12234, getFluidState, m_62814_
void (Heightmap$Types, long[]): a, setHeightmap, method_12037, setHeightmap, func_201607_a
int (Heightmap$Types, int, int): a, getHeight, method_12005, sampleHeightmap, func_201576_a
int (Heightmap$Types, int, int): a, getHeight, method_12005, sampleHeightmap, m_5885_
BlockEntity (BlockPos): c, getBlockEntity, method_8321, getBlockEntity, func_175625_s
BlockEntity (BlockPos): c_, getBlockEntity, method_8321, getBlockEntity, m_7702_
void (Entity, AABB, List<Entity>, Predicate<? super Entity>): a, getEntities, method_12205, collectOtherEntities, func_177414_a
<T extends Entity> void (Class<? extends T>, AABB, List<T>, Predicate<? super T>): a, getEntitiesOfClass, method_12210, collectEntitiesByClass, func_177430_a
TickList<Block> (): n, getBlockTicks, method_12013, getBlockTickScheduler, func_205218_i_
TickList<Block> (): o, getBlockTicks, method_12013, getBlockTickScheduler, m_5782_
TickList<Fluid> (): o, getLiquidTicks, method_12014, getFluidTickScheduler, func_212247_j
TickList<Fluid> (): p, getLiquidTicks, method_12014, getFluidTickScheduler, m_5783_
Map<StructureFeature<?>, StructureStart<?>> (): h, getAllStarts, method_12016, getStructureStarts, func_201609_c
Map<StructureFeature<?>, StructureStart<?>> (): g, getAllStarts, method_12016, getStructureStarts, m_6633_
void (Map<StructureFeature<?>, StructureStart<?>>): a, setAllStarts, method_12034, setStructureStarts, func_201612_a
void (Map<StructureFeature<?>, StructureStart<?>>): a, setAllStarts, method_12034, setStructureStarts, m_8040_
Map<StructureFeature<?>, it.unimi.dsi.fastutil.longs.LongSet> (): v, getAllReferences, method_12179, getStructureReferences, func_201604_d
Map<StructureFeature<?>, it.unimi.dsi.fastutil.longs.LongSet> (): w, getAllReferences, method_12179, getStructureReferences, m_7049_
void (Map<StructureFeature<?>, it.unimi.dsi.fastutil.longs.LongSet>): b, setAllReferences, method_12183, setStructureReferences, func_201606_b
void (Map<StructureFeature<?>, it.unimi.dsi.fastutil.longs.LongSet>): b, setAllReferences, method_12183, setStructureReferences, m_7946_
void (): A, postProcessGeneration, method_12221, runPostProcessing, func_201595_A
void (): A, postProcessGeneration, method_12221, runPostProcessing, m_62812_
UpgradeData (): p, getUpgradeData, method_12003, getUpgradeData, func_196966_y
UpgradeData (): q, getUpgradeData, method_12003, getUpgradeData, m_7387_
it.unimi.dsi.fastutil.shorts.ShortList[] (): l, getPostProcessing, method_12012, getPostProcessingLists, func_201614_D
it.unimi.dsi.fastutil.shorts.ShortList[] (): k, getPostProcessing, method_12012, getPostProcessingLists, m_6720_
ChunkStatus (): k, getStatus, method_12009, getStatus, func_201589_g
ChunkStatus (): j, getStatus, method_12009, getStatus, m_6415_
Heightmap (Heightmap$Types): a, getOrCreateHeightmapUnprimed, method_12032, getHeightmap, func_217303_b
Heightmap (Heightmap$Types): a, getOrCreateHeightmapUnprimed, method_12032, getHeightmap, m_6005_
BlockState (BlockPos): d_, getBlockState, method_8320, getBlockState, func_180495_p
BlockState (BlockPos): a_, getBlockState, method_8320, getBlockState, m_8055_
BlockState (BlockPos, BlockState, boolean): a, setBlockState, method_12010, setBlockState, func_177436_a
BlockState (BlockPos, BlockState, boolean): a, setBlockState, method_12010, setBlockState, m_6978_
LevelLightEngine (): e, getLightEngine, method_12023, getLightingProvider, func_217307_e
BlockEntity (BlockPos, LevelChunk$EntityCreationType): a, getBlockEntity, method_12201, getBlockEntity, func_177424_a
BlockEntity (BlockPos, LevelChunk$EntityCreationType): a, getBlockEntity, method_12201, getBlockEntity, m_5685_
void (CompoundTag): a, setBlockEntityNbt, method_12042, addPendingBlockEntityNbt, func_201591_a
void (CompoundTag): a, setBlockEntityNbt, method_12042, addPendingBlockEntityNbt, m_5604_
void (): w, runPostLoad, method_12206, loadToWorld, func_217318_w
void (): x, runPostLoad, method_12206, loadToWorld, m_62952_
<T extends Entity> void (EntityType<?>, AABB, List<? super T>, Predicate<? super T>): a, getEntities, method_18029, collectEntities, func_217313_a
Collection<Map$Entry<Heightmap$Types, Heightmap>> (): f, getHeightmaps, method_12011, getHeightmaps, func_217311_f
Collection<Map$Entry<Heightmap$Types, Heightmap>> (): e, getHeightmaps, method_12011, getHeightmaps, m_6890_
CompoundTag (BlockPos): i, getBlockEntityNbt, method_12024, getBlockEntityNbt, func_201579_g
CompoundTag (BlockPos): f, getBlockEntityNbt, method_12024, getBlockEntityNbt, m_8049_
Stream<BlockPos> (): m, getLights, method_12018, getLightSourcesStream, func_217304_m
Stream<BlockPos> (): n, getLights, method_12018, getLightSourcesStream, m_6267_
boolean (): j, isUnsaved, method_12044, needsSaving, func_201593_f
boolean (): i, isUnsaved, method_12044, needsSaving, m_6344_
BlockEntity (BlockPos, CompoundTag): a, promotePendingBlockEntity, method_12204, loadBlockEntity, func_212815_a
BlockEntity (BlockPos, CompoundTag): a, promotePendingBlockEntity, method_12204, loadBlockEntity, m_62870_
void (ServerLevel): a, packTicks, method_20471, enableTickSchedulers, func_222880_a
void (ServerLevel): a, packTicks, method_20471, enableTickSchedulers, m_62823_
ChunkHolder$FullChunkStatus (): u, getFullStatus, method_12225, getLevelType, func_217321_u
ChunkHolder$FullChunkStatus (): v, getFullStatus, method_12225, getLevelType, m_6708_
void (Supplier<ChunkHolder$FullChunkStatus>): a, setFullStatus, method_12207, setLevelTypeProvider, func_217314_a
void (Supplier<ChunkHolder$FullChunkStatus>): a, setFullStatus, method_12207, setLevelTypeProvider, m_62879_
boolean (): r, isLightCorrect, method_12038, isLightOn, func_217310_r
boolean (): s, isLightCorrect, method_12038, isLightOn, m_6332_
void (boolean): b, setLightCorrect, method_12020, setLightOn, func_217305_b
void (boolean): b, setLightCorrect, method_12020, setLightOn, m_8094_
void (): B, unpackTicks, method_20530, disableTickSchedulers, func_222879_B
void (): B, unpackTicks, method_20530, disableTickSchedulers, m_62813_
CompoundTag (BlockPos): j, getBlockEntityNbtForSaving, method_20598, getPackedBlockEntityNbt, func_223134_j
CompoundTag (BlockPos): g, getBlockEntityNbtForSaving, method_20598, getPackedBlockEntityNbt, m_8051_
ChunkBiomeContainer (): i, getBiomes, method_12036, getBiomeArray, func_225549_i_
ChunkBiomeContainer (): h, getBiomes, method_12036, getBiomeArray, m_6221_
void (ChunkBiomeContainer, FriendlyByteBuf, CompoundTag, int): a, replaceWithPacketData, method_12224, loadFromPacket, func_227073_a_
StructureStart<?> (StructureFeature<?>): a, getStartForFeature, method_12181, getStructureStart, func_230342_a_
StructureStart<?> (StructureFeature<?>): a, getStartForFeature, method_12181, getStructureStart, m_7253_
void (StructureFeature<?>, StructureStart<?>): a, setStartForFeature, method_12184, setStructureStart, func_230344_a_
void (StructureFeature<?>, StructureStart<?>): a, setStartForFeature, method_12184, setStructureStart, m_8078_
it.unimi.dsi.fastutil.longs.LongSet (StructureFeature<?>): b, getReferencesForFeature, method_12180, getStructureReferences, func_230346_b_
it.unimi.dsi.fastutil.longs.LongSet (StructureFeature<?>): b, getReferencesForFeature, method_12180, getStructureReferences, m_6705_
void (StructureFeature<?>, long): a, addReferenceForFeature, method_12182, addStructureReference, func_230343_a_
void (StructureFeature<?>, long): a, addReferenceForFeature, method_12182, addStructureReference, m_6306_
GameEventDispatcher (int): a, getEventDispatcher, method_32914, getGameEventDispatcher, m_142336_
BlockPos (Heightmap$Types): b, getHeighestPosition, method_35319, method_35319, m_142241_
boolean (): E, isInLevel, method_31715, canTickBlockEntities, m_156370_
boolean (BlockPos): k, isTicking, method_31724, canTickBlockEntity, m_156410_
void (BlockEntity): a, setBlockEntity, method_12007, setBlockEntity, m_142169_
<T extends BlockEntity> void (T): c, removeGameEventListener, method_32918, removeGameEventListener, m_156396_
void (BlockPos): l, removeBlockEntityTicker, method_31725, removeBlockEntityTicker, m_156412_
void (ChunkBiomeContainer, FriendlyByteBuf, CompoundTag, BitSet): a, replaceWithPacketData, method_12224, loadFromPacket, m_156383_
void (BlockEntity): d, onBlockEntityRemove, method_31722, removeBlockEntity, m_156400_
int (): s_, getMinBuildHeight, method_31607, getBottomY, m_141937_
int (): t_, getHeight, method_31605, getHeight, m_141928_
void (): C, invalidateAllBlockEntities, method_31712, removeAllBlockEntities, m_156368_
void (): D, registerAllBlockEntitiesAfterLevelLoad, method_31713, updateAllBlockEntities, m_156369_
<T extends BlockEntity> void (T): e, addGameEventListener, method_32919, updateGameEventListener, m_156404_
<T extends BlockEntity> void (T): f, updateBlockEntityTicker, method_31723, updateTicker, m_156406_
<T extends BlockEntity> TickingBlockEntity (T, BlockEntityTicker<T>): a, createTicker, method_31718, wrapTicker, m_156375_
1.16.5
Names
Fields
Map<BlockPos, CompoundTag>: e, pendingBlockEntities, field_12846, pendingBlockEntityTags, field_201618_i
Map<BlockPos, CompoundTag>: e, pendingBlockEntities, field_12846, pendingBlockEntityNbts, field_201618_i
Constructors
Methods
void (CompoundTag): a, setBlockEntityNbt, method_12042, addPendingBlockEntityTag, func_201591_a
void (CompoundTag): a, setBlockEntityNbt, method_12042, addPendingBlockEntityNbt, func_201591_a
CompoundTag (BlockPos): i, getBlockEntityNbt, method_12024, getBlockEntityTag, func_201579_g
CompoundTag (BlockPos): i, getBlockEntityNbt, method_12024, getBlockEntityNbt, func_201579_g
CompoundTag (BlockPos): j, getBlockEntityNbtForSaving, method_20598, getPackedBlockEntityTag, func_223134_j
CompoundTag (BlockPos): j, getBlockEntityNbtForSaving, method_20598, getPackedBlockEntityNbt, func_223134_j
1.16.4
Names
cge
cgh
Fields
Constructors
Methods
1.16.3
Names
Fields
Constructors
Methods
1.16.2
Names
chj
cge
Fields
Constructors
Methods
BlockEntity (BlockPos): j, createBlockEntity, method_12208, createBlockEntity, func_177422_i
BlockEntity (BlockPos): k, createBlockEntity, method_12208, createBlockEntity, func_177422_i
void (Entity, AABB, List<Entity>, Predicate<? super Entity>): a, getEntities, method_12205, getEntities, func_177414_a
void (Entity, AABB, List<Entity>, Predicate<? super Entity>): a, getEntities, method_12205, collectOtherEntities, func_177414_a
<T extends Entity> void (Class<? extends T>, AABB, List<T>, Predicate<? super T>): a, getEntitiesOfClass, method_12210, getEntities, func_177430_a
<T extends Entity> void (Class<? extends T>, AABB, List<T>, Predicate<? super T>): a, getEntitiesOfClass, method_12210, collectEntitiesByClass, func_177430_a
<T extends Entity> void (EntityType<?>, AABB, List<? super T>, Predicate<? super T>): a, getEntities, method_18029, getEntities, func_217313_a
<T extends Entity> void (EntityType<?>, AABB, List<? super T>, Predicate<? super T>): a, getEntities, method_18029, collectEntities, func_217313_a
CompoundTag (BlockPos): f, getBlockEntityNbt, method_12024, getBlockEntityTag, func_201579_g
CompoundTag (BlockPos): i, getBlockEntityNbt, method_12024, getBlockEntityTag, func_201579_g
CompoundTag (BlockPos): i, getBlockEntityNbtForSaving, method_20598, getPackedBlockEntityTag, func_223134_j
CompoundTag (BlockPos): j, getBlockEntityNbtForSaving, method_20598, getPackedBlockEntityTag, func_223134_j
1.16.1
Names
cal
chj
Fields
boolean: x, isLightCorrect, field_12847, isLightOn, field_217331_x
boolean: x, isLightCorrect, field_12847, lightOn, field_217331_x
Constructors
Methods
StructureStart (String): a, getStartForFeature, method_12181, getStructureStart, func_201585_a
void (String, StructureStart): a, setStartForFeature, method_12184, setStructureStart, func_201584_a
it.unimi.dsi.fastutil.longs.LongSet (String): b, getReferencesForFeature, method_12180, getStructureReferences, func_201578_b
void (String, long): a, addReferenceForFeature, method_12182, addStructureReference, func_201583_a
CompoundTag (BlockPos): f, getBlockEntityNbt, method_12024, getBlockEntityTagAt, func_201579_g
CompoundTag (BlockPos): f, getBlockEntityNbt, method_12024, getBlockEntityTag, func_201579_g
CompoundTag (BlockPos): i, getBlockEntityNbtForSaving, method_20598, func_223134_j
CompoundTag (BlockPos): i, getBlockEntityNbtForSaving, method_20598, getPackedBlockEntityTag, func_223134_j
StructureStart<?> (StructureFeature<?>): a, getStartForFeature, method_12181, getStructureStart, func_230342_a_
void (StructureFeature<?>, StructureStart<?>): a, setStartForFeature, method_12184, setStructureStart, func_230344_a_
it.unimi.dsi.fastutil.longs.LongSet (StructureFeature<?>): b, getReferencesForFeature, method_12180, getStructureReferences, func_230346_b_
void (StructureFeature<?>, long): a, addReferenceForFeature, method_12182, addStructureReference, func_230343_a_
1.15.2
Names
cai
cal
Fields
Constructors
Methods
1.15.1
Names
Fields
Constructors
Methods
void (ServerLevel): a, packTicks, method_20471, func_222880_a
void (ServerLevel): a, packTicks, method_20471, enableTickSchedulers, func_222880_a
void (): B, unpackTicks, method_20530, func_222879_B
void (): B, unpackTicks, method_20530, disableTickSchedulers, func_222879_B
1.15
Names
bxt
cai
Fields
Biome[]: d, biomes, field_12842, biomeArray, field_76651_r
ChunkBiomeContainer: d, biomes, field_20655, biomeArray, field_76651_r
Constructors
(Level, ChunkPos, Biome[], UpgradeData, TickList<Block>, TickList<Fluid>, long, LevelChunkSection[], Consumer<LevelChunk>)
(Level, ChunkPos, ChunkBiomeContainer)
(Level, ChunkPos, ChunkBiomeContainer, UpgradeData, TickList<Block>, TickList<Fluid>, long, LevelChunkSection[], Consumer<LevelChunk>)
Methods
int (BlockPos, int): a, getRawBrightness, method_12233, getLightLevel, func_177443_a
BlockEntity (BlockPos): k, createBlockEntity, method_12208, createBlockEntity, func_177422_i
BlockEntity (BlockPos): j, createBlockEntity, method_12208, createBlockEntity, func_177422_i
void (BlockPos): e, removeBlockEntity, method_12041, removeBlockEntity, func_177425_e
void (BlockPos): d, removeBlockEntity, method_12041, removeBlockEntity, func_177425_e
BlockEntity (BlockPos): d, getBlockEntity, method_8321, getBlockEntity, func_175625_s
BlockEntity (BlockPos): c, getBlockEntity, method_8321, getBlockEntity, func_175625_s
Biome[] (): i, getBiomes, method_12036, getBiomeArray, func_201590_e
Heightmap (Heightmap$Types): b, getOrCreateHeightmapUnprimed, method_12032, getHeightmap, func_217303_b
Heightmap (Heightmap$Types): a, getOrCreateHeightmapUnprimed, method_12032, getHeightmap, func_217303_b
BlockState (BlockPos): e_, getBlockState, method_8320, getBlockState, func_180495_p
BlockState (BlockPos): d_, getBlockState, method_8320, getBlockState, func_180495_p
CompoundTag (BlockPos): i, getBlockEntityNbt, method_12024, getBlockEntityTagAt, func_201579_g
CompoundTag (BlockPos): f, getBlockEntityNbt, method_12024, getBlockEntityTagAt, func_201579_g
void (LevelLightEngine): a, setLightEngine, method_17032, setLightingProvider, func_217306_a
void (FriendlyByteBuf, CompoundTag, int, boolean): a, replaceWithPacketData, method_12224, loadFromPacket, func_217326_a
CompoundTag (BlockPos): j, getBlockEntityNbtForSaving, method_20598, func_223134_j
CompoundTag (BlockPos): i, getBlockEntityNbtForSaving, method_20598, func_223134_j
ChunkBiomeContainer (): i, getBiomes, method_12036, getBiomeArray, func_225549_i_
void (ChunkBiomeContainer, FriendlyByteBuf, CompoundTag, int): a, replaceWithPacketData, method_12224, loadFromPacket, func_227073_a_
1.14.4
Names
bxo
bxt
net.minecraft.world.level.chunk.LevelChunk
Fields
org.apache.logging.log4j.Logger: b, field_12839, LOGGER, field_150817_t
org.apache.logging.log4j.Logger: b, LOGGER, field_12839, LOGGER, field_150817_t
boolean: f, field_12855, loadedToWorld, field_76636_d
boolean: f, loaded, field_12855, loadedToWorld, field_76636_d
World: g, field_12858, world, field_76637_e
Level: g, level, field_12858, world, field_76637_e
Map<BlockPos, BlockEntity>: j, field_12854, blockEntities, field_150816_i
Map<BlockPos, BlockEntity>: j, blockEntities, field_12854, blockEntities, field_150816_i
TypeFilterableList<Entity>[]: k, field_12833, entitySections, field_76645_j
ClassInstanceMultiMap<Entity>[]: k, entitySections, field_12833, entitySections, field_76645_j
boolean: s, field_12834, shouldSave, field_76643_l
boolean: s, unsaved, field_12834, shouldSave, field_76643_l
boolean: q, field_12837, unsaved, field_76644_m
boolean: q, lastSaveHadEntities, field_12837, unsaved, field_76644_m
long: r, field_12844, lastSaveTime, field_76641_n
long: r, lastSaveTime, field_12844, lastSaveTime, field_76641_n
long: t, field_12843, inhabitedTime, field_111204_q
long: t, inhabitedTime, field_12843, inhabitedTime, field_111204_q
ChunkSection: a, field_12852, EMPTY_SECTION, field_186036_a
LevelChunkSection: a, EMPTY_SECTION, field_12852, EMPTY_SECTION, field_186036_a
ChunkSection[]: c, field_12840, sections, field_76652_q
LevelChunkSection[]: c, sections, field_12840, sections, field_76652_q
Biome[]: d, field_12842, biomeArray, field_76651_r
Biome[]: d, biomes, field_12842, biomeArray, field_76651_r
Map<BlockPos, CompoundTag>: e, field_12846, pendingBlockEntityTags, field_201618_i
Map<BlockPos, CompoundTag>: e, pendingBlockEntities, field_12846, pendingBlockEntityTags, field_201618_i
Map<Heightmap$Type, Heightmap>: h, field_12853, heightmaps, field_76634_f
Map<Heightmap$Types, Heightmap>: h, heightmaps, field_12853, heightmaps, field_76634_f
UpgradeData: i, field_12849, upgradeData, field_196967_n
UpgradeData: i, upgradeData, field_12849, upgradeData, field_196967_n
Map<String, StructureStart>: l, field_12838, structureStarts, field_201619_q
Map<String, StructureStart>: l, structureStarts, field_12838, structureStarts, field_201619_q
Map<String, it.unimi.dsi.fastutil.longs.LongSet>: m, field_12845, structureReferences, field_201620_r
Map<String, it.unimi.dsi.fastutil.longs.LongSet>: m, structuresRefences, field_12845, structureReferences, field_201620_r
it.unimi.dsi.fastutil.shorts.ShortList[]: n, field_12836, postProcessingLists, field_201622_t
it.unimi.dsi.fastutil.shorts.ShortList[]: n, postProcessing, field_12836, postProcessingLists, field_201622_t
TickScheduler<Block>: o, field_12841, blockTickScheduler, field_201621_s
TickList<Block>: o, blockTicks, field_12841, blockTickScheduler, field_201621_s
TickScheduler<Fluid>: p, field_12857, fluidTickScheduler, field_205325_u
TickList<Fluid>: p, liquidTicks, field_12857, fluidTickScheduler, field_205325_u
ChunkPos: w, field_12848, pos, field_212816_F
ChunkPos: w, chunkPos, field_12848, pos, field_212816_F
Supplier<ChunkHolder$LevelType>: u, field_12856, levelTypeProvider, field_217329_u
Supplier<ChunkHolder$FullChunkStatus>: u, fullStatus, field_12856, levelTypeProvider, field_217329_u
Consumer<WorldChunk>: v, field_12850, loadToWorldConsumer, field_217330_v
Consumer<LevelChunk>: v, postLoad, field_12850, loadToWorldConsumer, field_217330_v
boolean: x, field_12847, isLightOn, field_217331_x
boolean: x, isLightCorrect, field_12847, isLightOn, field_217331_x
Constructors
Methods
void (Entity): a, method_12002, addEntity, func_76612_a
void (Entity): a, addEntity, method_12002, addEntity, func_76612_a
void (Entity): b, method_12203, remove, func_76622_b
void (Entity): b, removeEntity, method_12203, remove, func_76622_b
void (Entity, int): a, method_12219, remove, func_76608_a
void (Entity, int): a, removeEntity, method_12219, remove, func_76608_a
void (BlockEntity): a, method_12216, addBlockEntity, func_150813_a
void (BlockEntity): a, addBlockEntity, method_12216, addBlockEntity, func_150813_a
void (): s, method_12220, markDirty, func_76630_e
void (): s, markUnsaved, method_12220, markDirty, func_76630_e
boolean (): t, method_12223, isEmpty, func_76621_g
boolean (): t, isEmpty, method_12223, isEmpty, func_76621_g
World (): x, method_12200, getWorld, func_177412_p
Level (): x, getLevel, method_12200, getWorld, func_177412_p
Map<BlockPos, BlockEntity> (): y, method_12214, getBlockEntities, func_177434_r
Map<BlockPos, BlockEntity> (): y, getBlockEntities, method_12214, getBlockEntities, func_177434_r
TypeFilterableList<Entity>[] (): z, method_12215, getEntitySectionArray, func_177429_s
ClassInstanceMultiMap<Entity>[] (): z, getEntitySections, method_12215, getEntitySectionArray, func_177429_s
void (boolean): a, method_12008, setShouldSave, func_177427_f
void (boolean): a, setUnsaved, method_12008, setShouldSave, func_177427_f
void (boolean): d, method_12232, setUnsaved, func_177409_g
void (boolean): d, setLastSaveHadEntities, method_12232, setUnsaved, func_177409_g
void (long): a, method_12043, setLastSaveTime, func_177432_b
void (long): a, setLastSaveTime, method_12043, setLastSaveTime, func_177432_b
long (): q, method_12033, getInhabitedTime, func_177416_w
long (): q, getInhabitedTime, method_12033, getInhabitedTime, func_177416_w
void (long): b, method_12028, setInhabitedTime, func_177415_c
void (long): b, setInhabitedTime, method_12028, setInhabitedTime, func_177415_c
void (boolean): c, method_12226, setLoadedToWorld, func_177417_c
void (boolean): c, setLoaded, method_12226, setLoadedToWorld, func_177417_c
int (BlockPos, int): a, method_12233, getLightLevel, func_177443_a
int (BlockPos, int): a, getRawBrightness, method_12233, getLightLevel, func_177443_a
BlockEntity (BlockPos): k, method_12208, createBlockEntity, func_177422_i
BlockEntity (BlockPos): k, createBlockEntity, method_12208, createBlockEntity, func_177422_i
void (BlockPos, BlockEntity): a, method_12007, setBlockEntity, func_177426_a
void (BlockPos, BlockEntity): a, setBlockEntity, method_12007, setBlockEntity, func_177426_a
void (BlockPos): e, method_12041, removeBlockEntity, func_177425_e
void (BlockPos): e, removeBlockEntity, method_12041, removeBlockEntity, func_177425_e
ChunkPos (): g, method_12004, getPos, func_76632_l
ChunkPos (): g, getPos, method_12004, getPos, func_76632_l
Set<BlockPos> (): c, method_12021, getBlockEntityPositions, func_203066_o
Set<BlockPos> (): c, getBlockEntitiesPos, method_12021, getBlockEntityPositions, func_203066_o
ChunkSection[] (): d, method_12006, getSectionArray, func_76587_i
LevelChunkSection[] (): d, getSections, method_12006, getSectionArray, func_76587_i
FluidState (BlockPos): b, method_8316, getFluidState, func_204610_c
FluidState (BlockPos): b, getFluidState, method_8316, getFluidState, func_204610_c
FluidState (int, int, int): a, method_12234, getFluidState, func_205751_b
FluidState (int, int, int): a, getFluidState, method_12234, getFluidState, func_205751_b
void (Heightmap$Type, long[]): a, method_12037, setHeightmap, func_201607_a
void (Heightmap$Types, long[]): a, setHeightmap, method_12037, setHeightmap, func_201607_a
int (Heightmap$Type, int, int): a, method_12005, sampleHeightmap, func_201576_a
int (Heightmap$Types, int, int): a, getHeight, method_12005, sampleHeightmap, func_201576_a
BlockEntity (BlockPos): d, method_8321, getBlockEntity, func_175625_s
BlockEntity (BlockPos): d, getBlockEntity, method_8321, getBlockEntity, func_175625_s
void (Entity, Box, List<Entity>, Predicate<? super Entity>): a, method_12205, appendEntities, func_177414_a
void (Entity, AABB, List<Entity>, Predicate<? super Entity>): a, getEntities, method_12205, getEntities, func_177414_a
<T extends Entity> void (Class<? extends T>, Box, List<T>, Predicate<? super T>): a, method_12210, appendEntities, func_177430_a
<T extends Entity> void (Class<? extends T>, AABB, List<T>, Predicate<? super T>): a, getEntitiesOfClass, method_12210, getEntities, func_177430_a
Biome[] (): i, method_12036, getBiomeArray, func_201590_e
Biome[] (): i, getBiomes, method_12036, getBiomeArray, func_201590_e
TickScheduler<Block> (): n, method_12013, getBlockTickScheduler, func_205218_i_
TickList<Block> (): n, getBlockTicks, method_12013, getBlockTickScheduler, func_205218_i_
TickScheduler<Fluid> (): o, method_12014, getFluidTickScheduler, func_212247_j
TickList<Fluid> (): o, getLiquidTicks, method_12014, getFluidTickScheduler, func_212247_j
StructureStart (String): a, method_12181, getStructureStart, func_201585_a
StructureStart (String): a, getStartForFeature, method_12181, getStructureStart, func_201585_a
void (String, StructureStart): a, method_12184, setStructureStart, func_201584_a
void (String, StructureStart): a, setStartForFeature, method_12184, setStructureStart, func_201584_a
Map<String, StructureStart> (): h, method_12016, getStructureStarts, func_201609_c
Map<String, StructureStart> (): h, getAllStarts, method_12016, getStructureStarts, func_201609_c
void (Map<String, StructureStart>): a, method_12034, setStructureStarts, func_201612_a
void (Map<String, StructureStart>): a, setAllStarts, method_12034, setStructureStarts, func_201612_a
it.unimi.dsi.fastutil.longs.LongSet (String): b, method_12180, getStructureReferences, func_201578_b
it.unimi.dsi.fastutil.longs.LongSet (String): b, getReferencesForFeature, method_12180, getStructureReferences, func_201578_b
void (String, long): a, method_12182, addStructureReference, func_201583_a
void (String, long): a, addReferenceForFeature, method_12182, addStructureReference, func_201583_a
Map<String, it.unimi.dsi.fastutil.longs.LongSet> (): v, method_12179, getStructureReferences, func_201604_d
Map<String, it.unimi.dsi.fastutil.longs.LongSet> (): v, getAllReferences, method_12179, getStructureReferences, func_201604_d
void (Map<String, it.unimi.dsi.fastutil.longs.LongSet>): b, method_12183, setStructureReferences, func_201606_b
void (Map<String, it.unimi.dsi.fastutil.longs.LongSet>): b, setAllReferences, method_12183, setStructureReferences, func_201606_b
void (): A, method_12221, runPostProcessing, func_201595_A
void (): A, postProcessGeneration, method_12221, runPostProcessing, func_201595_A
UpgradeData (): p, method_12003, getUpgradeData, func_196966_y
UpgradeData (): p, getUpgradeData, method_12003, getUpgradeData, func_196966_y
it.unimi.dsi.fastutil.shorts.ShortList[] (): l, method_12012, getPostProcessingLists, func_201614_D
it.unimi.dsi.fastutil.shorts.ShortList[] (): l, getPostProcessing, method_12012, getPostProcessingLists, func_201614_D
ChunkStatus (): k, method_12009, getStatus, func_201589_g
ChunkStatus (): k, getStatus, method_12009, getStatus, func_201589_g
Heightmap (Heightmap$Type): b, method_12032, getHeightmap, func_217303_b
Heightmap (Heightmap$Types): b, getOrCreateHeightmapUnprimed, method_12032, getHeightmap, func_217303_b
BlockState (BlockPos): e_, method_8320, getBlockState, func_180495_p
BlockState (BlockPos): e_, getBlockState, method_8320, getBlockState, func_180495_p
BlockState (BlockPos, BlockState, boolean): a, method_12010, setBlockState, func_177436_a
BlockState (BlockPos, BlockState, boolean): a, setBlockState, method_12010, setBlockState, func_177436_a
LightingProvider (): e, method_12023, getLightingProvider, func_217307_e
LevelLightEngine (): e, getLightEngine, method_12023, getLightingProvider, func_217307_e
BlockEntity (BlockPos, WorldChunk$CreationType): a, method_12201, getBlockEntity, func_177424_a
BlockEntity (BlockPos, LevelChunk$EntityCreationType): a, getBlockEntity, method_12201, getBlockEntity, func_177424_a
void (CompoundTag): a, method_12042, addPendingBlockEntityTag, func_201591_a
void (CompoundTag): a, setBlockEntityNbt, method_12042, addPendingBlockEntityTag, func_201591_a
void (): w, method_12206, loadToWorld, func_217318_w
void (): w, runPostLoad, method_12206, loadToWorld, func_217318_w
void (EntityType<?>, Box, List<Entity>, Predicate<? super Entity>): a, method_18029, appendEntities, func_217313_a
void (EntityType<?>, AABB, List<Entity>, Predicate<? super Entity>): a, getEntities, method_18029, getEntities, func_217313_a
Collection<Map$Entry<Heightmap$Type, Heightmap>> (): f, method_12011, getHeightmaps, func_217311_f
Collection<Map$Entry<Heightmap$Types, Heightmap>> (): f, getHeightmaps, method_12011, getHeightmaps, func_217311_f
CompoundTag (BlockPos): i, method_12024, getBlockEntityTagAt, func_201579_g
CompoundTag (BlockPos): i, getBlockEntityNbt, method_12024, getBlockEntityTagAt, func_201579_g
Stream<BlockPos> (): m, method_12018, getLightSourcesStream, func_217304_m
Stream<BlockPos> (): m, getLights, method_12018, getLightSourcesStream, func_217304_m
boolean (): j, method_12044, needsSaving, func_201593_f
boolean (): j, isUnsaved, method_12044, needsSaving, func_201593_f
BlockEntity (BlockPos, CompoundTag): a, method_12204, loadBlockEntity, func_212815_a
BlockEntity (BlockPos, CompoundTag): a, promotePendingBlockEntity, method_12204, loadBlockEntity, func_212815_a
void (ServerWorld): a, method_20471, method_20471, func_222880_a
void (ServerLevel): a, packTicks, method_20471, func_222880_a
ChunkHolder$LevelType (): u, method_12225, getLevelType, func_217321_u
ChunkHolder$FullChunkStatus (): u, getFullStatus, method_12225, getLevelType, func_217321_u
void (Supplier<ChunkHolder$LevelType>): a, method_12207, setLevelTypeProvider, func_217314_a
void (Supplier<ChunkHolder$FullChunkStatus>): a, setFullStatus, method_12207, setLevelTypeProvider, func_217314_a
void (LightingProvider): a, method_17032, setLightingProvider, func_217306_a
void (LevelLightEngine): a, setLightEngine, method_17032, setLightingProvider, func_217306_a
boolean (): r, method_12038, isLightOn, func_217310_r
boolean (): r, isLightCorrect, method_12038, isLightOn, func_217310_r
void (boolean): b, method_12020, setLightOn, func_217305_b
void (boolean): b, setLightCorrect, method_12020, setLightOn, func_217305_b
void (PacketByteBuf, CompoundTag, int, boolean): a, method_12224, loadFromPacket, func_217326_a
void (FriendlyByteBuf, CompoundTag, int, boolean): a, replaceWithPacketData, method_12224, loadFromPacket, func_217326_a
void (): B, method_20530, method_20530, func_222879_B
void (): B, unpackTicks, method_20530, func_222879_B
CompoundTag (BlockPos): j, method_20598, method_20598, func_223134_j
CompoundTag (BlockPos): j, getBlockEntityNbtForSaving, method_20598, func_223134_j
1.14.3
Names
bxk
bxo
net.minecraft.world.chunk.WorldChunk
Fields
org.apache.logging.log4j.Logger: b, field_12839, field_150817_t
org.apache.logging.log4j.Logger: b, field_12839, LOGGER, field_150817_t
boolean: f, field_12855, field_76636_d
boolean: f, field_12855, loadedToWorld, field_76636_d
World: g, field_12858, field_76637_e
World: g, field_12858, world, field_76637_e
Map<BlockPos, TileEntity>: j, field_12854, field_150816_i
Map<BlockPos, BlockEntity>: j, field_12854, blockEntities, field_150816_i
ClassInheritanceMultiMap<Entity>[]: k, field_12833, field_76645_j
TypeFilterableList<Entity>[]: k, field_12833, entitySections, field_76645_j
boolean: s, field_12834, field_76643_l
boolean: s, field_12834, shouldSave, field_76643_l
boolean: q, field_12837, field_76644_m
boolean: q, field_12837, unsaved, field_76644_m
long: r, field_12844, field_76641_n
long: r, field_12844, lastSaveTime, field_76641_n
long: t, field_12843, field_111204_q
long: t, field_12843, inhabitedTime, field_111204_q
ChunkSection: a, field_12852, field_186036_a
ChunkSection: a, field_12852, EMPTY_SECTION, field_186036_a
ChunkSection[]: c, field_12840, field_76652_q
ChunkSection[]: c, field_12840, sections, field_76652_q
Biome[]: d, field_12842, field_76651_r
Biome[]: d, field_12842, biomeArray, field_76651_r
Map<BlockPos, CompoundNBT>: e, field_12846, field_201618_i
Map<BlockPos, CompoundTag>: e, field_12846, pendingBlockEntityTags, field_201618_i
Map<Heightmap$Type, Heightmap>: h, field_12853, field_76634_f
Map<Heightmap$Type, Heightmap>: h, field_12853, heightmaps, field_76634_f
UpgradeData: i, field_12849, field_196967_n
UpgradeData: i, field_12849, upgradeData, field_196967_n
Map<String, StructureStart>: l, field_12838, field_201619_q
Map<String, StructureStart>: l, field_12838, structureStarts, field_201619_q
Map<String, it.unimi.dsi.fastutil.longs.LongSet>: m, field_12845, field_201620_r
Map<String, it.unimi.dsi.fastutil.longs.LongSet>: m, field_12845, structureReferences, field_201620_r
it.unimi.dsi.fastutil.shorts.ShortList[]: n, field_12836, field_201622_t
it.unimi.dsi.fastutil.shorts.ShortList[]: n, field_12836, postProcessingLists, field_201622_t
ITickList<Block>: o, field_12841, field_201621_s
TickScheduler<Block>: o, field_12841, blockTickScheduler, field_201621_s
ITickList<Fluid>: p, field_12857, field_205325_u
TickScheduler<Fluid>: p, field_12857, fluidTickScheduler, field_205325_u
ChunkPos: w, field_12848, field_212816_F
ChunkPos: w, field_12848, pos, field_212816_F
Supplier<ChunkHolder$LocationType>: u, field_12856, field_217329_u
Supplier<ChunkHolder$LevelType>: u, field_12856, levelTypeProvider, field_217329_u
Consumer<Chunk>: v, field_12850, field_217330_v
Consumer<WorldChunk>: v, field_12850, loadToWorldConsumer, field_217330_v
boolean: x, field_12847, field_217331_x
boolean: x, field_12847, isLightOn, field_217331_x
Constructors
Methods
void (Entity): a, method_12002, func_76612_a
void (Entity): a, method_12002, addEntity, func_76612_a
void (Entity): b, method_12203, func_76622_b
void (Entity): b, method_12203, remove, func_76622_b
void (Entity, int): a, method_12219, func_76608_a
void (Entity, int): a, method_12219, remove, func_76608_a
void (TileEntity): a, method_12216, func_150813_a
void (BlockEntity): a, method_12216, addBlockEntity, func_150813_a
void (): s, method_12220, func_76630_e
void (): s, method_12220, markDirty, func_76630_e
boolean (): t, method_12223, func_76621_g
boolean (): t, method_12223, isEmpty, func_76621_g
World (): x, method_12200, func_177412_p
World (): x, method_12200, getWorld, func_177412_p
Map<BlockPos, TileEntity> (): y, method_12214, func_177434_r
Map<BlockPos, BlockEntity> (): y, method_12214, getBlockEntities, func_177434_r
ClassInheritanceMultiMap<Entity>[] (): z, method_12215, func_177429_s
TypeFilterableList<Entity>[] (): z, method_12215, getEntitySectionArray, func_177429_s
void (boolean): a, method_12008, func_177427_f
void (boolean): a, method_12008, setShouldSave, func_177427_f
void (boolean): d, method_12232, func_177409_g
void (boolean): d, method_12232, setUnsaved, func_177409_g
void (long): a, method_12043, func_177432_b
void (long): a, method_12043, setLastSaveTime, func_177432_b
long (): q, method_12033, func_177416_w
long (): q, method_12033, getInhabitedTime, func_177416_w
void (long): b, method_12028, func_177415_c
void (long): b, method_12028, setInhabitedTime, func_177415_c
void (boolean): c, method_12226, func_177417_c
void (boolean): c, method_12226, setLoadedToWorld, func_177417_c
int (BlockPos, int): a, method_12233, func_177443_a
int (BlockPos, int): a, method_12233, getLightLevel, func_177443_a
TileEntity (BlockPos): k, method_12208, func_177422_i
BlockEntity (BlockPos): k, method_12208, createBlockEntity, func_177422_i
void (BlockPos, TileEntity): a, method_12007, func_177426_a
void (BlockPos, BlockEntity): a, method_12007, setBlockEntity, func_177426_a
void (BlockPos): e, method_12041, func_177425_e
void (BlockPos): e, method_12041, removeBlockEntity, func_177425_e
ChunkPos (): g, method_12004, func_76632_l
ChunkPos (): g, method_12004, getPos, func_76632_l
Set<BlockPos> (): c, method_12021, func_203066_o
Set<BlockPos> (): c, method_12021, getBlockEntityPositions, func_203066_o
ChunkSection[] (): d, method_12006, func_76587_i
ChunkSection[] (): d, method_12006, getSectionArray, func_76587_i
IFluidState (BlockPos): b, method_8316, func_204610_c
FluidState (BlockPos): b, method_8316, getFluidState, func_204610_c
IFluidState (int, int, int): a, method_12234, func_205751_b
FluidState (int, int, int): a, method_12234, getFluidState, func_205751_b
void (Heightmap$Type, long[]): a, method_12037, func_201607_a
void (Heightmap$Type, long[]): a, method_12037, setHeightmap, func_201607_a
int (Heightmap$Type, int, int): a, method_12005, func_201576_a
int (Heightmap$Type, int, int): a, method_12005, sampleHeightmap, func_201576_a
TileEntity (BlockPos): d, method_8321, func_175625_s
BlockEntity (BlockPos): d, method_8321, getBlockEntity, func_175625_s
void (Entity, AxisAlignedBB, List<Entity>, Predicate<? super Entity>): a, method_12205, func_177414_a
void (Entity, Box, List<Entity>, Predicate<? super Entity>): a, method_12205, appendEntities, func_177414_a
<T extends Entity> void (Class<? extends T>, AxisAlignedBB, List<T>, Predicate<? super T>): a, method_12210, func_177430_a
<T extends Entity> void (Class<? extends T>, Box, List<T>, Predicate<? super T>): a, method_12210, appendEntities, func_177430_a
Biome[] (): i, method_12036, func_201590_e
Biome[] (): i, method_12036, getBiomeArray, func_201590_e
ITickList<Block> (): n, method_12013, func_205218_i_
TickScheduler<Block> (): n, method_12013, getBlockTickScheduler, func_205218_i_
ITickList<Fluid> (): o, method_12014, func_212247_j
TickScheduler<Fluid> (): o, method_12014, getFluidTickScheduler, func_212247_j
StructureStart (String): a, method_12181, func_201585_a
StructureStart (String): a, method_12181, getStructureStart, func_201585_a
void (String, StructureStart): a, method_12184, func_201584_a
void (String, StructureStart): a, method_12184, setStructureStart, func_201584_a
Map<String, StructureStart> (): h, method_12016, func_201609_c
Map<String, StructureStart> (): h, method_12016, getStructureStarts, func_201609_c
void (Map<String, StructureStart>): a, method_12034, func_201612_a
void (Map<String, StructureStart>): a, method_12034, setStructureStarts, func_201612_a
it.unimi.dsi.fastutil.longs.LongSet (String): b, method_12180, func_201578_b
it.unimi.dsi.fastutil.longs.LongSet (String): b, method_12180, getStructureReferences, func_201578_b
void (String, long): a, method_12182, func_201583_a
void (String, long): a, method_12182, addStructureReference, func_201583_a
Map<String, it.unimi.dsi.fastutil.longs.LongSet> (): v, method_12179, func_201604_d
Map<String, it.unimi.dsi.fastutil.longs.LongSet> (): v, method_12179, getStructureReferences, func_201604_d
void (Map<String, it.unimi.dsi.fastutil.longs.LongSet>): b, method_12183, func_201606_b
void (Map<String, it.unimi.dsi.fastutil.longs.LongSet>): b, method_12183, setStructureReferences, func_201606_b
void (): A, method_12221, func_201595_A
void (): A, method_12221, runPostProcessing, func_201595_A
UpgradeData (): p, method_12003, func_196966_y
UpgradeData (): p, method_12003, getUpgradeData, func_196966_y
it.unimi.dsi.fastutil.shorts.ShortList[] (): l, method_12012, func_201614_D
it.unimi.dsi.fastutil.shorts.ShortList[] (): l, method_12012, getPostProcessingLists, func_201614_D
ChunkStatus (): k, method_12009, func_201589_g
ChunkStatus (): k, method_12009, getStatus, func_201589_g
Heightmap (Heightmap$Type): b, method_12032, func_217303_b
Heightmap (Heightmap$Type): b, method_12032, getHeightmap, func_217303_b
BlockState (BlockPos): e_, method_8320, func_180495_p
BlockState (BlockPos): e_, method_8320, getBlockState, func_180495_p
BlockState (BlockPos, BlockState, boolean): a, method_12010, func_177436_a
BlockState (BlockPos, BlockState, boolean): a, method_12010, setBlockState, func_177436_a
WorldLightManager (): e, method_12023, func_217307_e
LightingProvider (): e, method_12023, getLightingProvider, func_217307_e
TileEntity (BlockPos, Chunk$CreateEntityType): a, method_12201, func_177424_a
BlockEntity (BlockPos, WorldChunk$CreationType): a, method_12201, getBlockEntity, func_177424_a
void (CompoundNBT): a, method_12042, func_201591_a
void (CompoundTag): a, method_12042, addPendingBlockEntityTag, func_201591_a
void (): w, method_12206, func_217318_w
void (): w, method_12206, loadToWorld, func_217318_w
void (EntityType<?>, AxisAlignedBB, List<Entity>, Predicate<? super Entity>): a, method_18029, func_217313_a
void (EntityType<?>, Box, List<Entity>, Predicate<? super Entity>): a, method_18029, appendEntities, func_217313_a
Collection<Map$Entry<Heightmap$Type, Heightmap>> (): f, method_12011, func_217311_f
Collection<Map$Entry<Heightmap$Type, Heightmap>> (): f, method_12011, getHeightmaps, func_217311_f
CompoundNBT (BlockPos): i, method_12024, func_201579_g
CompoundTag (BlockPos): i, method_12024, getBlockEntityTagAt, func_201579_g
Stream<BlockPos> (): m, method_12018, func_217304_m
Stream<BlockPos> (): m, method_12018, getLightSourcesStream, func_217304_m
boolean (): j, method_12044, func_201593_f
boolean (): j, method_12044, needsSaving, func_201593_f
TileEntity (BlockPos, CompoundNBT): a, method_12204, func_212815_a
BlockEntity (BlockPos, CompoundTag): a, method_12204, loadBlockEntity, func_212815_a
void (ServerWorld): a, method_20471, func_222880_a
void (ServerWorld): a, method_20471, method_20471, func_222880_a
ChunkHolder$LocationType (): u, method_12225, func_217321_u
ChunkHolder$LevelType (): u, method_12225, getLevelType, func_217321_u
void (Supplier<ChunkHolder$LocationType>): a, method_12207, func_217314_a
void (Supplier<ChunkHolder$LevelType>): a, method_12207, setLevelTypeProvider, func_217314_a
void (WorldLightManager): a, method_17032, func_217306_a
void (LightingProvider): a, method_17032, setLightingProvider, func_217306_a
boolean (): r, method_12038, func_217310_r
boolean (): r, method_12038, isLightOn, func_217310_r
void (boolean): b, method_12020, func_217305_b
void (boolean): b, method_12020, setLightOn, func_217305_b
void (PacketBuffer, CompoundNBT, int, boolean): a, method_12224, func_217326_a
void (PacketByteBuf, CompoundTag, int, boolean): a, method_12224, loadFromPacket, func_217326_a
void (): B, method_20530, func_222879_B
void (): B, method_20530, method_20530, func_222879_B
CompoundNBT (BlockPos): j, method_20598, func_223134_j
CompoundTag (BlockPos): j, method_20598, method_20598, func_223134_j
1.14.2
Names
Fields
Constructors
Methods
TileEntity (BlockPos): j, method_12208, func_177422_i
TileEntity (BlockPos): k, method_12208, func_177422_i
CompoundNBT (BlockPos): j, method_20598, func_223134_j
1.14.1
Names
bxj
bxk
Fields
Constructors
Methods
void (ServerWorld): a, method_20471, func_217328_a
void (ServerWorld): a, method_20471, func_222880_a
void (): B, method_20530, func_222879_B
1.14
Names
bnj
bxj
net.minecraft.class_2818
Fields
org.apache.logging.log4j.Logger: d, field_150817_t
org.apache.logging.log4j.Logger: b, field_12839, field_150817_t
boolean[]: g, field_76639_c
boolean: i, field_76636_d
boolean: f, field_12855, field_76636_d
World: j, field_76637_e
World: g, field_12858, field_76637_e
int: b, field_76635_g
int: c, field_76647_h
boolean: l, field_76650_s
Map<BlockPos, TileEntity>: n, field_150816_i
Map<BlockPos, TileEntity>: j, field_12854, field_150816_i
ClassInheritanceMultiMap<Entity>[]: o, field_76645_j
ClassInheritanceMultiMap<Entity>[]: k, field_12833, field_76645_j
boolean: u, field_150815_m
boolean: x, field_76643_l
boolean: s, field_12834, field_76643_l
boolean: v, field_76644_m
boolean: q, field_12837, field_76644_m
long: w, field_76641_n
long: r, field_12844, field_76641_n
int: y, field_82912_p
long: z, field_111204_q
long: t, field_12843, field_111204_q
int: A, field_76649_t
ConcurrentLinkedQueue<BlockPos>: B, field_177447_w
ChunkSection: a, field_186036_a
ChunkSection: a, field_12852, field_186036_a
ChunkSection[]: e, field_76652_q
ChunkSection[]: c, field_12840, field_76652_q
Biome[]: f, field_76651_r
Biome[]: d, field_12842, field_76651_r
Map<BlockPos, NBTTagCompound>: h, field_201618_i
Map<BlockPos, CompoundNBT>: e, field_12846, field_201618_i
Map<Heightmap$Type, Heightmap>: k, field_76634_f
Map<Heightmap$Type, Heightmap>: h, field_12853, field_76634_f
UpgradeData: m, field_196967_n
UpgradeData: i, field_12849, field_196967_n
Map<String, StructureStart>: p, field_201619_q
Map<String, StructureStart>: l, field_12838, field_201619_q
Map<String, it.unimi.dsi.fastutil.longs.LongSet>: q, field_201620_r
Map<String, it.unimi.dsi.fastutil.longs.LongSet>: m, field_12845, field_201620_r
it.unimi.dsi.fastutil.shorts.ShortList[]: r, field_201622_t
it.unimi.dsi.fastutil.shorts.ShortList[]: n, field_12836, field_201622_t
ITickList<Block>: s, field_201621_s
ITickList<Block>: o, field_12841, field_201621_s
ITickList<Fluid>: t, field_205325_u
ITickList<Fluid>: p, field_12857, field_205325_u
ChunkStatus: C, field_201616_C
int: D, field_201617_D
AtomicInteger: E, field_205757_F
ChunkPos: F, field_212816_F
ChunkPos: w, field_12848, field_212816_F
Supplier<ChunkHolder$LocationType>: u, field_12856, field_217329_u
Consumer<Chunk>: v, field_12850, field_217330_v
boolean: x, field_12847, field_217331_x
Constructors
(World, ChunkPrimer, int, int)
(World, int, int, Biome[], UpgradeData, ITickList<Block>, ITickList<Fluid>, long)
(World, ChunkPos, Biome[], UpgradeData, ITickList<Block>, ITickList<Fluid>, long, ChunkSection[], Consumer<Chunk>)
(World, ChunkPrimer)
Methods
boolean (int, int): a, func_76600_a
void (): o, func_76603_b
void (int, int): c, func_76595_e
void (boolean): g, func_150803_c
void (int, int, int): c, func_76599_g
void (int, int, int, int): a, func_76609_d
int (int, int, int): d, func_150808_b
void (Entity): a, func_76612_a
void (Entity): a, method_12002, func_76612_a
void (Entity): b, func_76622_b
void (Entity): b, method_12203, func_76622_b
void (Entity, int): a, func_76608_a
void (Entity, int): a, method_12219, func_76608_a
void (TileEntity): a, func_150813_a
void (TileEntity): a, method_12216, func_150813_a
void (): p, func_76631_c
void (): q, func_76623_d
void (): r, func_76630_e
void (): s, method_12220, func_76630_e
boolean (boolean): c, func_76601_a
boolean (): s, func_76621_g
boolean (): t, method_12223, func_76621_g
void (boolean): d, func_150804_b
boolean (): u, func_150802_k
boolean (int, int): b, func_76606_c
void (): w, func_76613_n
void (): x, func_76594_o
boolean (): y, func_177410_o
World (): z, func_177412_p
World (): x, method_12200, func_177412_p
Map<BlockPos, TileEntity> (): B, func_177434_r
Map<BlockPos, TileEntity> (): y, method_12214, func_177434_r
ClassInheritanceMultiMap<Entity>[] (): C, func_177429_s
ClassInheritanceMultiMap<Entity>[] (): z, method_12215, func_177429_s
void (boolean): a, func_177427_f
void (boolean): a, method_12008, func_177427_f
void (boolean): f, func_177409_g
void (boolean): d, method_12232, func_177409_g
void (long): a, func_177432_b
void (long): a, method_12043, func_177432_b
int (): D, func_177442_v
long (): m, func_177416_w
long (): q, method_12033, func_177416_w
void (long): b, func_177415_c
void (long): b, method_12028, func_177415_c
void (): n, func_76590_a
void (boolean): e, func_177417_c
void (boolean): c, method_12226, func_177417_c
IBlockState (int, int, int): a, func_186032_a
int (BlockPos, int): a, func_177443_a
int (BlockPos, int): a, method_12233, func_177443_a
boolean (BlockPos): c, func_177444_d
TileEntity (BlockPos): j, func_177422_i
TileEntity (BlockPos): j, method_12208, func_177422_i
TileEntity (BlockPos, Chunk$EnumCreateEntityType): a, func_177424_a
void (BlockPos, TileEntity): a, func_177426_a
void (BlockPos, TileEntity): a, method_12007, func_177426_a
void (BlockPos): d, func_177425_e
void (BlockPos): e, method_12041, func_177425_e
boolean (): v, func_186035_j
void (PacketBuffer, int, boolean): a, func_186033_a
ChunkPos (): d, func_76632_l
ChunkPos (): g, method_12004, func_76632_l
Set<BlockPos> (): t, func_203066_o
Set<BlockPos> (): c, method_12021, func_203066_o
ChunkSection[] (): c, func_76587_i
ChunkSection[] (): d, method_12006, func_76587_i
void (int, int, int, IBlockState): a, func_76615_h
IBlockState (BlockPos): a_, func_180495_p
IFluidState (BlockPos): b, func_204610_c
IFluidState (BlockPos): b, method_8316, func_204610_c
IFluidState (int, int, int): b, func_205751_b
IFluidState (int, int, int): a, method_12234, func_205751_b
IBlockState (BlockPos, IBlockState, boolean): a, func_177436_a
int (EnumLightType, BlockPos): a, func_177413_a
int (EnumLightType, BlockPos, boolean): a, func_201587_a
void (EnumLightType, BlockPos, int): a, func_177431_a
void (EnumLightType, boolean, BlockPos, int): a, func_201580_a
int (BlockPos, int, boolean): a, func_201586_a
void (Heightmap$Type, long[]): a, func_201607_a
void (Heightmap$Type, long[]): a, method_12037, func_201607_a
int (Heightmap$Type, int, int): a, func_201576_a
int (Heightmap$Type, int, int): a, method_12005, func_201576_a
TileEntity (BlockPos): f, func_175625_s
TileEntity (BlockPos): d, method_8321, func_175625_s
void (NBTTagCompound): a, func_201591_a
void (Entity, AxisAlignedBB, List<Entity>, Predicate<? super Entity>): a, func_177414_a
void (Entity, AxisAlignedBB, List<Entity>, Predicate<? super Entity>): a, method_12205, func_177414_a
<T extends Entity> void (Class<? extends T>, AxisAlignedBB, List<T>, Predicate<? super T>): a, func_177430_a
<T extends Entity> void (Class<? extends T>, AxisAlignedBB, List<T>, Predicate<? super T>): a, method_12210, func_177430_a
void (ChunkSection[]): a, func_76602_a
Biome (BlockPos): i, func_201600_k
Biome[] (): g, func_201590_e
Biome[] (): i, method_12036, func_201590_e
Set<Heightmap$Type> (): A, func_201615_v
Heightmap (Heightmap$Type): b, func_201608_a
NBTTagCompound (BlockPos): g, func_201579_g
ITickList<Block> (): k, func_205218_i_
ITickList<Block> (): n, method_12013, func_205218_i_
ITickList<Fluid> (): l, func_212247_j
ITickList<Fluid> (): o, method_12014, func_212247_j
BitSet (GenerationStage$Carving): a, func_205749_a
StructureStart (String): a, func_201585_a
StructureStart (String): a, method_12181, func_201585_a
void (String, StructureStart): a, func_201584_a
void (String, StructureStart): a, method_12184, func_201584_a
Map<String, StructureStart> (): e, func_201609_c
Map<String, StructureStart> (): h, method_12016, func_201609_c
void (Map<String, StructureStart>): a, func_201612_a
void (Map<String, StructureStart>): a, method_12034, func_201612_a
it.unimi.dsi.fastutil.longs.LongSet (String): b, func_201578_b
it.unimi.dsi.fastutil.longs.LongSet (String): b, method_12180, func_201578_b
void (String, long): a, func_201583_a
void (String, long): a, method_12182, func_201583_a
Map<String, it.unimi.dsi.fastutil.longs.LongSet> (): f, func_201604_d
Map<String, it.unimi.dsi.fastutil.longs.LongSet> (): v, method_12179, func_201604_d
void (Map<String, it.unimi.dsi.fastutil.longs.LongSet>): b, func_201606_b
void (Map<String, it.unimi.dsi.fastutil.longs.LongSet>): b, method_12183, func_201606_b
void (): E, func_201595_A
void (): A, method_12221, func_201595_A
UpgradeData (): F, func_196966_y
UpgradeData (): p, method_12003, func_196966_y
it.unimi.dsi.fastutil.shorts.ShortList[] (): G, func_201614_D
it.unimi.dsi.fastutil.shorts.ShortList[] (): l, method_12012, func_201614_D
void (short, int): a, func_201610_a
ChunkStatus (): i, func_201589_g
ChunkStatus (): k, method_12009, func_201589_g
void (ChunkStatus): a, func_201574_a
void (String): c, func_201613_c
void (): H, func_201605_F
void (): I, func_201611_G
boolean (): J, func_201596_H
TileEntity (BlockPos, NBTTagCompound): a, func_212815_a
Heightmap (Heightmap$Type): b, method_12032, func_217303_b
BlockState (BlockPos): e_, method_8320, func_180495_p
BlockState (BlockPos, BlockState, boolean): a, method_12010, func_177436_a
WorldLightManager (): e, method_12023, func_217307_e
TileEntity (BlockPos, Chunk$CreateEntityType): a, method_12201, func_177424_a
void (CompoundNBT): a, method_12042, func_201591_a
void (): w, method_12206, func_217318_w
void (EntityType<?>, AxisAlignedBB, List<Entity>, Predicate<? super Entity>): a, method_18029, func_217313_a
Collection<Map$Entry<Heightmap$Type, Heightmap>> (): f, method_12011, func_217311_f
CompoundNBT (BlockPos): i, method_12024, func_201579_g
Stream<BlockPos> (): m, method_12018, func_217304_m
boolean (): j, method_12044, func_201593_f
TileEntity (BlockPos, CompoundNBT): a, method_12204, func_212815_a
void (ServerWorld): a, method_20471, func_217328_a
ChunkHolder$LocationType (): u, method_12225, func_217321_u
void (Supplier<ChunkHolder$LocationType>): a, method_12207, func_217314_a
void (WorldLightManager): a, method_17032, func_217306_a
boolean (): r, method_12038, func_217310_r
void (boolean): b, method_12020, func_217305_b
void (PacketBuffer, CompoundNBT, int, boolean): a, method_12224, func_217326_a
1.13.2
Names
bni
bnj
Fields
ChunkPos: F, field_212816_F
Constructors
Methods
TileEntity (BlockPos, NBTTagCompound): a, func_212815_a
1.13.1
Names
bna
bni
Fields
org.apache.logging.log4j.Logger: e, field_150817_t
org.apache.logging.log4j.Logger: d, field_150817_t
boolean[]: h, field_76639_c
boolean[]: g, field_76639_c
boolean: j, field_76636_d
boolean: i, field_76636_d
World: k, field_76637_e
World: j, field_76637_e
boolean: m, field_76650_s
boolean: l, field_76650_s
Map<BlockPos, TileEntity>: o, field_150816_i
Map<BlockPos, TileEntity>: n, field_150816_i
ClassInheritanceMultiMap<Entity>[]: p, field_76645_j
ClassInheritanceMultiMap<Entity>[]: o, field_76645_j
boolean: v, field_150815_m
boolean: u, field_150815_m
boolean: y, field_76643_l
boolean: x, field_76643_l
boolean: w, field_76644_m
boolean: v, field_76644_m
long: x, field_76641_n
long: w, field_76641_n
int: z, field_82912_p
int: y, field_82912_p
long: A, field_111204_q
long: z, field_111204_q
int: B, field_76649_t
int: A, field_76649_t
ConcurrentLinkedQueue<BlockPos>: C, field_177447_w
ConcurrentLinkedQueue<BlockPos>: B, field_177447_w
boolean: d, field_189550_d
ChunkSection[]: f, field_76652_q
ChunkSection[]: e, field_76652_q
Biome[]: g, field_76651_r
Biome[]: f, field_76651_r
Map<BlockPos, NBTTagCompound>: i, field_201618_i
Map<BlockPos, NBTTagCompound>: h, field_201618_i
Map<Heightmap$Type, Heightmap>: l, field_76634_f
Map<Heightmap$Type, Heightmap>: k, field_76634_f
UpgradeData: n, field_196967_n
UpgradeData: m, field_196967_n
Map<String, StructureStart>: q, field_201619_q
Map<String, StructureStart>: p, field_201619_q
Map<String, it.unimi.dsi.fastutil.longs.LongSet>: r, field_201620_r
Map<String, it.unimi.dsi.fastutil.longs.LongSet>: q, field_201620_r
it.unimi.dsi.fastutil.shorts.ShortList[]: s, field_201622_t
it.unimi.dsi.fastutil.shorts.ShortList[]: r, field_201622_t
ITickList<Block>: t, field_201621_s
ITickList<Block>: s, field_201621_s
ITickList<Fluid>: u, field_205325_u
ITickList<Fluid>: t, field_205325_u
ChunkStatus: D, field_201616_C
ChunkStatus: C, field_201616_C
int: E, field_201617_D
int: D, field_201617_D
AtomicInteger: F, field_205757_F
AtomicInteger: E, field_205757_F
Constructors
Methods
boolean (): K, func_201596_H
boolean (): J, func_201596_H
1.13
Names
axw
bna
Fields
ExtendedBlockStorage[]: f, field_76652_q
byte[]: g, field_76651_r
int[]: h, field_76638_b
boolean[]: i, field_76639_c
boolean[]: h, field_76639_c
int[]: l, field_76634_f
Map<BlockPos, TileEntity>: n, field_150816_i
Map<BlockPos, TileEntity>: o, field_150816_i
ClassInheritanceMultiMap<Entity>[]: o, field_76645_j
ClassInheritanceMultiMap<Entity>[]: p, field_76645_j
boolean: p, field_76646_k
boolean: q, field_150814_l
boolean: r, field_150815_m
boolean: v, field_150815_m
boolean: s, field_76643_l
boolean: y, field_76643_l
boolean: t, field_76644_m
boolean: w, field_76644_m
long: u, field_76641_n
long: x, field_76641_n
int: v, field_82912_p
int: z, field_82912_p
long: w, field_111204_q
long: A, field_111204_q
int: x, field_76649_t
int: B, field_76649_t
ConcurrentLinkedQueue<BlockPos>: y, field_177447_w
ConcurrentLinkedQueue<BlockPos>: C, field_177447_w
ExtendedBlockStorage: a, field_186036_a
ChunkSection: a, field_186036_a
ChunkSection[]: f, field_76652_q
Biome[]: g, field_76651_r
Map<BlockPos, NBTTagCompound>: i, field_201618_i
Map<Heightmap$Type, Heightmap>: l, field_76634_f
UpgradeData: n, field_196967_n
Map<String, StructureStart>: q, field_201619_q
Map<String, it.unimi.dsi.fastutil.longs.LongSet>: r, field_201620_r
it.unimi.dsi.fastutil.shorts.ShortList[]: s, field_201622_t
ITickList<Block>: t, field_201621_s
ITickList<Fluid>: u, field_205325_u
ChunkStatus: D, field_201616_C
int: E, field_201617_D
AtomicInteger: F, field_205757_F
Constructors
(World, int, int)
(World, int, int, Biome[], UpgradeData, ITickList<Block>, ITickList<Fluid>, long)
Methods
int (int, int): b, func_76611_b
int (): g, func_76625_h
ExtendedBlockStorage[] (): h, func_76587_i
void (): b, func_76603_b
void (): o, func_76603_b
void (int, int): d, func_76595_e
void (int, int): c, func_76595_e
void (boolean): h, func_150803_c
void (boolean): g, func_150803_c
void (int, int, int): b, func_76599_g
void (int, int, int): c, func_76599_g
void (int, int, int): c, func_76615_h
void (): c, func_76631_c
void (): p, func_76631_c
void (): d, func_76623_d
void (): q, func_76623_d
void (): e, func_76630_e
void (): r, func_76630_e
boolean (boolean): a, func_76601_a
boolean (boolean): c, func_76601_a
Random (long): a, func_76617_a
boolean (): f, func_76621_g
boolean (): s, func_76621_g
void (boolean): b, func_150804_b
void (boolean): d, func_150804_b
boolean (): i, func_150802_k
boolean (): u, func_150802_k
boolean (int, int): c, func_76606_c
boolean (int, int): b, func_76606_c
void (ExtendedBlockStorage[]): a, func_76602_a
byte[] (): l, func_76605_m
void (byte[]): a, func_76616_a
void (): m, func_76613_n
void (): w, func_76613_n
void (): n, func_76594_o
void (): x, func_76594_o
void (): o, func_150809_p
void (): z, func_177441_y
void (EnumFacing): a, func_180700_a
boolean (int, int): e, func_150811_f
boolean (): p, func_177410_o
boolean (): y, func_177410_o
World (): q, func_177412_p
World (): z, func_177412_p
int[] (): r, func_177445_q
void (int[]): a, func_177420_a
Map<BlockPos, TileEntity> (): s, func_177434_r
Map<BlockPos, TileEntity> (): B, func_177434_r
ClassInheritanceMultiMap<Entity>[] (): t, func_177429_s
ClassInheritanceMultiMap<Entity>[] (): C, func_177429_s
boolean (): u, func_177419_t
void (boolean): d, func_177446_d
boolean (): v, func_177423_u
void (boolean): e, func_177421_e
void (boolean): f, func_177427_f
void (boolean): a, func_177427_f
void (boolean): g, func_177409_g
void (boolean): f, func_177409_g
void (long): b, func_177432_b
void (long): a, func_177432_b
int (): w, func_177442_v
int (): D, func_177442_v
long (): x, func_177416_w
long (): m, func_177416_w
void (long): c, func_177415_c
void (long): b, func_177415_c
void (): a, func_76590_a
void (): n, func_76590_a
void (boolean): c, func_177417_c
void (boolean): e, func_177417_c
int (BlockPos): e, func_177433_f
ExtendedBlockStorage (): y, func_186031_y
int (BlockPos): b, func_177437_b
IBlockState (BlockPos): a, func_177435_g
IBlockState (BlockPos, IBlockState): a, func_177436_a
int (EnumSkyBlock, BlockPos): a, func_177413_a
void (EnumSkyBlock, BlockPos, int): a, func_177431_a
TileEntity (BlockPos): g, func_177422_i
TileEntity (BlockPos): j, func_177422_i
void (Entity, AxisAlignedBB, List<Entity>, com.google.common.base.Predicate<? super Entity>): a, func_177414_a
<T extends Entity> void (Class<? extends T>, AxisAlignedBB, List<T>, com.google.common.base.Predicate<? super T>): a, func_177430_a
BlockPos (BlockPos): f, func_177440_h
boolean (): j, func_186035_j
boolean (): v, func_186035_j
ChunkPos (): k, func_76632_l
ChunkPos (): d, func_76632_l
Biome (BlockPos, BiomeProvider): a, func_177411_a
void (IChunkProvider, IChunkGenerator): a, func_186030_a
void (IChunkGenerator): a, func_186034_a
Set<BlockPos> (): t, func_203066_o
ChunkSection[] (): c, func_76587_i
void (int, int, int, IBlockState): a, func_76615_h
IBlockState (BlockPos): a_, func_180495_p
IFluidState (BlockPos): b, func_204610_c
IFluidState (int, int, int): b, func_205751_b
IBlockState (BlockPos, IBlockState, boolean): a, func_177436_a
int (EnumLightType, BlockPos): a, func_177413_a
int (EnumLightType, BlockPos, boolean): a, func_201587_a
void (EnumLightType, BlockPos, int): a, func_177431_a
void (EnumLightType, boolean, BlockPos, int): a, func_201580_a
int (BlockPos, int, boolean): a, func_201586_a
void (Heightmap$Type, long[]): a, func_201607_a
int (Heightmap$Type, int, int): a, func_201576_a
TileEntity (BlockPos): f, func_175625_s
void (NBTTagCompound): a, func_201591_a
void (Entity, AxisAlignedBB, List<Entity>, Predicate<? super Entity>): a, func_177414_a
<T extends Entity> void (Class<? extends T>, AxisAlignedBB, List<T>, Predicate<? super T>): a, func_177430_a
void (ChunkSection[]): a, func_76602_a
Biome (BlockPos): i, func_201600_k
Biome[] (): g, func_201590_e
Set<Heightmap$Type> (): A, func_201615_v
Heightmap (Heightmap$Type): b, func_201608_a
NBTTagCompound (BlockPos): g, func_201579_g
ITickList<Block> (): k, func_205218_i_
ITickList<Fluid> (): l, func_212247_j
BitSet (GenerationStage$Carving): a, func_205749_a
StructureStart (String): a, func_201585_a
void (String, StructureStart): a, func_201584_a
Map<String, StructureStart> (): e, func_201609_c
void (Map<String, StructureStart>): a, func_201612_a
it.unimi.dsi.fastutil.longs.LongSet (String): b, func_201578_b
void (String, long): a, func_201583_a
Map<String, it.unimi.dsi.fastutil.longs.LongSet> (): f, func_201604_d
void (Map<String, it.unimi.dsi.fastutil.longs.LongSet>): b, func_201606_b
void (): E, func_201595_A
UpgradeData (): F, func_196966_y
it.unimi.dsi.fastutil.shorts.ShortList[] (): G, func_201614_D
void (short, int): a, func_201610_a
ChunkStatus (): i, func_201589_g
void (ChunkStatus): a, func_201574_a
void (String): c, func_201613_c
void (): H, func_201605_F
void (): I, func_201611_G
boolean (): K, func_201596_H
1.12.2
Names
Fields
Constructors
Methods
1.12.1
Names
axu
axw
Fields
Constructors
Methods
1.12
Names
auo
axu
Fields
Constructors
Methods
void (IChunkProvider, IChunkGenerator): a, func_186030_a
void (IChunkGenerator): a, func_186034_a
void (IChunkProvider, IChunkGenerator): a, func_186030_a
void (IChunkGenerator): a, func_186034_a
1.11.2
Names
Fields
Constructors
Methods
1.11.1
Names
aum
auo
Fields
Constructors
Methods
1.11
Names
asv
aum
Fields
Constructors
Methods
1.10.2
Names
Fields
Constructors
Methods
1.10
Names
asf
asv
Fields
Constructors
Methods
1.9.4
Names
ase
asf
Fields
org.apache.logging.log4j.Logger: d, field_150817_t
org.apache.logging.log4j.Logger: e, field_150817_t
ExtendedBlockStorage[]: e, field_76652_q
ExtendedBlockStorage[]: f, field_76652_q
byte[]: f, field_76651_r
byte[]: g, field_76651_r
int[]: g, field_76638_b
int[]: h, field_76638_b
boolean[]: h, field_76639_c
boolean[]: i, field_76639_c
boolean: i, field_76636_d
boolean: j, field_76636_d
World: j, field_76637_e
World: k, field_76637_e
int[]: k, field_76634_f
int[]: l, field_76634_f
boolean: l, field_76650_s
boolean: m, field_76650_s
Map<BlockPos, TileEntity>: m, field_150816_i
Map<BlockPos, TileEntity>: n, field_150816_i
ClassInheritanceMultiMap<Entity>[]: n, field_76645_j
ClassInheritanceMultiMap<Entity>[]: o, field_76645_j
boolean: o, field_76646_k
boolean: p, field_76646_k
boolean: p, field_150814_l
boolean: q, field_150814_l
boolean: q, field_150815_m
boolean: r, field_150815_m
boolean: r, field_76643_l
boolean: s, field_76643_l
boolean: s, field_76644_m
boolean: t, field_76644_m
long: t, field_76641_n
long: u, field_76641_n
int: u, field_82912_p
int: v, field_82912_p
long: v, field_111204_q
long: w, field_111204_q
int: w, field_76649_t
int: x, field_76649_t
ConcurrentLinkedQueue<BlockPos>: x, field_177447_w
ConcurrentLinkedQueue<BlockPos>: y, field_177447_w
boolean: d, field_189550_d
Constructors
Methods
ChunkCoordIntPair (): k, func_76632_l
BiomeGenBase (BlockPos, BiomeProvider): a, func_177411_a
ChunkPos (): k, func_76632_l
Biome (BlockPos, BiomeProvider): a, func_177411_a
1.9.2
Names
Fields
Constructors
Methods
1.9
Names
amy
ase
Fields
org.apache.logging.log4j.Logger: c, field_150817_t
org.apache.logging.log4j.Logger: d, field_150817_t
ExtendedBlockStorage[]: d, field_76652_q
ExtendedBlockStorage[]: e, field_76652_q
byte[]: e, field_76651_r
byte[]: f, field_76651_r
int[]: f, field_76638_b
int[]: g, field_76638_b
boolean[]: g, field_76639_c
boolean[]: h, field_76639_c
boolean: h, field_76636_d
boolean: i, field_76636_d
World: i, field_76637_e
World: j, field_76637_e
int[]: j, field_76634_f
int[]: k, field_76634_f
int: a, field_76635_g
int: b, field_76635_g
int: b, field_76647_h
int: c, field_76647_h
boolean: k, field_76650_s
boolean: l, field_76650_s
Map<BlockPos, TileEntity>: l, field_150816_i
Map<BlockPos, TileEntity>: m, field_150816_i
ClassInheritanceMultiMap<Entity>[]: m, field_76645_j
ClassInheritanceMultiMap<Entity>[]: n, field_76645_j
boolean: n, field_76646_k
boolean: o, field_76646_k
boolean: o, field_150814_l
boolean: p, field_150814_l
boolean: p, field_150815_m
boolean: q, field_150815_m
boolean: q, field_76643_l
boolean: r, field_76643_l
boolean: r, field_76644_m
boolean: s, field_76644_m
long: s, field_76641_n
long: t, field_76641_n
int: t, field_82912_p
int: u, field_82912_p
long: u, field_111204_q
long: v, field_111204_q
int: v, field_76649_t
int: w, field_76649_t
ConcurrentLinkedQueue<BlockPos>: w, field_177447_w
ConcurrentLinkedQueue<BlockPos>: x, field_177447_w
ExtendedBlockStorage: a, field_186036_a
Constructors
Methods
int (BlockPos): f, func_177433_f
void (int, int, int): c, func_76599_g
void (int, int, int): b, func_76599_g
void (int, int, int): d, func_76615_h
void (int, int, int): c, func_76615_h
int (BlockPos): b, func_177437_b
int (int, int, int): e, func_150808_b
int (int, int, int): d, func_150808_b
Block (int, int, int): f, func_150810_a
Block (int, int, int): a, func_177438_a
Block (BlockPos): a, func_177428_a
IBlockState (BlockPos): g, func_177435_g
int (int, int, int): g, func_76628_c
int (BlockPos): c, func_177418_c
IBlockState (BlockPos, IBlockState): a, func_177436_a
int (EnumSkyBlock, BlockPos): a, func_177413_a
void (EnumSkyBlock, BlockPos, int): a, func_177431_a
int (BlockPos, int): a, func_177443_a
boolean (BlockPos): d, func_177444_d
TileEntity (BlockPos): i, func_177422_i
TileEntity (BlockPos, Chunk$EnumCreateEntityType): a, func_177424_a
void (BlockPos, TileEntity): a, func_177426_a
void (BlockPos): e, func_177425_e
void (Entity, AxisAlignedBB, List<Entity>, com.google.common.base.Predicate<? super Entity>): a, func_177414_a
<T extends Entity> void (Class<? extends T>, AxisAlignedBB, List<T>, com.google.common.base.Predicate<? super T>): a, func_177430_a
void (IChunkProvider, IChunkProvider, int, int): a, func_76624_a
BlockPos (BlockPos): h, func_177440_h
ChunkCoordIntPair (): j, func_76632_l
ChunkCoordIntPair (): k, func_76632_l
BiomeGenBase (BlockPos, WorldChunkManager): a, func_177411_a
byte[] (): k, func_76605_m
byte[] (): l, func_76605_m
void (): l, func_76613_n
void (): m, func_76613_n
void (): m, func_76594_o
void (): n, func_76594_o
void (): n, func_150809_p
void (): o, func_150809_p
void (): y, func_177441_y
void (): z, func_177441_y
boolean (): o, func_177410_o
boolean (): p, func_177410_o
World (): p, func_177412_p
World (): q, func_177412_p
int[] (): q, func_177445_q
int[] (): r, func_177445_q
Map<BlockPos, TileEntity> (): r, func_177434_r
Map<BlockPos, TileEntity> (): s, func_177434_r
ClassInheritanceMultiMap<Entity>[] (): s, func_177429_s
ClassInheritanceMultiMap<Entity>[] (): t, func_177429_s
boolean (): t, func_177419_t
boolean (): u, func_177419_t
boolean (): u, func_177423_u
boolean (): v, func_177423_u
int (): v, func_177442_v
int (): w, func_177442_v
long (): w, func_177416_w
long (): x, func_177416_w
void (byte[], int, boolean): a, func_177439_a
int (BlockPos): e, func_177433_f
ExtendedBlockStorage (): y, func_186031_y
int (BlockPos): b, func_177437_b
IBlockState (BlockPos): a, func_177435_g
IBlockState (int, int, int): a, func_186032_a
IBlockState (BlockPos, IBlockState): a, func_177436_a
int (EnumSkyBlock, BlockPos): a, func_177413_a
void (EnumSkyBlock, BlockPos, int): a, func_177431_a
int (BlockPos, int): a, func_177443_a
boolean (BlockPos): c, func_177444_d
TileEntity (BlockPos): g, func_177422_i
TileEntity (BlockPos, Chunk$EnumCreateEntityType): a, func_177424_a
void (BlockPos, TileEntity): a, func_177426_a
void (BlockPos): d, func_177425_e
void (Entity, AxisAlignedBB, List<Entity>, com.google.common.base.Predicate<? super Entity>): a, func_177414_a
<T extends Entity> void (Class<? extends T>, AxisAlignedBB, List<T>, com.google.common.base.Predicate<? super T>): a, func_177430_a
void (IChunkProvider, IChunkGenerator): a, func_186030_a
void (IChunkGenerator): a, func_186034_a
BlockPos (BlockPos): f, func_177440_h
boolean (): j, func_186035_j
BiomeGenBase (BlockPos, BiomeProvider): a, func_177411_a
void (PacketBuffer, int, boolean): a, func_186033_a
1.8.9
Names
Fields
Constructors
Methods
1.8.8
Names
amy
net.minecraft.world.chunk.Chunk
Fields
org.apache.logging.log4j.Logger: c, field_150817_t
ExtendedBlockStorage[]: d, field_76652_q
byte[]: e, field_76651_r
int[]: f, field_76638_b
boolean[]: g, field_76639_c
boolean: h, field_76636_d
World: i, field_76637_e
int[]: j, field_76634_f
int: a, field_76635_g
int: b, field_76647_h
boolean: k, field_76650_s
Map<BlockPos, TileEntity>: l, field_150816_i
ClassInheritanceMultiMap<Entity>[]: m, field_76645_j
boolean: n, field_76646_k
boolean: o, field_150814_l
boolean: p, field_150815_m
boolean: q, field_76643_l
boolean: r, field_76644_m
long: s, field_76641_n
int: t, field_82912_p
long: u, field_111204_q
int: v, field_76649_t
ConcurrentLinkedQueue<BlockPos>: w, field_177447_w
Constructors
(World, int, int)
(World, ChunkPrimer, int, int)
Methods
boolean (int, int): a, func_76600_a
int (BlockPos): f, func_177433_f
int (int, int): b, func_76611_b
int (): g, func_76625_h
ExtendedBlockStorage[] (): h, func_76587_i
void (): b, func_76603_b
void (int, int): d, func_76595_e
void (boolean): h, func_150803_c
void (int, int, int): c, func_76599_g
void (int, int, int, int): a, func_76609_d
void (int, int, int): d, func_76615_h
int (BlockPos): b, func_177437_b
int (int, int, int): e, func_150808_b
Block (int, int, int): f, func_150810_a
Block (int, int, int): a, func_177438_a
Block (BlockPos): a, func_177428_a
IBlockState (BlockPos): g, func_177435_g
int (int, int, int): g, func_76628_c
int (BlockPos): c, func_177418_c
IBlockState (BlockPos, IBlockState): a, func_177436_a
int (EnumSkyBlock, BlockPos): a, func_177413_a
void (EnumSkyBlock, BlockPos, int): a, func_177431_a
int (BlockPos, int): a, func_177443_a
void (Entity): a, func_76612_a
void (Entity): b, func_76622_b
void (Entity, int): a, func_76608_a
boolean (BlockPos): d, func_177444_d
TileEntity (BlockPos): i, func_177422_i
TileEntity (BlockPos, Chunk$EnumCreateEntityType): a, func_177424_a
void (TileEntity): a, func_150813_a
void (BlockPos, TileEntity): a, func_177426_a
void (BlockPos): e, func_177425_e
void (): c, func_76631_c
void (): d, func_76623_d
void (): e, func_76630_e
void (Entity, AxisAlignedBB, List<Entity>, com.google.common.base.Predicate<? super Entity>): a, func_177414_a
<T extends Entity> void (Class<? extends T>, AxisAlignedBB, List<T>, com.google.common.base.Predicate<? super T>): a, func_177430_a
boolean (boolean): a, func_76601_a
Random (long): a, func_76617_a
boolean (): f, func_76621_g
void (IChunkProvider, IChunkProvider, int, int): a, func_76624_a
BlockPos (BlockPos): h, func_177440_h
void (boolean): b, func_150804_b
boolean (): i, func_150802_k
ChunkCoordIntPair (): j, func_76632_l
boolean (int, int): c, func_76606_c
void (ExtendedBlockStorage[]): a, func_76602_a
BiomeGenBase (BlockPos, WorldChunkManager): a, func_177411_a
byte[] (): k, func_76605_m
void (byte[]): a, func_76616_a
void (): l, func_76613_n
void (): m, func_76594_o
void (): n, func_150809_p
void (): y, func_177441_y
void (EnumFacing): a, func_180700_a
boolean (int, int): e, func_150811_f
boolean (): o, func_177410_o
World (): p, func_177412_p
int[] (): q, func_177445_q
void (int[]): a, func_177420_a
Map<BlockPos, TileEntity> (): r, func_177434_r
ClassInheritanceMultiMap<Entity>[] (): s, func_177429_s
boolean (): t, func_177419_t
void (boolean): d, func_177446_d
boolean (): u, func_177423_u
void (boolean): e, func_177421_e
void (boolean): f, func_177427_f
void (boolean): g, func_177409_g
void (long): b, func_177432_b
int (): v, func_177442_v
long (): w, func_177416_w
void (long): c, func_177415_c
void (): a, func_76590_a
void (byte[], int, boolean): a, func_177439_a
void (boolean): c, func_177417_c