Uses of Class
net.minecraft.world.level.chunk.LevelChunk
Packages that use LevelChunk
Package
Description
-
Uses of LevelChunk in net.minecraft.client.gui.components
Fields in net.minecraft.client.gui.components declared as LevelChunkFields in net.minecraft.client.gui.components with type parameters of type LevelChunkModifier and TypeFieldDescriptionprivate CompletableFuture<LevelChunk> DebugScreenOverlay.serverChunkMethods in net.minecraft.client.gui.components that return LevelChunkModifier and TypeMethodDescriptionprivate LevelChunkDebugScreenOverlay.getClientChunk()private LevelChunkDebugScreenOverlay.getServerChunk() -
Uses of LevelChunk in net.minecraft.client.multiplayer
Fields in net.minecraft.client.multiplayer declared as LevelChunkFields in net.minecraft.client.multiplayer with type parameters of type LevelChunkModifier and TypeFieldDescription(package private) final AtomicReferenceArray<LevelChunk> ClientChunkCache.Storage.chunksMethods in net.minecraft.client.multiplayer that return LevelChunkModifier and TypeMethodDescriptionClientChunkCache.getChunk(int p_104451_, int p_104452_, ChunkStatus p_330230_, boolean p_104454_) protected LevelChunkClientChunkCache.Storage.getChunk(int pChunkIndex) ClientChunkCache.replaceWithPacketData(int pX, int pZ, FriendlyByteBuf pBuffer, CompoundTag pTag, Consumer<ClientboundLevelChunkPacketData.BlockEntityTagOutput> pConsumer) Methods in net.minecraft.client.multiplayer with parameters of type LevelChunkModifier and TypeMethodDescriptionprivate voidClientChunkCache.Storage.addEmptySections(LevelChunk pChunk) (package private) voidClientChunkCache.Storage.drop(int pChunkIndex, LevelChunk pChunk) private voidClientChunkCache.Storage.dropEmptySections(LevelChunk pChunk) private voidClientPacketListener.enableChunkLight(LevelChunk pChunk, int pX, int pZ) private static booleanClientChunkCache.isValidChunk(LevelChunk pChunk, int pX, int pZ) (package private) voidClientChunkCache.Storage.refreshEmptySections(LevelChunk pChunk) (package private) voidClientChunkCache.Storage.replace(int pChunkIndex, LevelChunk pChunk) voidClientLevel.unload(LevelChunk pChunk) -
Uses of LevelChunk in net.minecraft.client.renderer.chunk
Fields in net.minecraft.client.renderer.chunk declared as LevelChunkModifier and TypeFieldDescriptionprivate final LevelChunkRenderRegionCache.ChunkInfo.chunk(package private) final LevelChunkRenderChunk.wrappedMethods in net.minecraft.client.renderer.chunk that return LevelChunkConstructors in net.minecraft.client.renderer.chunk with parameters of type LevelChunkModifierConstructorDescription(package private)ChunkInfo(LevelChunk pChunk) (package private)RenderChunk(LevelChunk pWrapped) -
Uses of LevelChunk in net.minecraft.network.protocol.game
Methods in net.minecraft.network.protocol.game with parameters of type LevelChunkModifier and TypeMethodDescriptionprivate static intClientboundChunksBiomesPacket.ChunkBiomeData.calculateChunkSize(LevelChunk pChunk) private static intClientboundLevelChunkPacketData.calculateChunkSize(LevelChunk pChunk) static voidClientboundChunksBiomesPacket.ChunkBiomeData.extractChunkData(FriendlyByteBuf pBuffer, LevelChunk pChunk) static voidClientboundLevelChunkPacketData.extractChunkData(FriendlyByteBuf pBuffer, LevelChunk pChunk) Method parameters in net.minecraft.network.protocol.game with type arguments of type LevelChunkModifier and TypeMethodDescriptionClientboundChunksBiomesPacket.forChunks(List<LevelChunk> pChunks) Constructors in net.minecraft.network.protocol.game with parameters of type LevelChunkModifierConstructorDescriptionChunkBiomeData(LevelChunk p_275569_) ClientboundLevelChunkPacketData(LevelChunk pLevelChunk) ClientboundLevelChunkWithLightPacket(LevelChunk pChunk, LevelLightEngine pLightEngine, BitSet pSkyLight, BitSet pBlockLight) -
Uses of LevelChunk in net.minecraft.server.level
Fields in net.minecraft.server.level declared as LevelChunkModifier and TypeFieldDescriptionprivate final LevelChunkServerChunkCache.ChunkAndHolder.chunkThe field for thechunkrecord component.GenerationChunkHolder.currentlyLoadingFields in net.minecraft.server.level with type parameters of type LevelChunkModifier and TypeFieldDescriptionprivate CompletableFuture<ChunkResult<LevelChunk>> ChunkHolder.entityTickingChunkFutureA future that returns the chunk if it is an entity ticking chunk,otherwise.invalid reference
net.minecraft.world.server.ChunkHolder.ChunkLoadingFailure#UNLOADEDprivate CompletableFuture<ChunkResult<LevelChunk>> ChunkHolder.fullChunkFutureA future that returns the chunk if it is a border chunk,otherwise.invalid reference
net.minecraft.world.server.ChunkHolder.ChunkLoadingFailure#UNLOADEDprivate CompletableFuture<ChunkResult<LevelChunk>> ChunkHolder.tickingChunkFutureA future that returns the chunk if it is a ticking chunk,otherwise.invalid reference
net.minecraft.world.server.ChunkHolder.ChunkLoadingFailure#UNLOADEDprivate final List<LevelChunk> ServerChunkCache.tickingChunksstatic final ChunkResult<LevelChunk> ChunkHolder.UNLOADED_LEVEL_CHUNKprivate static final CompletableFuture<ChunkResult<LevelChunk>> ChunkHolder.UNLOADED_LEVEL_CHUNK_FUTUREMethods in net.minecraft.server.level that return LevelChunkModifier and TypeMethodDescriptionServerChunkCache.ChunkAndHolder.chunk()Returns the value of thechunkrecord component.ServerChunkCache.getChunkNow(int pChunkX, int pChunkZ) ChunkHolder.getChunkToSend()ChunkMap.getChunkToSend(long pChunkPos) ChunkHolder.getTickingChunk()Methods in net.minecraft.server.level that return types with arguments of type LevelChunkModifier and TypeMethodDescriptionChunkHolder.getEntityTickingChunkFuture()ChunkHolder.getFullChunkFuture()ChunkHolder.getTickingChunkFuture()ChunkMap.prepareAccessibleChunk(ChunkHolder pChunk) ChunkMap.prepareEntityTickingChunk(ChunkHolder pChunk) ChunkMap.prepareTickingChunk(ChunkHolder pHolder) Methods in net.minecraft.server.level with parameters of type LevelChunkModifier and TypeMethodDescriptionvoidChunkHolder.broadcastChanges(LevelChunk pChunk) private static voidChunkMap.markChunkPendingToSend(ServerPlayer pPlayer, LevelChunk pChunk) private voidChunkMap.onChunkReadyToSend(ChunkHolder pChunkHolder, LevelChunk pChunk) voidServerLevel.startTickingChunk(LevelChunk pChunk) voidServerLevel.tickChunk(LevelChunk pChunk, int pRandomTickSpeed) voidServerLevel.unload(LevelChunk pChunk) Method parameters in net.minecraft.server.level with type arguments of type LevelChunkModifier and TypeMethodDescription(package private) voidChunkMap.collectForceTickingChunks(List<LevelChunk> list) private voidServerChunkCache.collectTickingChunks(List<LevelChunk> pOutput) private voidServerChunkCache.getFullChunk(long pChunkPos, Consumer<LevelChunk> pFullChunkGetter) private static StringChunkMap.printFuture(CompletableFuture<ChunkResult<LevelChunk>> pFuture) private voidChunkHolder.scheduleFullChunkPromotion(ChunkMap pChunkMap, CompletableFuture<ChunkResult<LevelChunk>> pFuture, Executor pExecutor, FullChunkStatus pFullChunkStatus) private voidServerChunkCache.tickChunks(ProfilerFiller pProfiler, long pTimeInhabited, List<LevelChunk> pChunks) Constructors in net.minecraft.server.level with parameters of type LevelChunkModifierConstructorDescription(package private)ChunkAndHolder(LevelChunk chunk, ChunkHolder holder) Creates an instance of aChunkAndHolderrecord class. -
Uses of LevelChunk in net.minecraft.server.network
Methods in net.minecraft.server.network that return types with arguments of type LevelChunkModifier and TypeMethodDescriptionprivate List<LevelChunk> PlayerChunkSender.collectChunksToSend(ChunkMap pChunkMap, ChunkPos pChunkPos) Methods in net.minecraft.server.network with parameters of type LevelChunkModifier and TypeMethodDescriptionvoidPlayerChunkSender.markChunkPendingToSend(LevelChunk pChunk) private static voidPlayerChunkSender.sendChunk(ServerGamePacketListenerImpl pPacketListener, ServerLevel pLevel, LevelChunk pChunk) -
Uses of LevelChunk in net.minecraft.world.level
Methods in net.minecraft.world.level that return LevelChunkModifier and TypeMethodDescriptionLevel.getChunk(int pChunkX, int pChunkZ) Level.getChunkAt(BlockPos pPos) Methods in net.minecraft.world.level with parameters of type LevelChunkModifier and TypeMethodDescriptionprivate static BlockPosNaturalSpawner.getRandomPosWithin(Level pLevel, LevelChunk pChunk) voidLevel.markAndNotifyBlock(BlockPos p_46605_, LevelChunk levelchunk, BlockState blockstate, BlockState p_46606_, int p_46607_, int p_46608_) static voidNaturalSpawner.spawnCategoryForChunk(MobCategory pCategory, ServerLevel pLevel, LevelChunk pChunk, NaturalSpawner.SpawnPredicate pFilter, NaturalSpawner.AfterSpawnCallback pCallback) static voidNaturalSpawner.spawnForChunk(ServerLevel pLevel, LevelChunk pChunk, NaturalSpawner.SpawnState pSpawnState, List<MobCategory> pCategories) Method parameters in net.minecraft.world.level with type arguments of type LevelChunkModifier and TypeMethodDescriptionvoidNaturalSpawner.ChunkGetter.query(long pChunkPos, Consumer<LevelChunk> pChunkConsumer) -
Uses of LevelChunk in net.minecraft.world.level.block.entity
Methods in net.minecraft.world.level.block.entity that return LevelChunkMethods in net.minecraft.world.level.block.entity with parameters of type LevelChunkModifier and TypeMethodDescriptionprivate static BlockPosTheEndGatewayBlockEntity.findValidSpawnInChunk(LevelChunk pChunk) -
Uses of LevelChunk in net.minecraft.world.level.chunk
Subclasses of LevelChunk in net.minecraft.world.level.chunkFields in net.minecraft.world.level.chunk declared as LevelChunkMethods in net.minecraft.world.level.chunk that return LevelChunkModifier and TypeMethodDescriptionChunkSource.getChunk(int pChunkX, int pChunkZ, boolean pLoad) ChunkSource.getChunkNow(int pChunkX, int pChunkZ) ImposterProtoChunk.getWrapped()Methods in net.minecraft.world.level.chunk with parameters of type LevelChunkModifier and TypeMethodDescriptionvoidLevelChunk.PostLoadProcessor.run(LevelChunk pChunk) voidUpgradeData.upgrade(LevelChunk pChunk) private voidUpgradeData.upgradeInside(LevelChunk pChunk) private static voidUpgradeData.upgradeSides(LevelChunk pChunk, Direction8 pSide) Constructors in net.minecraft.world.level.chunk with parameters of type LevelChunk -
Uses of LevelChunk in net.neoforged.neoforge.common.world
Fields in net.neoforged.neoforge.common.world declared as LevelChunkConstructors in net.neoforged.neoforge.common.world with parameters of type LevelChunk -
Uses of LevelChunk in net.neoforged.neoforge.event
Methods in net.neoforged.neoforge.event with parameters of type LevelChunkModifier and TypeMethodDescriptionstatic voidEventHooks.fireChunkSent(ServerPlayer entity, LevelChunk chunk, ServerLevel level) static voidEventHooks.fireChunkWatch(ServerPlayer entity, LevelChunk chunk, ServerLevel level) -
Uses of LevelChunk in net.neoforged.neoforge.event.level
Fields in net.neoforged.neoforge.event.level declared as LevelChunkModifier and TypeFieldDescriptionprivate final LevelChunkChunkWatchEvent.Sent.chunkprivate final LevelChunkChunkWatchEvent.Watch.chunkMethods in net.neoforged.neoforge.event.level that return LevelChunkModifier and TypeMethodDescriptionChunkWatchEvent.Sent.getChunk()ChunkWatchEvent.Watch.getChunk()Constructors in net.neoforged.neoforge.event.level with parameters of type LevelChunkModifierConstructorDescriptionLoad(LevelChunk chunk, boolean newChunk) Sent(ServerPlayer player, LevelChunk chunk, ServerLevel level) Unload(LevelChunk chunk) Watch(ServerPlayer player, LevelChunk chunk, ServerLevel level)