History - net.minecraft.world.chunk.WorldChunk

26.3-snapshot-3

Names

Fields

Constructors

Methods

26.3-snapshot-2

Names

Fields

Constructors

Methods

26.3-snapshot-1

Names

Fields

Constructors

Methods

26.2

Names

Fields

Constructors

Methods

26.1.2

Names

Fields

Constructors

Methods

26.1.1

Names

Fields

Constructors

Methods

26.1

Names

Fields

Constructors

Methods

WorldChunk$WrappedBlockEntityTickInvoker (BlockEntity, BlockEntityTicker, BlockPos, WorldChunk$WrappedBlockEntityTickInvoker): lambda$updateBlockEntityTicker$9, method_31719, method_31719

WorldChunk$WrappedBlockEntityTickInvoker (BlockEntity, BlockEntityTicker, BlockPos, WorldChunk$WrappedBlockEntityTickInvoker): lambda$updateBlockEntityTicker$0, method_31719, method_31719

void (BlockEntity): lambda$registerAllBlockEntitiesAfterLevelLoad$8, method_32920, method_32920

void (BlockEntity): lambda$registerAllBlockEntitiesAfterLevelLoad$0, method_32920, method_32920

void (WorldChunk$WrappedBlockEntityTickInvoker): lambda$clearAllBlockEntities$7, method_38290, method_38290

void (WorldChunk$WrappedBlockEntityTickInvoker): lambda$clearAllBlockEntities$0, method_38290, method_38290

List (ServerWorld): lambda$registerDebugValues$6, method_74685, method_74685

List (ServerWorld): lambda$registerDebugValues$1, method_74685, method_74685

List (): lambda$registerDebugValues$5, method_74684, method_74684

List (): lambda$registerDebugValues$0, method_74684, method_74684

void (ErrorReporter$Logging, BlockPos, BlockEntityType, NbtCompound): lambda$replaceWithPacketData$4, method_31716, method_31716

void (ErrorReporter$Logging, BlockPos, BlockEntityType, NbtCompound): lambda$replaceWithPacketData$0, method_31716, method_31716

String (int, int, int): lambda$getFluidState$3, method_12202, method_12202

String (int, int, int): lambda$getFluidState$0, method_12202, method_12202

String (int, int, int): lambda$getBlockState$2, method_12227, method_12227

String (int, int, int): lambda$getBlockState$0, method_12227, method_12227

GameEventDispatcher (ServerWorld, int, int): lambda$getListenerRegistry$1, method_32917, method_32917

GameEventDispatcher (ServerWorld, int, int): lambda$getListenerRegistry$0, method_32917, method_32917

1.21.11_unobfuscated

Names

net.minecraft.world.level.chunk.LevelChunk

net.minecraft.class_2818

net.minecraft.world.chunk.WorldChunk

Fields

org.slf4j.Logger: LOGGER, field_12839, LOGGER

BlockEntityTickInvoker: NULL_TICKER, field_27221, EMPTY_BLOCK_ENTITY_TICKER

Map<BlockPos, WorldChunk$WrappedBlockEntityTickInvoker>: tickersInLevel, field_27222, blockEntityTickers

boolean: loaded, field_12855, loadedToWorld

World: level, field_12858, world

Supplier<ChunkLevelType>: fullStatus, field_12856, levelTypeProvider

WorldChunk$EntityLoader: postLoad, field_12850, entityLoader

it.unimi.dsi.fastutil.ints.Int2ObjectMap<GameEventDispatcher>: gameEventListenerRegistrySections, field_28129, gameEventDispatchers

ChunkTickScheduler<Block>: blockTicks, field_35471, blockTickScheduler

ChunkTickScheduler<Fluid>: fluidTicks, field_35472, fluidTickScheduler

WorldChunk$UnsavedListener: unsavedListener, field_54971, unsavedListener

Constructors

(World, ChunkPos)

(World, ChunkPos, UpgradeData, ChunkTickScheduler<Block>, ChunkTickScheduler<Fluid>, long, ChunkSection[], WorldChunk$EntityLoader, BlendingData)

(ServerWorld, ProtoChunk, WorldChunk$EntityLoader)

Methods

void (WorldChunk$UnsavedListener): setUnsavedListener, method_65066, setUnsavedListener

void (): markUnsaved, method_65063, markNeedsSaving

BasicTickScheduler<Block> (): getBlockTicks, method_12013, getBlockTickScheduler

BasicTickScheduler<Fluid> (): getFluidTicks, method_12014, getFluidTickScheduler

Chunk$TickSchedulers (long): getTicksForSerialization, method_39296, getTickSchedulers

GameEventDispatcher (int): getListenerRegistry, method_32914, getGameEventDispatcher

BlockState (BlockPos): getBlockState, method_8320, getBlockState

FluidState (BlockPos): getFluidState, method_8316, getFluidState

FluidState (int, int, int): getFluidState, method_12234, getFluidState

BlockState (BlockPos, BlockState, int): setBlockState, method_12010, setBlockState

void (Entity): addEntity, method_12002, addEntity

BlockEntity (BlockPos): createBlockEntity, method_12208, createBlockEntity

BlockEntity (BlockPos): getBlockEntity, method_8321, getBlockEntity

BlockEntity (BlockPos, WorldChunk$CreationType): getBlockEntity, method_12201, getBlockEntity

void (BlockEntity): addAndRegisterBlockEntity, method_12216, addBlockEntity

boolean (): isInLevel, method_31715, canTickBlockEntities

boolean (BlockPos): isTicking, method_31724, canTickBlockEntity

void (BlockEntity): setBlockEntity, method_12007, setBlockEntity

NbtCompound (BlockPos, RegistryWrapper$WrapperLookup): getBlockEntityNbtForSaving, method_20598, getPackedBlockEntityNbt

void (BlockPos): removeBlockEntity, method_12041, removeBlockEntity

<T extends BlockEntity> void (T, ServerWorld): removeGameEventListener, method_32918, removeGameEventListener

void (int): removeGameEventListenerRegistry, method_51382, removeGameEventDispatcher

void (BlockPos): removeBlockEntityTicker, method_31725, removeBlockEntityTicker

void (): runPostLoad, method_12206, loadEntities

boolean (): isEmpty, method_12223, isEmpty

void (PacketByteBuf, Map<Heightmap$Type, long[]>, Consumer<ChunkData$BlockEntityVisitor>): replaceWithPacketData, method_12224, loadFromPacket

void (PacketByteBuf): replaceBiomes, method_49525, loadBiomeFromPacket

void (boolean): setLoaded, method_12226, setLoadedToWorld

World (): getLevel, method_12200, getWorld

Map<BlockPos, BlockEntity> (): getBlockEntities, method_12214, getBlockEntities

void (ServerWorld): postProcessGeneration, method_12221, runPostProcessing

BlockEntity (BlockPos, NbtCompound): promotePendingBlockEntity, method_12204, loadBlockEntity

void (long): unpackTicks, method_20530, disableTickSchedulers

void (ServerWorld): registerTickContainerInLevel, method_39305, addChunkTickSchedulers

void (ServerWorld): unregisterTickContainerFromLevel, method_39306, removeChunkTickSchedulers

void (ServerWorld, DebugTrackable$Tracker): registerDebugValues, method_74589, registerTracking

ChunkStatus (): getPersistedStatus, method_12009, getStatus

ChunkLevelType (): getFullStatus, method_12225, getLevelType

void (Supplier<ChunkLevelType>): setFullStatus, method_12207, setLevelTypeProvider

void (): clearAllBlockEntities, method_38289, clear

void (): registerAllBlockEntitiesAfterLevelLoad, method_31713, updateAllBlockEntities

<T extends BlockEntity> void (T, ServerWorld): addGameEventListener, method_32919, updateGameEventListener

<T extends BlockEntity> void (T): updateBlockEntityTicker, method_31723, updateTicker

<T extends BlockEntity> BlockEntityTickInvoker (T, BlockEntityTicker<T>): createTicker, method_31718, wrapTicker

WorldChunk$WrappedBlockEntityTickInvoker (BlockEntity, BlockEntityTicker, BlockPos, WorldChunk$WrappedBlockEntityTickInvoker): lambda$updateBlockEntityTicker$9, method_31719, method_31719

void (BlockEntity): lambda$registerAllBlockEntitiesAfterLevelLoad$8, method_32920, method_32920

void (WorldChunk$WrappedBlockEntityTickInvoker): lambda$clearAllBlockEntities$7, method_38290, method_38290

List (ServerWorld): lambda$registerDebugValues$6, method_74685, method_74685

List (): lambda$registerDebugValues$5, method_74684, method_74684

void (ErrorReporter$Logging, BlockPos, BlockEntityType, NbtCompound): lambda$replaceWithPacketData$4, method_31716, method_31716

String (int, int, int): lambda$getFluidState$3, method_12202, method_12202

String (int, int, int): lambda$getBlockState$2, method_12227, method_12227

GameEventDispatcher (ServerWorld, int, int): lambda$getListenerRegistry$1, method_32917, method_32917

void (ChunkPos): lambda$new$0, method_65065, method_65065