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 p_104480_) protected LevelChunkClientChunkCache.Storage.replace(int p_104488_, LevelChunk p_104489_, LevelChunk p_104490_) ClientChunkCache.replaceWithPacketData(int p_194117_, int p_194118_, FriendlyByteBuf p_194119_, CompoundTag p_194120_, Consumer<ClientboundLevelChunkPacketData.BlockEntityTagOutput> p_194121_) Methods in net.minecraft.client.multiplayer with parameters of type LevelChunkModifier and TypeMethodDescriptionprivate voidClientPacketListener.enableChunkLight(LevelChunk p_194213_, int p_194214_, int p_194215_) private static booleanClientChunkCache.isValidChunk(LevelChunk p_104439_, int p_104440_, int p_104441_) protected voidClientChunkCache.Storage.replace(int p_104485_, LevelChunk p_104486_) protected LevelChunkClientChunkCache.Storage.replace(int p_104488_, LevelChunk p_104489_, LevelChunk p_104490_) voidClientLevel.unload(LevelChunk p_104666_) -
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 p_200479_) (package private)RenderChunk(LevelChunk p_200446_) -
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 p_275324_) private static intClientboundLevelChunkPacketData.calculateChunkSize(LevelChunk p_195665_) static voidClientboundChunksBiomesPacket.ChunkBiomeData.extractChunkData(FriendlyByteBuf p_275626_, LevelChunk p_275570_) static voidClientboundLevelChunkPacketData.extractChunkData(FriendlyByteBuf p_195669_, LevelChunk p_195670_) Method parameters in net.minecraft.network.protocol.game with type arguments of type LevelChunkModifier and TypeMethodDescriptionClientboundChunksBiomesPacket.forChunks(List<LevelChunk> p_275394_) Constructors in net.minecraft.network.protocol.game with parameters of type LevelChunkModifierConstructorDescriptionChunkBiomeData(LevelChunk p_275569_) ClientboundLevelChunkPacketData(LevelChunk p_195651_) ClientboundLevelChunkWithLightPacket(LevelChunk p_285290_, LevelLightEngine p_285254_, BitSet p_285350_, BitSet p_285304_) -
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.entityTickingChunkFutureprivate CompletableFuture<ChunkResult<LevelChunk>> ChunkHolder.fullChunkFutureprivate CompletableFuture<ChunkResult<LevelChunk>> ChunkHolder.tickingChunkFuturestatic 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 p_8357_, int p_8358_) ChunkHolder.getChunkToSend()ChunkMap.getChunkToSend(long p_300929_) 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 p_143110_) ChunkMap.prepareEntityTickingChunk(ChunkHolder p_281455_) ChunkMap.prepareTickingChunk(ChunkHolder p_143054_) Methods in net.minecraft.server.level with parameters of type LevelChunkModifier and TypeMethodDescriptionvoidChunkHolder.broadcastChanges(LevelChunk p_140055_) private static voidChunkMap.markChunkPendingToSend(ServerPlayer p_295834_, LevelChunk p_296281_) private voidChunkMap.onChunkReadyToSend(LevelChunk p_296003_) voidServerLevel.startTickingChunk(LevelChunk p_184103_) voidServerLevel.tickChunk(LevelChunk p_8715_, int p_8716_) voidServerLevel.unload(LevelChunk p_8713_) Method parameters in net.minecraft.server.level with type arguments of type LevelChunkModifier and TypeMethodDescriptionprivate voidServerChunkCache.getFullChunk(long p_8371_, Consumer<LevelChunk> p_8372_) private static StringChunkMap.printFuture(CompletableFuture<ChunkResult<LevelChunk>> p_140279_) private voidChunkHolder.scheduleFullChunkPromotion(ChunkMap p_142999_, CompletableFuture<ChunkResult<LevelChunk>> p_143000_, Executor p_143001_, FullChunkStatus p_287621_) 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 p_296053_, ChunkPos p_295659_) Methods in net.minecraft.server.network with parameters of type LevelChunkModifier and TypeMethodDescriptionvoidPlayerChunkSender.markChunkPendingToSend(LevelChunk p_296454_) private static voidPlayerChunkSender.sendChunk(ServerGamePacketListenerImpl p_295237_, ServerLevel p_294963_, LevelChunk p_295144_) -
Uses of LevelChunk in net.minecraft.world.level
Methods in net.minecraft.world.level that return LevelChunkModifier and TypeMethodDescriptionLevel.getChunk(int p_46727_, int p_46728_) Level.getChunkAt(BlockPos p_46746_) Methods in net.minecraft.world.level with parameters of type LevelChunkModifier and TypeMethodDescriptionprivate static BlockPosNaturalSpawner.getRandomPosWithin(Level p_47063_, LevelChunk p_47064_) voidLevel.markAndNotifyBlock(BlockPos p_46605_, LevelChunk levelchunk, BlockState blockstate, BlockState p_46606_, int p_46607_, int p_46608_) static voidNaturalSpawner.spawnCategoryForChunk(MobCategory p_47046_, ServerLevel p_47047_, LevelChunk p_47048_, NaturalSpawner.SpawnPredicate p_47049_, NaturalSpawner.AfterSpawnCallback p_47050_) static voidNaturalSpawner.spawnForChunk(ServerLevel p_47030_, LevelChunk p_47031_, NaturalSpawner.SpawnState p_47032_, boolean p_47033_, boolean p_47034_, boolean p_47035_) Method parameters in net.minecraft.world.level with type arguments of type LevelChunkModifier and TypeMethodDescriptionvoidNaturalSpawner.ChunkGetter.query(long p_47104_, Consumer<LevelChunk> p_47105_) -
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 p_59954_) -
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 p_62228_, int p_62229_, boolean p_62230_) ChunkSource.getChunkNow(int p_62221_, int p_62222_) ImposterProtoChunk.getWrapped()Methods in net.minecraft.world.level.chunk with parameters of type LevelChunkModifier and TypeMethodDescriptionvoidLevelChunk.PostLoadProcessor.run(LevelChunk p_196867_) voidUpgradeData.upgrade(LevelChunk p_63342_) private voidUpgradeData.upgradeInside(LevelChunk p_63348_) private static voidUpgradeData.upgradeSides(LevelChunk p_63344_, Direction8 p_63345_) 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 LevelChunkModifierConstructorDescriptionSent(ServerPlayer player, LevelChunk chunk, ServerLevel level) Watch(ServerPlayer player, LevelChunk chunk, ServerLevel level)