Package net.minecraft.world.chunk
Class Chunk
java.lang.Object
net.minecraft.world.chunk.Chunk
- All Implemented Interfaces:
BiomeAccess.Storage,BlockView,HeightLimitView,StructureHolder
- Direct Known Subclasses:
ProtoChunk,WorldChunk
public abstract class Chunk
extends Object
implements BlockView, BiomeAccess.Storage, StructureHolder
Represents a scoped, modifiable view of biomes, block states, fluid states and block entities.
- Mappings:
Namespace Name official cotintermediary net/minecraft/class_2791named net/minecraft/world/chunk/Chunk
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final ShortList[]protected booleanprotected final ChunkPosprotected @Nullable class_6568protected final UpgradeDataprotected final Map<Heightmap.Type,Heightmap> protected final Map<BlockPos,NbtCompound> protected final Map<BlockPos,BlockEntity> protected final HeightLimitViewprotected final ChunkSection[]protected TickScheduler<Block>protected TickScheduler<Fluid>private static final Loggerprivate booleanprivate longDeprecated.private final Map<StructureFeature<?>,StructureStart<?>> private final Map<StructureFeature<?>,LongSet> -
Constructor Summary
ConstructorsConstructorDescriptionChunk(ChunkPos chunkPos, UpgradeData upgradeData, HeightLimitView heightLimitView, Registry<Biome> registry, long long2, @Nullable ChunkSection[] chunkSection, TickScheduler<Block> tickScheduler, TickScheduler<Fluid> tickScheduler2) -
Method Summary
Modifier and TypeMethodDescriptionabstract voidvoidvoidaddStructureReference(StructureFeature<?> structure, long reference) booleanareSectionsEmptyBetween(int lowerHeight, int upperHeight) getBiomeForNoiseGen(int biomeX, int biomeY, int biomeZ) intReturns the bottom Y level, or height, inclusive, of this view.getGameEventDispatcher(int ySectionCoord) intgetHeightmap(Heightmap.Type type) intlongstatic ShortListabstract @Nullable NbtCompoundgetPos()getSection(int yIndex) abstract ChunkStatusgetStructureReferences(StructureFeature<?> structure) getStructureStart(StructureFeature<?> structure) Map<StructureFeature<?>,StructureStart<?>> booleanvoidmarkBlockForPostProcessing(short packedPos, int index) voidmethod_38255(int int2, int int3, int int4, int int5, int int6, int int7, NoiseColumnSampler noiseColumnSampler, Supplier<class_6568.ColumnSampler> supplier, Supplier<ChunkGeneratorSettings> supplier2, AquiferSampler.class_6565 class_6565) private static voidmethod_38256(HeightLimitView heightLimitView, Registry<Biome> registry, ChunkSection[] chunkSection) voidmethod_38257(BiomeSource biomeSource, MultiNoiseUtil.MultiNoiseSampler multiNoiseSampler) method_38258(Supplier<Biome> supplier) Deprecated.voidmethod_38870(long long2) booleanbooleanabstract voidintsampleHeightmap(Heightmap.Type type, int x, int z) abstract voidsetBlockEntity(BlockEntity blockEntity) abstract @Nullable BlockStatesetBlockState(BlockPos pos, BlockState state, boolean moved) voidsetHeightmap(Heightmap.Type type, long[] heightmap) voidsetInhabitedTime(long inhabitedTime) voidsetLightOn(boolean lightOn) voidsetShouldSave(boolean shouldSave) voidsetStructureReferences(Map<StructureFeature<?>, LongSet> structureReferences) voidsetStructureStart(StructureFeature<?> structure, StructureStart<?> start) voidsetStructureStarts(Map<StructureFeature<?>, StructureStart<?>> structureStarts) Methods 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, getBlockEntity, getBlockState, getDismountHeight, getDismountHeight, getFluidState, getLuminance, getMaxLightLevel, getStatesInBox, raycast, raycast, raycastBlockMethods inherited from interface net.minecraft.world.HeightLimitView
countVerticalSections, getBottomSectionCoord, getSectionIndex, getTopSectionCoord, getTopY, isOutOfHeightLimit, isOutOfHeightLimit, sectionCoordToIndex, sectionIndexToCoord
-
Field Details
-
field_34548
- Mappings:
Namespace Name Mixin selector official mLcot;m:Lorg/apache/logging/log4j/Logger;intermediary field_34548Lnet/minecraft/class_2791;field_34548:Lorg/apache/logging/log4j/Logger;named field_34548Lnet/minecraft/world/chunk/Chunk;field_34548:Lorg/apache/logging/log4j/Logger;
-
field_34536
- Mappings:
Namespace Name Mixin selector official aLcot;a:[Lit/unimi/dsi/fastutil/shorts/ShortList;intermediary field_34536Lnet/minecraft/class_2791;field_34536:[Lit/unimi/dsi/fastutil/shorts/ShortList;named field_34536Lnet/minecraft/world/chunk/Chunk;field_34536:[Lit/unimi/dsi/fastutil/shorts/ShortList;
-
field_34537
protected volatile boolean field_34537- Mappings:
Namespace Name Mixin selector official bLcot;b:Zintermediary field_34537Lnet/minecraft/class_2791;field_34537:Znamed field_34537Lnet/minecraft/world/chunk/Chunk;field_34537:Z
-
field_34549
private volatile boolean field_34549- Mappings:
Namespace Name Mixin selector official nLcot;n:Zintermediary field_34549Lnet/minecraft/class_2791;field_34549:Znamed field_34549Lnet/minecraft/world/chunk/Chunk;field_34549:Z
-
field_34538
- Mappings:
Namespace Name Mixin selector official cLcot;c:Lbxz;intermediary field_34538Lnet/minecraft/class_2791;field_34538:Lnet/minecraft/class_1923;named field_34538Lnet/minecraft/world/chunk/Chunk;field_34538:Lnet/minecraft/util/math/ChunkPos;
-
field_34550
private long field_34550- Mappings:
Namespace Name Mixin selector official oLcot;o:Jintermediary field_34550Lnet/minecraft/class_2791;field_34550:Jnamed field_34550Lnet/minecraft/world/chunk/Chunk;field_34550:J
-
field_34551
Deprecated.- Mappings:
Namespace Name Mixin selector official pLcot;p:Lbzv;intermediary field_34551Lnet/minecraft/class_2791;field_34551:Lnet/minecraft/class_1959;named field_34551Lnet/minecraft/world/chunk/Chunk;field_34551:Lnet/minecraft/world/biome/Biome;
-
field_34539
- Mappings:
Namespace Name Mixin selector official dLcot;d:Lcsa;intermediary field_34539Lnet/minecraft/class_2791;field_34539:Lnet/minecraft/class_6568;named field_34539Lnet/minecraft/world/chunk/Chunk;field_34539:Lnet/minecraft/class_6568;
-
field_34540
- Mappings:
Namespace Name Mixin selector official eLcot;e:Lcpo;intermediary field_34540Lnet/minecraft/class_2791;field_34540:Lnet/minecraft/class_2843;named field_34540Lnet/minecraft/world/chunk/Chunk;field_34540:Lnet/minecraft/world/chunk/UpgradeData;
-
field_34541
- Mappings:
Namespace Name Mixin selector official fLcot;f:Ljava/util/Map;intermediary field_34541Lnet/minecraft/class_2791;field_34541:Ljava/util/Map;named field_34541Lnet/minecraft/world/chunk/Chunk;field_34541:Ljava/util/Map;
-
field_34552
- Mappings:
Namespace Name Mixin selector official qLcot;q:Ljava/util/Map;intermediary field_34552Lnet/minecraft/class_2791;field_34552:Ljava/util/Map;named field_34552Lnet/minecraft/world/chunk/Chunk;field_34552:Ljava/util/Map;
-
field_34553
- Mappings:
Namespace Name Mixin selector official rLcot;r:Ljava/util/Map;intermediary field_34553Lnet/minecraft/class_2791;field_34553:Ljava/util/Map;named field_34553Lnet/minecraft/world/chunk/Chunk;field_34553:Ljava/util/Map;
-
field_34542
- Mappings:
Namespace Name Mixin selector official gLcot;g:Ljava/util/Map;intermediary field_34542Lnet/minecraft/class_2791;field_34542:Ljava/util/Map;named field_34542Lnet/minecraft/world/chunk/Chunk;field_34542:Ljava/util/Map;
-
field_34543
- Mappings:
Namespace Name Mixin selector official hLcot;h:Ljava/util/Map;intermediary field_34543Lnet/minecraft/class_2791;field_34543:Ljava/util/Map;named field_34543Lnet/minecraft/world/chunk/Chunk;field_34543:Ljava/util/Map;
-
field_34544
- Mappings:
Namespace Name Mixin selector official iLcot;i:Lbyx;intermediary field_34544Lnet/minecraft/class_2791;field_34544:Lnet/minecraft/class_5539;named field_34544Lnet/minecraft/world/chunk/Chunk;field_34544:Lnet/minecraft/world/HeightLimitView;
-
field_34545
- Mappings:
Namespace Name Mixin selector official jLcot;j:[Lcpe;intermediary field_34545Lnet/minecraft/class_2791;field_34545:[Lnet/minecraft/class_2826;named field_34545Lnet/minecraft/world/chunk/Chunk;field_34545:[Lnet/minecraft/world/chunk/ChunkSection;
-
field_34546
- Mappings:
Namespace Name Mixin selector official kLcot;k:Lbzo;intermediary field_34546Lnet/minecraft/class_2791;field_34546:Lnet/minecraft/class_1951;named field_34546Lnet/minecraft/world/chunk/Chunk;field_34546:Lnet/minecraft/world/TickScheduler;
-
field_34547
- Mappings:
Namespace Name Mixin selector official lLcot;l:Lbzo;intermediary field_34547Lnet/minecraft/class_2791;field_34547:Lnet/minecraft/class_1951;named field_34547Lnet/minecraft/world/chunk/Chunk;field_34547:Lnet/minecraft/world/TickScheduler;
-
-
Constructor Details
-
Chunk
public Chunk(ChunkPos chunkPos, UpgradeData upgradeData, HeightLimitView heightLimitView, Registry<Biome> registry, long long2, @Nullable @Nullable ChunkSection[] chunkSection, TickScheduler<Block> tickScheduler, TickScheduler<Fluid> tickScheduler2)
-
-
Method Details
-
method_38256
private static void method_38256(HeightLimitView heightLimitView, Registry<Biome> registry, ChunkSection[] chunkSection) - Mappings:
Namespace Name Mixin selector official aLcot;a(Lbyx;Lgx;[Lcpe;)Vintermediary method_38256Lnet/minecraft/class_2791;method_38256(Lnet/minecraft/class_5539;Lnet/minecraft/class_2378;[Lnet/minecraft/class_2826;)Vnamed method_38256Lnet/minecraft/world/chunk/Chunk;method_38256(Lnet/minecraft/world/HeightLimitView;Lnet/minecraft/util/registry/Registry;[Lnet/minecraft/world/chunk/ChunkSection;)V
-
getGameEventDispatcher
- Mappings:
Namespace Name Mixin selector official aLcot;a(I)Lcrc;intermediary method_32914Lnet/minecraft/class_2791;method_32914(I)Lnet/minecraft/class_5713;named getGameEventDispatcherLnet/minecraft/world/chunk/Chunk;getGameEventDispatcher(I)Lnet/minecraft/world/event/listener/GameEventDispatcher;
-
setBlockState
@Nullable public abstract @Nullable BlockState setBlockState(BlockPos pos, BlockState state, boolean moved) - Mappings:
Namespace Name Mixin selector official aLcot;a(Lgh;Lcmx;Z)Lcmx;intermediary method_12010Lnet/minecraft/class_2791;method_12010(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Z)Lnet/minecraft/class_2680;named setBlockStateLnet/minecraft/world/chunk/Chunk;setBlockState(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Z)Lnet/minecraft/block/BlockState;
-
setBlockEntity
- Mappings:
Namespace Name Mixin selector official aLcot;a(Lcku;)Vintermediary method_12007Lnet/minecraft/class_2791;method_12007(Lnet/minecraft/class_2586;)Vnamed setBlockEntityLnet/minecraft/world/chunk/Chunk;setBlockEntity(Lnet/minecraft/block/entity/BlockEntity;)V
-
addEntity
- Mappings:
Namespace Name Mixin selector official aLcot;a(Lavk;)Vintermediary method_12002Lnet/minecraft/class_2791;method_12002(Lnet/minecraft/class_1297;)Vnamed addEntityLnet/minecraft/world/chunk/Chunk;addEntity(Lnet/minecraft/entity/Entity;)V
-
getHighestNonEmptySection
- Mappings:
Namespace Name Mixin selector official aLcot;a()Lcpe;intermediary method_12040Lnet/minecraft/class_2791;method_12040()Lnet/minecraft/class_2826;named getHighestNonEmptySectionLnet/minecraft/world/chunk/Chunk;getHighestNonEmptySection()Lnet/minecraft/world/chunk/ChunkSection;
-
getHighestNonEmptySectionYOffset
public int getHighestNonEmptySectionYOffset()- Mappings:
Namespace Name Mixin selector official bLcot;b()Iintermediary method_12031Lnet/minecraft/class_2791;method_12031()Inamed getHighestNonEmptySectionYOffsetLnet/minecraft/world/chunk/Chunk;getHighestNonEmptySectionYOffset()I
-
getBlockEntityPositions
- Mappings:
Namespace Name Mixin selector official cLcot;c()Ljava/util/Set;intermediary method_12021Lnet/minecraft/class_2791;method_12021()Ljava/util/Set;named getBlockEntityPositionsLnet/minecraft/world/chunk/Chunk;getBlockEntityPositions()Ljava/util/Set;
-
getSectionArray
- Mappings:
Namespace Name Mixin selector official dLcot;d()[Lcpe;intermediary method_12006Lnet/minecraft/class_2791;method_12006()[Lnet/minecraft/class_2826;named getSectionArrayLnet/minecraft/world/chunk/Chunk;getSectionArray()[Lnet/minecraft/world/chunk/ChunkSection;
-
getSection
- Mappings:
Namespace Name Mixin selector official bLcot;b(I)Lcpe;intermediary method_38259Lnet/minecraft/class_2791;method_38259(I)Lnet/minecraft/class_2826;named getSectionLnet/minecraft/world/chunk/Chunk;getSection(I)Lnet/minecraft/world/chunk/ChunkSection;
-
getHeightmaps
- Mappings:
Namespace Name Mixin selector official eLcot;e()Ljava/util/Collection;intermediary method_12011Lnet/minecraft/class_2791;method_12011()Ljava/util/Collection;named getHeightmapsLnet/minecraft/world/chunk/Chunk;getHeightmaps()Ljava/util/Collection;
-
setHeightmap
- Mappings:
Namespace Name Mixin selector official aLcot;a(Lcry$a;[J)Vintermediary method_12037Lnet/minecraft/class_2791;method_12037(Lnet/minecraft/class_2902$class_2903;[J)Vnamed setHeightmapLnet/minecraft/world/chunk/Chunk;setHeightmap(Lnet/minecraft/world/Heightmap$Type;[J)V
-
getHeightmap
- Mappings:
Namespace Name Mixin selector official aLcot;a(Lcry$a;)Lcry;intermediary method_12032Lnet/minecraft/class_2791;method_12032(Lnet/minecraft/class_2902$class_2903;)Lnet/minecraft/class_2902;named getHeightmapLnet/minecraft/world/chunk/Chunk;getHeightmap(Lnet/minecraft/world/Heightmap$Type;)Lnet/minecraft/world/Heightmap;
-
sampleHeightmap
- Mappings:
Namespace Name Mixin selector official aLcot;a(Lcry$a;II)Iintermediary method_12005Lnet/minecraft/class_2791;method_12005(Lnet/minecraft/class_2902$class_2903;II)Inamed sampleHeightmapLnet/minecraft/world/chunk/Chunk;sampleHeightmap(Lnet/minecraft/world/Heightmap$Type;II)I
-
sampleMaxHeightMap
- Mappings:
Namespace Name Mixin selector official bLcot;b(Lcry$a;)Lgh;intermediary method_35319Lnet/minecraft/class_2791;method_35319(Lnet/minecraft/class_2902$class_2903;)Lnet/minecraft/class_2338;named sampleMaxHeightMapLnet/minecraft/world/chunk/Chunk;sampleMaxHeightMap(Lnet/minecraft/world/Heightmap$Type;)Lnet/minecraft/util/math/BlockPos;
-
getPos
- Mappings:
Namespace Name Mixin selector official fLcot;f()Lbxz;intermediary method_12004Lnet/minecraft/class_2791;method_12004()Lnet/minecraft/class_1923;named getPosLnet/minecraft/world/chunk/Chunk;getPos()Lnet/minecraft/util/math/ChunkPos;
-
getStructureStart
- Specified by:
getStructureStartin interfaceStructureHolder- Mappings:
Namespace Name Mixin selector official aLcoz;a(Lcwo;)Ldeg;intermediary method_12181Lnet/minecraft/class_2810;method_12181(Lnet/minecraft/class_3195;)Lnet/minecraft/class_3449;named getStructureStartLnet/minecraft/world/StructureHolder;getStructureStart(Lnet/minecraft/world/gen/feature/StructureFeature;)Lnet/minecraft/structure/StructureStart;
-
setStructureStart
- Specified by:
setStructureStartin interfaceStructureHolder- Mappings:
Namespace Name Mixin selector official aLcoz;a(Lcwo;Ldeg;)Vintermediary method_12184Lnet/minecraft/class_2810;method_12184(Lnet/minecraft/class_3195;Lnet/minecraft/class_3449;)Vnamed setStructureStartLnet/minecraft/world/StructureHolder;setStructureStart(Lnet/minecraft/world/gen/feature/StructureFeature;Lnet/minecraft/structure/StructureStart;)V
-
getStructureStarts
- Mappings:
Namespace Name Mixin selector official gLcot;g()Ljava/util/Map;intermediary method_12016Lnet/minecraft/class_2791;method_12016()Ljava/util/Map;named getStructureStartsLnet/minecraft/world/chunk/Chunk;getStructureStarts()Ljava/util/Map;
-
setStructureStarts
- Mappings:
Namespace Name Mixin selector official aLcot;a(Ljava/util/Map;)Vintermediary method_12034Lnet/minecraft/class_2791;method_12034(Ljava/util/Map;)Vnamed setStructureStartsLnet/minecraft/world/chunk/Chunk;setStructureStarts(Ljava/util/Map;)V
-
getStructureReferences
- Specified by:
getStructureReferencesin interfaceStructureHolder- Mappings:
Namespace Name Mixin selector official bLcoz;b(Lcwo;)Lit/unimi/dsi/fastutil/longs/LongSet;intermediary method_12180Lnet/minecraft/class_2810;method_12180(Lnet/minecraft/class_3195;)Lit/unimi/dsi/fastutil/longs/LongSet;named getStructureReferencesLnet/minecraft/world/StructureHolder;getStructureReferences(Lnet/minecraft/world/gen/feature/StructureFeature;)Lit/unimi/dsi/fastutil/longs/LongSet;
-
addStructureReference
- Specified by:
addStructureReferencein interfaceStructureHolder- Mappings:
Namespace Name Mixin selector official aLcoz;a(Lcwo;J)Vintermediary method_12182Lnet/minecraft/class_2810;method_12182(Lnet/minecraft/class_3195;J)Vnamed addStructureReferenceLnet/minecraft/world/StructureHolder;addStructureReference(Lnet/minecraft/world/gen/feature/StructureFeature;J)V
-
getStructureReferences
- Specified by:
getStructureReferencesin interfaceStructureHolder- Mappings:
Namespace Name Mixin selector official hLcoz;h()Ljava/util/Map;intermediary method_12179Lnet/minecraft/class_2810;method_12179()Ljava/util/Map;named getStructureReferencesLnet/minecraft/world/StructureHolder;getStructureReferences()Ljava/util/Map;
-
setStructureReferences
- Specified by:
setStructureReferencesin interfaceStructureHolder- Mappings:
Namespace Name Mixin selector official bLcoz;b(Ljava/util/Map;)Vintermediary method_12183Lnet/minecraft/class_2810;method_12183(Ljava/util/Map;)Vnamed setStructureReferencesLnet/minecraft/world/StructureHolder;setStructureReferences(Ljava/util/Map;)V
-
areSectionsEmptyBetween
public boolean areSectionsEmptyBetween(int lowerHeight, int upperHeight) - Mappings:
Namespace Name Mixin selector official aLcot;a(II)Zintermediary method_12228Lnet/minecraft/class_2791;method_12228(II)Znamed areSectionsEmptyBetweenLnet/minecraft/world/chunk/Chunk;areSectionsEmptyBetween(II)Z
-
setShouldSave
public void setShouldSave(boolean shouldSave) - Mappings:
Namespace Name Mixin selector official aLcot;a(Z)Vintermediary method_12008Lnet/minecraft/class_2791;method_12008(Z)Vnamed setShouldSaveLnet/minecraft/world/chunk/Chunk;setShouldSave(Z)V
-
needsSaving
public boolean needsSaving()- Mappings:
Namespace Name Mixin selector official iLcot;i()Zintermediary method_12044Lnet/minecraft/class_2791;method_12044()Znamed needsSavingLnet/minecraft/world/chunk/Chunk;needsSaving()Z
-
getStatus
- Mappings:
Namespace Name Mixin selector official jLcot;j()Lcow;intermediary method_12009Lnet/minecraft/class_2791;method_12009()Lnet/minecraft/class_2806;named getStatusLnet/minecraft/world/chunk/Chunk;getStatus()Lnet/minecraft/world/chunk/ChunkStatus;
-
removeBlockEntity
- Mappings:
Namespace Name Mixin selector official dLcot;d(Lgh;)Vintermediary method_12041Lnet/minecraft/class_2791;method_12041(Lnet/minecraft/class_2338;)Vnamed removeBlockEntityLnet/minecraft/world/chunk/Chunk;removeBlockEntity(Lnet/minecraft/util/math/BlockPos;)V
-
markBlockForPostProcessing
- Mappings:
Namespace Name Mixin selector official eLcot;e(Lgh;)Vintermediary method_12039Lnet/minecraft/class_2791;method_12039(Lnet/minecraft/class_2338;)Vnamed markBlockForPostProcessingLnet/minecraft/world/chunk/Chunk;markBlockForPostProcessing(Lnet/minecraft/util/math/BlockPos;)V
-
getPostProcessingLists
- Mappings:
Namespace Name Mixin selector official kLcot;k()[Lit/unimi/dsi/fastutil/shorts/ShortList;intermediary method_12012Lnet/minecraft/class_2791;method_12012()[Lit/unimi/dsi/fastutil/shorts/ShortList;named getPostProcessingListsLnet/minecraft/world/chunk/Chunk;getPostProcessingLists()[Lit/unimi/dsi/fastutil/shorts/ShortList;
-
markBlockForPostProcessing
public void markBlockForPostProcessing(short packedPos, int index) - Mappings:
Namespace Name Mixin selector official aLcot;a(SI)Vintermediary method_12029Lnet/minecraft/class_2791;method_12029(SI)Vnamed markBlockForPostProcessingLnet/minecraft/world/chunk/Chunk;markBlockForPostProcessing(SI)V
-
addPendingBlockEntityNbt
- Mappings:
Namespace Name Mixin selector official aLcot;a(Lnd;)Vintermediary method_12042Lnet/minecraft/class_2791;method_12042(Lnet/minecraft/class_2487;)Vnamed addPendingBlockEntityNbtLnet/minecraft/world/chunk/Chunk;addPendingBlockEntityNbt(Lnet/minecraft/nbt/NbtCompound;)V
-
getBlockEntityNbt
- Mappings:
Namespace Name Mixin selector official fLcot;f(Lgh;)Lnd;intermediary method_12024Lnet/minecraft/class_2791;method_12024(Lnet/minecraft/class_2338;)Lnet/minecraft/class_2487;named getBlockEntityNbtLnet/minecraft/world/chunk/Chunk;getBlockEntityNbt(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/nbt/NbtCompound;
-
getPackedBlockEntityNbt
- Mappings:
Namespace Name Mixin selector official gLcot;g(Lgh;)Lnd;intermediary method_20598Lnet/minecraft/class_2791;method_20598(Lnet/minecraft/class_2338;)Lnet/minecraft/class_2487;named getPackedBlockEntityNbtLnet/minecraft/world/chunk/Chunk;getPackedBlockEntityNbt(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/nbt/NbtCompound;
-
getLightSourcesStream
- Mappings:
Namespace Name Mixin selector official nLcot;n()Ljava/util/stream/Stream;intermediary method_12018Lnet/minecraft/class_2791;method_12018()Ljava/util/stream/Stream;named getLightSourcesStreamLnet/minecraft/world/chunk/Chunk;getLightSourcesStream()Ljava/util/stream/Stream;
-
getBlockTickScheduler
- Mappings:
Namespace Name Mixin selector official oLcot;o()Lbzo;intermediary method_12013Lnet/minecraft/class_2791;method_12013()Lnet/minecraft/class_1951;named getBlockTickSchedulerLnet/minecraft/world/chunk/Chunk;getBlockTickScheduler()Lnet/minecraft/world/TickScheduler;
-
getFluidTickScheduler
- Mappings:
Namespace Name Mixin selector official pLcot;p()Lbzo;intermediary method_12014Lnet/minecraft/class_2791;method_12014()Lnet/minecraft/class_1951;named getFluidTickSchedulerLnet/minecraft/world/chunk/Chunk;getFluidTickScheduler()Lnet/minecraft/world/TickScheduler;
-
getUpgradeData
- Mappings:
Namespace Name Mixin selector official qLcot;q()Lcpo;intermediary method_12003Lnet/minecraft/class_2791;method_12003()Lnet/minecraft/class_2843;named getUpgradeDataLnet/minecraft/world/chunk/Chunk;getUpgradeData()Lnet/minecraft/world/chunk/UpgradeData;
-
getInhabitedTime
public long getInhabitedTime()- Mappings:
Namespace Name Mixin selector official rLcot;r()Jintermediary method_12033Lnet/minecraft/class_2791;method_12033()Jnamed getInhabitedTimeLnet/minecraft/world/chunk/Chunk;getInhabitedTime()J
-
method_38870
public void method_38870(long long2) - Mappings:
Namespace Name Mixin selector official aLcot;a(J)Vintermediary method_38870Lnet/minecraft/class_2791;method_38870(J)Vnamed method_38870Lnet/minecraft/world/chunk/Chunk;method_38870(J)V
-
setInhabitedTime
public void setInhabitedTime(long inhabitedTime) - Mappings:
Namespace Name Mixin selector official bLcot;b(J)Vintermediary method_12028Lnet/minecraft/class_2791;method_12028(J)Vnamed setInhabitedTimeLnet/minecraft/world/chunk/Chunk;setInhabitedTime(J)V
-
getList
- Mappings:
Namespace Name Mixin selector official aLcot;a([Lit/unimi/dsi/fastutil/shorts/ShortList;I)Lit/unimi/dsi/fastutil/shorts/ShortList;intermediary method_12026Lnet/minecraft/class_2791;method_12026([Lit/unimi/dsi/fastutil/shorts/ShortList;I)Lit/unimi/dsi/fastutil/shorts/ShortList;named getListLnet/minecraft/world/chunk/Chunk;getList([Lit/unimi/dsi/fastutil/shorts/ShortList;I)Lit/unimi/dsi/fastutil/shorts/ShortList;
-
isLightOn
public boolean isLightOn()- Mappings:
Namespace Name Mixin selector official sLcot;s()Zintermediary method_12038Lnet/minecraft/class_2791;method_12038()Znamed isLightOnLnet/minecraft/world/chunk/Chunk;isLightOn()Z
-
setLightOn
public void setLightOn(boolean lightOn) - Mappings:
Namespace Name Mixin selector official bLcot;b(Z)Vintermediary method_12020Lnet/minecraft/class_2791;method_12020(Z)Vnamed setLightOnLnet/minecraft/world/chunk/Chunk;setLightOn(Z)V
-
getBottomY
public int getBottomY()Returns the bottom Y level, or height, inclusive, of this view.- Specified by:
getBottomYin interfaceHeightLimitView- See Also:
- Mappings:
Namespace Name Mixin selector official t_Lbyx;t_()Iintermediary method_31607Lnet/minecraft/class_5539;method_31607()Inamed getBottomYLnet/minecraft/world/HeightLimitView;getBottomY()I
-
getHeight
public int getHeight()Returns the difference in the minimum and maximum height.This is the number of blocks that can be modified in any vertical column within the view, or the vertical size, in blocks, of the view.
- Specified by:
getHeightin interfaceHeightLimitView- Returns:
- the difference in the minimum and maximum height
- See Also:
- Mappings:
Namespace Name Mixin selector official u_Lbyx;u_()Iintermediary method_31605Lnet/minecraft/class_5539;method_31605()Inamed getHeightLnet/minecraft/world/HeightLimitView;getHeight()I
-
method_38255
public class_6568 method_38255(int int2, int int3, int int4, int int5, int int6, int int7, NoiseColumnSampler noiseColumnSampler, Supplier<class_6568.ColumnSampler> supplier, Supplier<ChunkGeneratorSettings> supplier2, AquiferSampler.class_6565 class_6565) - Mappings:
Namespace Name Mixin selector official aLcot;a(IIIIIILcsd;Ljava/util/function/Supplier;Ljava/util/function/Supplier;Lcrl$a;)Lcsa;intermediary method_38255Lnet/minecraft/class_2791;method_38255(IIIIIILnet/minecraft/class_5818;Ljava/util/function/Supplier;Ljava/util/function/Supplier;Lnet/minecraft/class_6350$class_6565;)Lnet/minecraft/class_6568;named method_38255Lnet/minecraft/world/chunk/Chunk;method_38255(IIIIIILnet/minecraft/world/gen/NoiseColumnSampler;Ljava/util/function/Supplier;Ljava/util/function/Supplier;Lnet/minecraft/world/gen/chunk/AquiferSampler$class_6565;)Lnet/minecraft/class_6568;
-
method_38258
Deprecated.- Mappings:
Namespace Name Mixin selector official aLcot;a(Ljava/util/function/Supplier;)Lbzv;intermediary method_38258Lnet/minecraft/class_2791;method_38258(Ljava/util/function/Supplier;)Lnet/minecraft/class_1959;named method_38258Lnet/minecraft/world/chunk/Chunk;method_38258(Ljava/util/function/Supplier;)Lnet/minecraft/world/biome/Biome;
-
getBiomeForNoiseGen
- Specified by:
getBiomeForNoiseGenin interfaceBiomeAccess.Storage- Mappings:
Namespace Name Mixin selector official getNoiseBiomeLbzx$a;getNoiseBiome(III)Lbzv;intermediary method_16359Lnet/minecraft/class_4543$class_4544;method_16359(III)Lnet/minecraft/class_1959;named getBiomeForNoiseGenLnet/minecraft/world/biome/source/BiomeAccess$Storage;getBiomeForNoiseGen(III)Lnet/minecraft/world/biome/Biome;
-
method_38257
public void method_38257(BiomeSource biomeSource, MultiNoiseUtil.MultiNoiseSampler multiNoiseSampler) - Mappings:
Namespace Name Mixin selector official aLcot;a(Lbzy;Lcac$f;)Vintermediary method_38257Lnet/minecraft/class_2791;method_38257(Lnet/minecraft/class_1966;Lnet/minecraft/class_6544$class_6552;)Vnamed method_38257Lnet/minecraft/world/chunk/Chunk;method_38257(Lnet/minecraft/world/biome/source/BiomeSource;Lnet/minecraft/world/biome/source/util/MultiNoiseUtil$MultiNoiseSampler;)V
-
method_38871
public boolean method_38871()- Mappings:
Namespace Name Mixin selector official tLcot;t()Zintermediary method_38871Lnet/minecraft/class_2791;method_38871()Znamed method_38871Lnet/minecraft/world/chunk/Chunk;method_38871()Z
-