Package net.minecraft.world.chunk
Class WorldChunk
java.lang.Object
net.minecraft.world.chunk.Chunk
net.minecraft.world.chunk.WorldChunk
- All Implemented Interfaces:
BiomeAccess.Storage,BlockView,LightSourceView,DebugTrackable,HeightLimitView,StructureHolder
- Direct Known Subclasses:
EmptyChunk
- Mappings:
Namespace Name named net/minecraft/world/chunk/WorldChunkintermediary net/minecraft/class_2818official eoq
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumprivate classstatic interfacestatic interfaceprivate static classNested classes/interfaces inherited from class net.minecraft.world.chunk.Chunk
Chunk.TickSchedulersNested classes/interfaces inherited from interface net.minecraft.world.BlockView
BlockView.CollisionVisitorNested classes/interfaces inherited from interface net.minecraft.world.debug.DebugTrackable
DebugTrackable.DebugDataSupplier<T>, DebugTrackable.Tracker -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Map<BlockPos, WorldChunk.WrappedBlockEntityTickInvoker> private final ChunkTickScheduler<Block> private static final BlockEntityTickInvokerprivate @Nullable WorldChunk.EntityLoaderprivate final ChunkTickScheduler<Fluid> private final Int2ObjectMap<GameEventDispatcher> private @Nullable Supplier<ChunkLevelType> private boolean(package private) static final Loggerprivate WorldChunk.UnsavedListener(package private) final WorldFields inherited from class net.minecraft.world.chunk.Chunk
blendingData, blockEntities, blockEntityNbts, chunkNoiseSampler, chunkSkyLight, heightLimitView, heightmaps, MISSING_SECTION, pos, postProcessingLists, sectionArray, upgradeData -
Constructor Summary
ConstructorsConstructorDescriptionWorldChunk(ServerWorld world, ProtoChunk protoChunk, @Nullable WorldChunk.EntityLoader entityLoader) WorldChunk(World world, ChunkPos pos) WorldChunk(World world, ChunkPos pos, UpgradeData upgradeData, ChunkTickScheduler<Block> blockTickScheduler, ChunkTickScheduler<Fluid> fluidTickScheduler, long inhabitedTime, @Nullable ChunkSection[] sectionArrayInitializer, @Nullable WorldChunk.EntityLoader entityLoader, @Nullable BlendingData blendingData) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddBlockEntity(BlockEntity blockEntity) voidvoidDeprecated.private boolean(package private) booleanvoidclear()private @Nullable BlockEntityvoiddisableTickSchedulers(long time) getBlockEntity(BlockPos pos) Returns the block entity atpos, ornullif there is none.getBlockEntity(BlockPos pos, WorldChunk.CreationType creationType) getBlockState(BlockPos pos) Returns the block state atpos.getFluidState(int x, int y, int z) getFluidState(BlockPos pos) Returns the fluid state atpos.getGameEventDispatcher(int ySectionCoord) getPackedBlockEntityNbt(BlockPos pos, RegistryWrapper.WrapperLookup registries) getTickSchedulers(long time) getWorld()booleanisEmpty()voidprivate @Nullable BlockEntityloadBlockEntity(BlockPos pos, NbtCompound nbt) voidvoidloadFromPacket(PacketByteBuf buf, Map<Heightmap.Type, long[]> heightmaps, Consumer<ChunkData.BlockEntityVisitor> blockEntityVisitorConsumer) voidvoidregisterTracking(ServerWorld world, DebugTrackable.Tracker tracker) voidprivate voidvoidprivate voidremoveGameEventDispatcher(int ySectionCoord) private <T extends BlockEntity>
voidremoveGameEventListener(T blockEntity, ServerWorld world) voidrunPostProcessing(ServerWorld world) voidsetBlockEntity(BlockEntity blockEntity) setBlockState(BlockPos pos, BlockState state, int flags) voidsetLevelTypeProvider(Supplier<ChunkLevelType> levelTypeProvider) voidsetLoadedToWorld(boolean loadedToWorld) voidsetUnsavedListener(WorldChunk.UnsavedListener unsavedListener) voidprivate <T extends BlockEntity>
voidupdateGameEventListener(T blockEntity, ServerWorld world) private <T extends BlockEntity>
voidupdateTicker(T blockEntity) private <T extends BlockEntity>
BlockEntityTickInvokerwrapTicker(T blockEntity, BlockEntityTicker<T> blockEntityTicker) Methods inherited from class net.minecraft.world.chunk.Chunk
addPendingBlockEntityNbt, addStructureReference, areSectionsEmptyBetween, createErrorReporterContext, forEachBlockMatchingPredicate, forEachLightSource, getBelowZeroRetrogen, getBiomeForNoiseGen, getBlendingData, getBlockEntityNbt, getBlockEntityPositions, getBottomY, getChunkSkyLight, getErrorReporterContext, getHeight, getHeightLimitView, getHeightmap, getHeightmaps, getHighestNonEmptySection, getHighestNonEmptySectionYOffset, getInhabitedTime, getList, getMaxStatus, getOrCreateChunkNoiseSampler, getOrCreateGenerationSettings, getPos, getPostProcessingLists, getSection, getSectionArray, getStructureReferences, getStructureReferences, getStructureStart, getStructureStarts, getUpgradeData, hasBelowZeroRetrogen, hasHeightmap, hasStructureReferences, increaseInhabitedTime, isLightOn, isSerializable, markBlockForPostProcessing, markBlocksForPostProcessing, needsSaving, populateBiomes, refreshSurfaceY, sampleHeightmap, setBlockState, setHeightmap, setInhabitedTime, setLightOn, setStructureReferences, setStructureStart, setStructureStarts, tryMarkSaved, usesOldNoiseMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.BlockView
getBlockEntity, getDismountHeight, getDismountHeight, getLuminance, getStatesInBox, raycast, raycast, raycastBlockMethods inherited from interface net.minecraft.world.HeightLimitView
countVerticalSections, getBottomSectionCoord, getSectionIndex, getTopSectionCoord, getTopYInclusive, isInHeightLimit, isOutOfHeightLimit, isOutOfHeightLimit, sectionCoordToIndex, sectionIndexToCoord
-
Field Details
-
LOGGER
- Mappings:
Namespace Name Mixin selector named LOGGERLnet/minecraft/world/chunk/WorldChunk;LOGGER:Lorg/slf4j/Logger;intermediary field_12839Lnet/minecraft/class_2818;field_12839:Lorg/slf4j/Logger;official mLeoq;m:Lorg/slf4j/Logger;
-
EMPTY_BLOCK_ENTITY_TICKER
- Mappings:
Namespace Name Mixin selector named EMPTY_BLOCK_ENTITY_TICKERLnet/minecraft/world/chunk/WorldChunk;EMPTY_BLOCK_ENTITY_TICKER:Lnet/minecraft/world/chunk/BlockEntityTickInvoker;intermediary field_27221Lnet/minecraft/class_2818;field_27221:Lnet/minecraft/class_5562;official nLeoq;n:Lelc;
-
blockEntityTickers
- Mappings:
Namespace Name Mixin selector named blockEntityTickersLnet/minecraft/world/chunk/WorldChunk;blockEntityTickers:Ljava/util/Map;intermediary field_27222Lnet/minecraft/class_2818;field_27222:Ljava/util/Map;official oLeoq;o:Ljava/util/Map;
-
loadedToWorld
private boolean loadedToWorld- Mappings:
Namespace Name Mixin selector named loadedToWorldLnet/minecraft/world/chunk/WorldChunk;loadedToWorld:Zintermediary field_12855Lnet/minecraft/class_2818;field_12855:Zofficial pLeoq;p:Z
-
world
- Mappings:
Namespace Name Mixin selector named worldLnet/minecraft/world/chunk/WorldChunk;world:Lnet/minecraft/world/World;intermediary field_12858Lnet/minecraft/class_2818;field_12858:Lnet/minecraft/class_1937;official qLeoq;q:Ldun;
-
levelTypeProvider
- Mappings:
Namespace Name Mixin selector named levelTypeProviderLnet/minecraft/world/chunk/WorldChunk;levelTypeProvider:Ljava/util/function/Supplier;intermediary field_12856Lnet/minecraft/class_2818;field_12856:Ljava/util/function/Supplier;official rLeoq;r:Ljava/util/function/Supplier;
-
entityLoader
- Mappings:
Namespace Name Mixin selector named entityLoaderLnet/minecraft/world/chunk/WorldChunk;entityLoader:Lnet/minecraft/world/chunk/WorldChunk$EntityLoader;intermediary field_12850Lnet/minecraft/class_2818;field_12850:Lnet/minecraft/class_2818$class_6829;official sLeoq;s:Leoq$c;
-
gameEventDispatchers
- Mappings:
Namespace Name Mixin selector named gameEventDispatchersLnet/minecraft/world/chunk/WorldChunk;gameEventDispatchers:Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;intermediary field_28129Lnet/minecraft/class_2818;field_28129:Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;official tLeoq;t:Lit/unimi/dsi/fastutil/ints/Int2ObjectMap;
-
blockTickScheduler
- Mappings:
Namespace Name Mixin selector named blockTickSchedulerLnet/minecraft/world/chunk/WorldChunk;blockTickScheduler:Lnet/minecraft/world/tick/ChunkTickScheduler;intermediary field_35471Lnet/minecraft/class_2818;field_35471:Lnet/minecraft/class_6755;official uLeoq;u:Lfsq;
-
fluidTickScheduler
- Mappings:
Namespace Name Mixin selector named fluidTickSchedulerLnet/minecraft/world/chunk/WorldChunk;fluidTickScheduler:Lnet/minecraft/world/tick/ChunkTickScheduler;intermediary field_35472Lnet/minecraft/class_2818;field_35472:Lnet/minecraft/class_6755;official vLeoq;v:Lfsq;
-
unsavedListener
- Mappings:
Namespace Name Mixin selector named unsavedListenerLnet/minecraft/world/chunk/WorldChunk;unsavedListener:Lnet/minecraft/world/chunk/WorldChunk$UnsavedListener;intermediary field_54971Lnet/minecraft/class_2818;field_54971:Lnet/minecraft/class_2818$class_10368;official wLeoq;w:Leoq$e;
-
-
Constructor Details
-
WorldChunk
- Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/world/chunk/WorldChunk;<init>(Lnet/minecraft/world/World;Lnet/minecraft/util/math/ChunkPos;)Vintermediary <init>Lnet/minecraft/class_2818;<init>(Lnet/minecraft/class_1937;Lnet/minecraft/class_1923;)Vofficial <init>Leoq;<init>(Ldun;Ldts;)V
-
WorldChunk
public WorldChunk(World world, ChunkPos pos, UpgradeData upgradeData, ChunkTickScheduler<Block> blockTickScheduler, ChunkTickScheduler<Fluid> fluidTickScheduler, long inhabitedTime, @Nullable @Nullable ChunkSection[] sectionArrayInitializer, @Nullable @Nullable WorldChunk.EntityLoader entityLoader, @Nullable @Nullable BlendingData blendingData) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/world/chunk/WorldChunk;<init>(Lnet/minecraft/world/World;Lnet/minecraft/util/math/ChunkPos;Lnet/minecraft/world/chunk/UpgradeData;Lnet/minecraft/world/tick/ChunkTickScheduler;Lnet/minecraft/world/tick/ChunkTickScheduler;J[Lnet/minecraft/world/chunk/ChunkSection;Lnet/minecraft/world/chunk/WorldChunk$EntityLoader;Lnet/minecraft/world/gen/chunk/BlendingData;)Vintermediary <init>Lnet/minecraft/class_2818;<init>(Lnet/minecraft/class_1937;Lnet/minecraft/class_1923;Lnet/minecraft/class_2843;Lnet/minecraft/class_6755;Lnet/minecraft/class_6755;J[Lnet/minecraft/class_2826;Lnet/minecraft/class_2818$class_6829;Lnet/minecraft/class_6749;)Vofficial <init>Leoq;<init>(Ldun;Ldts;Lepf;Lfsq;Lfsq;J[Leor;Leoq$c;Letn;)V
-
WorldChunk
public WorldChunk(ServerWorld world, ProtoChunk protoChunk, @Nullable @Nullable WorldChunk.EntityLoader entityLoader) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/world/chunk/WorldChunk;<init>(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/world/chunk/ProtoChunk;Lnet/minecraft/world/chunk/WorldChunk$EntityLoader;)Vintermediary <init>Lnet/minecraft/class_2818;<init>(Lnet/minecraft/class_3218;Lnet/minecraft/class_2839;Lnet/minecraft/class_2818$class_6829;)Vofficial <init>Leoq;<init>(Laxl;Lepb;Leoq$c;)V
-
-
Method Details
-
setUnsavedListener
- Mappings:
Namespace Name Mixin selector named setUnsavedListenerLnet/minecraft/world/chunk/WorldChunk;setUnsavedListener(Lnet/minecraft/world/chunk/WorldChunk$UnsavedListener;)Vintermediary method_65066Lnet/minecraft/class_2818;method_65066(Lnet/minecraft/class_2818$class_10368;)Vofficial aLeoq;a(Leoq$e;)V
-
markNeedsSaving
public void markNeedsSaving()- Overrides:
markNeedsSavingin classChunk- Mappings:
Namespace Name Mixin selector named markNeedsSavingLnet/minecraft/world/chunk/Chunk;markNeedsSaving()Vintermediary method_65063Lnet/minecraft/class_2791;method_65063()Vofficial iLeof;i()V
-
getBlockTickScheduler
- Specified by:
getBlockTickSchedulerin classChunk- Mappings:
Namespace Name Mixin selector named getBlockTickSchedulerLnet/minecraft/world/chunk/Chunk;getBlockTickScheduler()Lnet/minecraft/world/tick/BasicTickScheduler;intermediary method_12013Lnet/minecraft/class_2791;method_12013()Lnet/minecraft/class_6763;official qLeof;q()Lfsy;
-
getFluidTickScheduler
- Specified by:
getFluidTickSchedulerin classChunk- Mappings:
Namespace Name Mixin selector named getFluidTickSchedulerLnet/minecraft/world/chunk/Chunk;getFluidTickScheduler()Lnet/minecraft/world/tick/BasicTickScheduler;intermediary method_12014Lnet/minecraft/class_2791;method_12014()Lnet/minecraft/class_6763;official rLeof;r()Lfsy;
-
getTickSchedulers
- Specified by:
getTickSchedulersin classChunk- Mappings:
Namespace Name Mixin selector named getTickSchedulersLnet/minecraft/world/chunk/Chunk;getTickSchedulers(J)Lnet/minecraft/world/chunk/Chunk$TickSchedulers;intermediary method_39296Lnet/minecraft/class_2791;method_39296(J)Lnet/minecraft/class_2791$class_6745;official aLeof;a(J)Leof$b;
-
getGameEventDispatcher
- Overrides:
getGameEventDispatcherin classChunk- Mappings:
Namespace Name Mixin selector named getGameEventDispatcherLnet/minecraft/world/chunk/Chunk;getGameEventDispatcher(I)Lnet/minecraft/world/event/listener/GameEventDispatcher;intermediary method_32914Lnet/minecraft/class_2791;method_32914(I)Lnet/minecraft/class_5713;official aLeof;a(I)Lero;
-
getBlockState
Returns the block state atpos.- Specified by:
getBlockStatein interfaceBlockView- Returns:
- the block state at
pos - Implementation Note:
- This returns the block state for
Blocks.VOID_AIRif the Y coordinate is outside the height limit. - Mappings:
Namespace Name Mixin selector named getBlockStateLnet/minecraft/world/BlockView;getBlockState(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/block/BlockState;intermediary method_8320Lnet/minecraft/class_1922;method_8320(Lnet/minecraft/class_2338;)Lnet/minecraft/class_2680;official a_Ldtr;a_(Liz;)Lemh;
-
getFluidState
Returns the fluid state atpos.- Specified by:
getFluidStatein interfaceBlockView- Returns:
- the fluid state at
pos - Implementation Note:
- This returns the fluid state for
Fluids.EMPTYif the Y coordinate is outside the height limit. - Mappings:
Namespace Name Mixin selector named getFluidStateLnet/minecraft/world/BlockView;getFluidState(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/fluid/FluidState;intermediary method_8316Lnet/minecraft/class_1922;method_8316(Lnet/minecraft/class_2338;)Lnet/minecraft/class_3610;official b_Ldtr;b_(Liz;)Lfiv;
-
getFluidState
- Mappings:
Namespace Name Mixin selector named getFluidStateLnet/minecraft/world/chunk/WorldChunk;getFluidState(III)Lnet/minecraft/fluid/FluidState;intermediary method_12234Lnet/minecraft/class_2818;method_12234(III)Lnet/minecraft/class_3610;official aLeoq;a(III)Lfiv;
-
setBlockState
- Specified by:
setBlockStatein classChunk- Mappings:
Namespace Name Mixin selector named setBlockStateLnet/minecraft/world/chunk/Chunk;setBlockState(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;I)Lnet/minecraft/block/BlockState;intermediary method_12010Lnet/minecraft/class_2791;method_12010(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;I)Lnet/minecraft/class_2680;official aLeof;a(Liz;Lemh;I)Lemh;
-
addEntity
Deprecated. -
createBlockEntity
- Mappings:
Namespace Name Mixin selector named createBlockEntityLnet/minecraft/world/chunk/WorldChunk;createBlockEntity(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/block/entity/BlockEntity;intermediary method_12208Lnet/minecraft/class_2818;method_12208(Lnet/minecraft/class_2338;)Lnet/minecraft/class_2586;official gLeoq;g(Liz;)Lejb;
-
getBlockEntity
Returns the block entity atpos, ornullif there is none.- Specified by:
getBlockEntityin interfaceBlockView- Returns:
- the block entity at
pos, ornullif there is none - Mappings:
Namespace Name Mixin selector named getBlockEntityLnet/minecraft/world/BlockView;getBlockEntity(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/block/entity/BlockEntity;intermediary method_8321Lnet/minecraft/class_1922;method_8321(Lnet/minecraft/class_2338;)Lnet/minecraft/class_2586;official c_Ldtr;c_(Liz;)Lejb;
-
getBlockEntity
@Nullable public @Nullable BlockEntity getBlockEntity(BlockPos pos, WorldChunk.CreationType creationType) - Mappings:
Namespace Name Mixin selector named getBlockEntityLnet/minecraft/world/chunk/WorldChunk;getBlockEntity(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/world/chunk/WorldChunk$CreationType;)Lnet/minecraft/block/entity/BlockEntity;intermediary method_12201Lnet/minecraft/class_2818;method_12201(Lnet/minecraft/class_2338;Lnet/minecraft/class_2818$class_2819;)Lnet/minecraft/class_2586;official aLeoq;a(Liz;Leoq$b;)Lejb;
-
addBlockEntity
- Mappings:
Namespace Name Mixin selector named addBlockEntityLnet/minecraft/world/chunk/WorldChunk;addBlockEntity(Lnet/minecraft/block/entity/BlockEntity;)Vintermediary method_12216Lnet/minecraft/class_2818;method_12216(Lnet/minecraft/class_2586;)Vofficial bLeoq;b(Lejb;)V
-
canTickBlockEntities
private boolean canTickBlockEntities()- Mappings:
Namespace Name Mixin selector named canTickBlockEntitiesLnet/minecraft/world/chunk/WorldChunk;canTickBlockEntities()Zintermediary method_31715Lnet/minecraft/class_2818;method_31715()Zofficial MLeoq;M()Z
-
canTickBlockEntity
- Mappings:
Namespace Name Mixin selector named canTickBlockEntityLnet/minecraft/world/chunk/WorldChunk;canTickBlockEntity(Lnet/minecraft/util/math/BlockPos;)Zintermediary method_31724Lnet/minecraft/class_2818;method_31724(Lnet/minecraft/class_2338;)Zofficial hLeoq;h(Liz;)Z
-
setBlockEntity
- Specified by:
setBlockEntityin classChunk- Mappings:
Namespace Name Mixin selector named setBlockEntityLnet/minecraft/world/chunk/Chunk;setBlockEntity(Lnet/minecraft/block/entity/BlockEntity;)Vintermediary method_12007Lnet/minecraft/class_2791;method_12007(Lnet/minecraft/class_2586;)Vofficial aLeof;a(Lejb;)V
-
getPackedBlockEntityNbt
@Nullable public @Nullable NbtCompound getPackedBlockEntityNbt(BlockPos pos, RegistryWrapper.WrapperLookup registries) - Specified by:
getPackedBlockEntityNbtin classChunk- Mappings:
Namespace Name Mixin selector named getPackedBlockEntityNbtLnet/minecraft/world/chunk/Chunk;getPackedBlockEntityNbt(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/registry/RegistryWrapper$WrapperLookup;)Lnet/minecraft/nbt/NbtCompound;intermediary method_20598Lnet/minecraft/class_2791;method_20598(Lnet/minecraft/class_2338;Lnet/minecraft/class_7225$class_7874;)Lnet/minecraft/class_2487;official aLeof;a(Liz;Ljl$a;)Lve;
-
removeBlockEntity
- Specified by:
removeBlockEntityin classChunk- Mappings:
Namespace Name Mixin selector named removeBlockEntityLnet/minecraft/world/chunk/Chunk;removeBlockEntity(Lnet/minecraft/util/math/BlockPos;)Vintermediary method_12041Lnet/minecraft/class_2791;method_12041(Lnet/minecraft/class_2338;)Vofficial cLeof;c(Liz;)V
-
removeGameEventListener
- Mappings:
Namespace Name Mixin selector named removeGameEventListenerLnet/minecraft/world/chunk/WorldChunk;removeGameEventListener(Lnet/minecraft/block/entity/BlockEntity;Lnet/minecraft/server/world/ServerWorld;)Vintermediary method_32918Lnet/minecraft/class_2818;method_32918(Lnet/minecraft/class_2586;Lnet/minecraft/class_3218;)Vofficial aLeoq;a(Lejb;Laxl;)V
-
removeGameEventDispatcher
private void removeGameEventDispatcher(int ySectionCoord) - Mappings:
Namespace Name Mixin selector named removeGameEventDispatcherLnet/minecraft/world/chunk/WorldChunk;removeGameEventDispatcher(I)Vintermediary method_51382Lnet/minecraft/class_2818;method_51382(I)Vofficial cLeoq;c(I)V
-
removeBlockEntityTicker
- Mappings:
Namespace Name Mixin selector named removeBlockEntityTickerLnet/minecraft/world/chunk/WorldChunk;removeBlockEntityTicker(Lnet/minecraft/util/math/BlockPos;)Vintermediary method_31725Lnet/minecraft/class_2818;method_31725(Lnet/minecraft/class_2338;)Vofficial iLeoq;i(Liz;)V
-
loadEntities
public void loadEntities()- Mappings:
Namespace Name Mixin selector named loadEntitiesLnet/minecraft/world/chunk/WorldChunk;loadEntities()Vintermediary method_12206Lnet/minecraft/class_2818;method_12206()Vofficial HLeoq;H()V
-
isEmpty
public boolean isEmpty()- Mappings:
Namespace Name Mixin selector named isEmptyLnet/minecraft/world/chunk/WorldChunk;isEmpty()Zintermediary method_12223Lnet/minecraft/class_2818;method_12223()Zofficial FLeoq;F()Z
-
loadFromPacket
public void loadFromPacket(PacketByteBuf buf, Map<Heightmap.Type, long[]> heightmaps, Consumer<ChunkData.BlockEntityVisitor> blockEntityVisitorConsumer) - Mappings:
Namespace Name Mixin selector named loadFromPacketLnet/minecraft/world/chunk/WorldChunk;loadFromPacket(Lnet/minecraft/network/PacketByteBuf;Ljava/util/Map;Ljava/util/function/Consumer;)Vintermediary method_12224Lnet/minecraft/class_2818;method_12224(Lnet/minecraft/class_2540;Ljava/util/Map;Ljava/util/function/Consumer;)Vofficial aLeoq;a(Lxc;Ljava/util/Map;Ljava/util/function/Consumer;)V
-
loadBiomeFromPacket
- Mappings:
Namespace Name Mixin selector named loadBiomeFromPacketLnet/minecraft/world/chunk/WorldChunk;loadBiomeFromPacket(Lnet/minecraft/network/PacketByteBuf;)Vintermediary method_49525Lnet/minecraft/class_2818;method_49525(Lnet/minecraft/class_2540;)Vofficial aLeoq;a(Lxc;)V
-
setLoadedToWorld
public void setLoadedToWorld(boolean loadedToWorld) - Mappings:
Namespace Name Mixin selector named setLoadedToWorldLnet/minecraft/world/chunk/WorldChunk;setLoadedToWorld(Z)Vintermediary method_12226Lnet/minecraft/class_2818;method_12226(Z)Vofficial bLeoq;b(Z)V
-
getWorld
- Mappings:
Namespace Name Mixin selector named getWorldLnet/minecraft/world/chunk/WorldChunk;getWorld()Lnet/minecraft/world/World;intermediary method_12200Lnet/minecraft/class_2818;method_12200()Lnet/minecraft/class_1937;official ILeoq;I()Ldun;
-
getBlockEntities
- Mappings:
Namespace Name Mixin selector named getBlockEntitiesLnet/minecraft/world/chunk/WorldChunk;getBlockEntities()Ljava/util/Map;intermediary method_12214Lnet/minecraft/class_2818;method_12214()Ljava/util/Map;official JLeoq;J()Ljava/util/Map;
-
runPostProcessing
- Mappings:
Namespace Name Mixin selector named runPostProcessingLnet/minecraft/world/chunk/WorldChunk;runPostProcessing(Lnet/minecraft/server/world/ServerWorld;)Vintermediary method_12221Lnet/minecraft/class_2818;method_12221(Lnet/minecraft/class_3218;)Vofficial aLeoq;a(Laxl;)V
-
loadBlockEntity
- Mappings:
Namespace Name Mixin selector named loadBlockEntityLnet/minecraft/world/chunk/WorldChunk;loadBlockEntity(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/nbt/NbtCompound;)Lnet/minecraft/block/entity/BlockEntity;intermediary method_12204Lnet/minecraft/class_2818;method_12204(Lnet/minecraft/class_2338;Lnet/minecraft/class_2487;)Lnet/minecraft/class_2586;official aLeoq;a(Liz;Lve;)Lejb;
-
disableTickSchedulers
public void disableTickSchedulers(long time) - Mappings:
Namespace Name Mixin selector named disableTickSchedulersLnet/minecraft/world/chunk/WorldChunk;disableTickSchedulers(J)Vintermediary method_20530Lnet/minecraft/class_2818;method_20530(J)Vofficial dLeoq;d(J)V
-
addChunkTickSchedulers
- Mappings:
Namespace Name Mixin selector named addChunkTickSchedulersLnet/minecraft/world/chunk/WorldChunk;addChunkTickSchedulers(Lnet/minecraft/server/world/ServerWorld;)Vintermediary method_39305Lnet/minecraft/class_2818;method_39305(Lnet/minecraft/class_3218;)Vofficial bLeoq;b(Laxl;)V
-
removeChunkTickSchedulers
- Mappings:
Namespace Name Mixin selector named removeChunkTickSchedulersLnet/minecraft/world/chunk/WorldChunk;removeChunkTickSchedulers(Lnet/minecraft/server/world/ServerWorld;)Vintermediary method_39306Lnet/minecraft/class_2818;method_39306(Lnet/minecraft/class_3218;)Vofficial cLeoq;c(Laxl;)V
-
registerTracking
- Specified by:
registerTrackingin interfaceDebugTrackable- Mappings:
Namespace Name Mixin selector named registerTrackingLnet/minecraft/world/debug/DebugTrackable;registerTracking(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/world/debug/DebugTrackable$Tracker;)Vintermediary method_74589Lnet/minecraft/class_12023;method_74589(Lnet/minecraft/class_3218;Lnet/minecraft/class_12023$class_12024;)Vofficial aLbxb;a(Laxl;Lbxb$a;)V
-
getStatus
-
getLevelType
- Mappings:
Namespace Name Mixin selector named getLevelTypeLnet/minecraft/world/chunk/WorldChunk;getLevelType()Lnet/minecraft/server/world/ChunkLevelType;intermediary method_12225Lnet/minecraft/class_2818;method_12225()Lnet/minecraft/class_3194;official GLeoq;G()Lawz;
-
setLevelTypeProvider
- Mappings:
Namespace Name Mixin selector named setLevelTypeProviderLnet/minecraft/world/chunk/WorldChunk;setLevelTypeProvider(Ljava/util/function/Supplier;)Vintermediary method_12207Lnet/minecraft/class_2818;method_12207(Ljava/util/function/Supplier;)Vofficial bLeoq;b(Ljava/util/function/Supplier;)V
-
clear
public void clear()- Mappings:
Namespace Name Mixin selector named clearLnet/minecraft/world/chunk/WorldChunk;clear()Vintermediary method_38289Lnet/minecraft/class_2818;method_38289()Vofficial KLeoq;K()V
-
updateAllBlockEntities
public void updateAllBlockEntities()- Mappings:
Namespace Name Mixin selector named updateAllBlockEntitiesLnet/minecraft/world/chunk/WorldChunk;updateAllBlockEntities()Vintermediary method_31713Lnet/minecraft/class_2818;method_31713()Vofficial LLeoq;L()V
-
updateGameEventListener
- Mappings:
Namespace Name Mixin selector named updateGameEventListenerLnet/minecraft/world/chunk/WorldChunk;updateGameEventListener(Lnet/minecraft/block/entity/BlockEntity;Lnet/minecraft/server/world/ServerWorld;)Vintermediary method_32919Lnet/minecraft/class_2818;method_32919(Lnet/minecraft/class_2586;Lnet/minecraft/class_3218;)Vofficial bLeoq;b(Lejb;Laxl;)V
-
updateTicker
- Mappings:
Namespace Name Mixin selector named updateTickerLnet/minecraft/world/chunk/WorldChunk;updateTicker(Lnet/minecraft/block/entity/BlockEntity;)Vintermediary method_31723Lnet/minecraft/class_2818;method_31723(Lnet/minecraft/class_2586;)Vofficial cLeoq;c(Lejb;)V
-
wrapTicker
private <T extends BlockEntity> BlockEntityTickInvoker wrapTicker(T blockEntity, BlockEntityTicker<T> blockEntityTicker) - Mappings:
Namespace Name Mixin selector named wrapTickerLnet/minecraft/world/chunk/WorldChunk;wrapTicker(Lnet/minecraft/block/entity/BlockEntity;Lnet/minecraft/block/entity/BlockEntityTicker;)Lnet/minecraft/world/chunk/BlockEntityTickInvoker;intermediary method_31718Lnet/minecraft/class_2818;method_31718(Lnet/minecraft/class_2586;Lnet/minecraft/class_5558;)Lnet/minecraft/class_5562;official aLeoq;a(Lejb;Lejc;)Lelc;
-