Class ReadOnlyChunk

All Implemented Interfaces:
BiomeAccess.Storage, BlockView, HeightLimitView, StructureHolder

public class ReadOnlyChunk extends ProtoChunk
Represents a read only view of a world chunk used in world generation.
Mappings:
Namespace Name
official cqh
intermediary net/minecraft/class_2821
named net/minecraft/world/chunk/ReadOnlyChunk
  • Field Details

    • wrapped

      private final WorldChunk wrapped
      Mappings:
      Namespace Name Mixin selector
      official l Lcqh;l:Lcqi;
      intermediary field_12866 Lnet/minecraft/class_2821;field_12866:Lnet/minecraft/class_2818;
      named wrapped Lnet/minecraft/world/chunk/ReadOnlyChunk;wrapped:Lnet/minecraft/world/chunk/WorldChunk;
    • field_34554

      private final boolean field_34554
      Mappings:
      Namespace Name Mixin selector
      official m Lcqh;m:Z
      intermediary field_34554 Lnet/minecraft/class_2821;field_34554:Z
      named field_34554 Lnet/minecraft/world/chunk/ReadOnlyChunk;field_34554:Z
  • Constructor Details

    • ReadOnlyChunk

      public ReadOnlyChunk(WorldChunk wrapped, boolean bool)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lcqh;<init>(Lcqi;Z)V
      intermediary <init> Lnet/minecraft/class_2821;<init>(Lnet/minecraft/class_2818;Z)V
      named <init> Lnet/minecraft/world/chunk/ReadOnlyChunk;<init>(Lnet/minecraft/world/chunk/WorldChunk;Z)V
  • Method Details

    • getBlockEntity

      @Nullable public @Nullable BlockEntity getBlockEntity(BlockPos pos)
      Specified by:
      getBlockEntity in interface BlockView
      Overrides:
      getBlockEntity in class ProtoChunk
      Mappings:
      Namespace Name Mixin selector
      official c_ Lbzj;c_(Lgh;)Lclz;
      intermediary method_8321 Lnet/minecraft/class_1922;method_8321(Lnet/minecraft/class_2338;)Lnet/minecraft/class_2586;
      named getBlockEntity Lnet/minecraft/world/BlockView;getBlockEntity(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/block/entity/BlockEntity;
    • getBlockState

      public BlockState getBlockState(BlockPos pos)
      Specified by:
      getBlockState in interface BlockView
      Overrides:
      getBlockState in class ProtoChunk
      Mappings:
      Namespace Name Mixin selector
      official a_ Lbzj;a_(Lgh;)Lcoc;
      intermediary method_8320 Lnet/minecraft/class_1922;method_8320(Lnet/minecraft/class_2338;)Lnet/minecraft/class_2680;
      named getBlockState Lnet/minecraft/world/BlockView;getBlockState(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/block/BlockState;
    • getFluidState

      public FluidState getFluidState(BlockPos pos)
      Specified by:
      getFluidState in interface BlockView
      Overrides:
      getFluidState in class ProtoChunk
      Mappings:
      Namespace Name Mixin selector
      official b_ Lbzj;b_(Lgh;)Ldhv;
      intermediary method_8316 Lnet/minecraft/class_1922;method_8316(Lnet/minecraft/class_2338;)Lnet/minecraft/class_3610;
      named getFluidState Lnet/minecraft/world/BlockView;getFluidState(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/fluid/FluidState;
    • getMaxLightLevel

      public int getMaxLightLevel()
      Mappings:
      Namespace Name Mixin selector
      official O Lbzj;O()I
      intermediary method_8315 Lnet/minecraft/class_1922;method_8315()I
      named getMaxLightLevel Lnet/minecraft/world/BlockView;getMaxLightLevel()I
    • getSection

      public ChunkSection getSection(int yIndex)
      Overrides:
      getSection in class Chunk
      Mappings:
      Namespace Name Mixin selector
      official b Lcpy;b(I)Lcqj;
      intermediary method_38259 Lnet/minecraft/class_2791;method_38259(I)Lnet/minecraft/class_2826;
      named getSection Lnet/minecraft/world/chunk/Chunk;getSection(I)Lnet/minecraft/world/chunk/ChunkSection;
    • setBlockState

      @Nullable public @Nullable BlockState setBlockState(BlockPos pos, BlockState state, boolean moved)
      Overrides:
      setBlockState in class ProtoChunk
      Mappings:
      Namespace Name Mixin selector
      official a Lcpy;a(Lgh;Lcoc;Z)Lcoc;
      intermediary method_12010 Lnet/minecraft/class_2791;method_12010(Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;Z)Lnet/minecraft/class_2680;
      named setBlockState Lnet/minecraft/world/chunk/Chunk;setBlockState(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/block/BlockState;Z)Lnet/minecraft/block/BlockState;
    • setBlockEntity

      public void setBlockEntity(BlockEntity blockEntity)
      Overrides:
      setBlockEntity in class ProtoChunk
      Mappings:
      Namespace Name Mixin selector
      official a Lcpy;a(Lclz;)V
      intermediary method_12007 Lnet/minecraft/class_2791;method_12007(Lnet/minecraft/class_2586;)V
      named setBlockEntity Lnet/minecraft/world/chunk/Chunk;setBlockEntity(Lnet/minecraft/block/entity/BlockEntity;)V
    • addEntity

      public void addEntity(Entity entity)
      Overrides:
      addEntity in class ProtoChunk
      Mappings:
      Namespace Name Mixin selector
      official a Lcpy;a(Lawt;)V
      intermediary method_12002 Lnet/minecraft/class_2791;method_12002(Lnet/minecraft/class_1297;)V
      named addEntity Lnet/minecraft/world/chunk/Chunk;addEntity(Lnet/minecraft/entity/Entity;)V
    • setStatus

      public void setStatus(ChunkStatus status)
      Overrides:
      setStatus in class ProtoChunk
      Mappings:
      Namespace Name Mixin selector
      official a Lcqq;a(Lcqb;)V
      intermediary method_12308 Lnet/minecraft/class_2839;method_12308(Lnet/minecraft/class_2806;)V
      named setStatus Lnet/minecraft/world/chunk/ProtoChunk;setStatus(Lnet/minecraft/world/chunk/ChunkStatus;)V
    • getSectionArray

      public ChunkSection[] getSectionArray()
      Overrides:
      getSectionArray in class Chunk
      Mappings:
      Namespace Name Mixin selector
      official d Lcpy;d()[Lcqj;
      intermediary method_12006 Lnet/minecraft/class_2791;method_12006()[Lnet/minecraft/class_2826;
      named getSectionArray Lnet/minecraft/world/chunk/Chunk;getSectionArray()[Lnet/minecraft/world/chunk/ChunkSection;
    • setHeightmap

      public void setHeightmap(Heightmap.Type type, long[] heightmap)
      Overrides:
      setHeightmap in class Chunk
      Mappings:
      Namespace Name Mixin selector
      official a Lcpy;a(Lctc$a;[J)V
      intermediary method_12037 Lnet/minecraft/class_2791;method_12037(Lnet/minecraft/class_2902$class_2903;[J)V
      named setHeightmap Lnet/minecraft/world/chunk/Chunk;setHeightmap(Lnet/minecraft/world/Heightmap$Type;[J)V
    • transformHeightmapType

      private Heightmap.Type transformHeightmapType(Heightmap.Type type)
      Mappings:
      Namespace Name Mixin selector
      official c Lcqh;c(Lctc$a;)Lctc$a;
      intermediary method_12239 Lnet/minecraft/class_2821;method_12239(Lnet/minecraft/class_2902$class_2903;)Lnet/minecraft/class_2902$class_2903;
      named transformHeightmapType Lnet/minecraft/world/chunk/ReadOnlyChunk;transformHeightmapType(Lnet/minecraft/world/Heightmap$Type;)Lnet/minecraft/world/Heightmap$Type;
    • getHeightmap

      public Heightmap getHeightmap(Heightmap.Type type)
      Overrides:
      getHeightmap in class Chunk
      Mappings:
      Namespace Name Mixin selector
      official a Lcpy;a(Lctc$a;)Lctc;
      intermediary method_12032 Lnet/minecraft/class_2791;method_12032(Lnet/minecraft/class_2902$class_2903;)Lnet/minecraft/class_2902;
      named getHeightmap Lnet/minecraft/world/chunk/Chunk;getHeightmap(Lnet/minecraft/world/Heightmap$Type;)Lnet/minecraft/world/Heightmap;
    • sampleHeightmap

      public int sampleHeightmap(Heightmap.Type type, int x, int z)
      Overrides:
      sampleHeightmap in class Chunk
      Mappings:
      Namespace Name Mixin selector
      official a Lcpy;a(Lctc$a;II)I
      intermediary method_12005 Lnet/minecraft/class_2791;method_12005(Lnet/minecraft/class_2902$class_2903;II)I
      named sampleHeightmap Lnet/minecraft/world/chunk/Chunk;sampleHeightmap(Lnet/minecraft/world/Heightmap$Type;II)I
    • getBiomeForNoiseGen

      public Biome getBiomeForNoiseGen(int biomeX, int biomeY, int biomeZ)
      Specified by:
      getBiomeForNoiseGen in interface BiomeAccess.Storage
      Overrides:
      getBiomeForNoiseGen in class ProtoChunk
      Mappings:
      Namespace Name Mixin selector
      official getNoiseBiome Lcbb$a;getNoiseBiome(III)Lcaz;
      intermediary method_16359 Lnet/minecraft/class_4543$class_4544;method_16359(III)Lnet/minecraft/class_1959;
      named getBiomeForNoiseGen Lnet/minecraft/world/biome/source/BiomeAccess$Storage;getBiomeForNoiseGen(III)Lnet/minecraft/world/biome/Biome;
    • getPos

      public ChunkPos getPos()
      Overrides:
      getPos in class Chunk
      Mappings:
      Namespace Name Mixin selector
      official f Lcpy;f()Lbzk;
      intermediary method_12004 Lnet/minecraft/class_2791;method_12004()Lnet/minecraft/class_1923;
      named getPos Lnet/minecraft/world/chunk/Chunk;getPos()Lnet/minecraft/util/math/ChunkPos;
    • getStructureStart

      @Nullable public @Nullable StructureStart<?> getStructureStart(StructureFeature<?> structure)
      Specified by:
      getStructureStart in interface StructureHolder
      Overrides:
      getStructureStart in class Chunk
      Mappings:
      Namespace Name Mixin selector
      official a Lcqe;a(Lcyi;)Ldfh;
      intermediary method_12181 Lnet/minecraft/class_2810;method_12181(Lnet/minecraft/class_3195;)Lnet/minecraft/class_3449;
      named getStructureStart Lnet/minecraft/world/StructureHolder;getStructureStart(Lnet/minecraft/world/gen/feature/StructureFeature;)Lnet/minecraft/structure/StructureStart;
    • setStructureStart

      public void setStructureStart(StructureFeature<?> structure, StructureStart<?> start)
      Specified by:
      setStructureStart in interface StructureHolder
      Overrides:
      setStructureStart in class ProtoChunk
      Mappings:
      Namespace Name Mixin selector
      official a Lcqe;a(Lcyi;Ldfh;)V
      intermediary method_12184 Lnet/minecraft/class_2810;method_12184(Lnet/minecraft/class_3195;Lnet/minecraft/class_3449;)V
      named setStructureStart Lnet/minecraft/world/StructureHolder;setStructureStart(Lnet/minecraft/world/gen/feature/StructureFeature;Lnet/minecraft/structure/StructureStart;)V
    • getStructureStarts

      public Map<StructureFeature<?>,StructureStart<?>> getStructureStarts()
      Overrides:
      getStructureStarts in class Chunk
      Mappings:
      Namespace Name Mixin selector
      official g Lcpy;g()Ljava/util/Map;
      intermediary method_12016 Lnet/minecraft/class_2791;method_12016()Ljava/util/Map;
      named getStructureStarts Lnet/minecraft/world/chunk/Chunk;getStructureStarts()Ljava/util/Map;
    • setStructureStarts

      public void setStructureStarts(Map<StructureFeature<?>,StructureStart<?>> structureStarts)
      Overrides:
      setStructureStarts in class Chunk
      Mappings:
      Namespace Name Mixin selector
      official a Lcpy;a(Ljava/util/Map;)V
      intermediary method_12034 Lnet/minecraft/class_2791;method_12034(Ljava/util/Map;)V
      named setStructureStarts Lnet/minecraft/world/chunk/Chunk;setStructureStarts(Ljava/util/Map;)V
    • getStructureReferences

      public LongSet getStructureReferences(StructureFeature<?> structure)
      Specified by:
      getStructureReferences in interface StructureHolder
      Overrides:
      getStructureReferences in class Chunk
      Mappings:
      Namespace Name Mixin selector
      official b Lcqe;b(Lcyi;)Lit/unimi/dsi/fastutil/longs/LongSet;
      intermediary method_12180 Lnet/minecraft/class_2810;method_12180(Lnet/minecraft/class_3195;)Lit/unimi/dsi/fastutil/longs/LongSet;
      named getStructureReferences Lnet/minecraft/world/StructureHolder;getStructureReferences(Lnet/minecraft/world/gen/feature/StructureFeature;)Lit/unimi/dsi/fastutil/longs/LongSet;
    • addStructureReference

      public void addStructureReference(StructureFeature<?> structure, long reference)
      Specified by:
      addStructureReference in interface StructureHolder
      Overrides:
      addStructureReference in class Chunk
      Mappings:
      Namespace Name Mixin selector
      official a Lcqe;a(Lcyi;J)V
      intermediary method_12182 Lnet/minecraft/class_2810;method_12182(Lnet/minecraft/class_3195;J)V
      named addStructureReference Lnet/minecraft/world/StructureHolder;addStructureReference(Lnet/minecraft/world/gen/feature/StructureFeature;J)V
    • getStructureReferences

      public Map<StructureFeature<?>,LongSet> getStructureReferences()
      Specified by:
      getStructureReferences in interface StructureHolder
      Overrides:
      getStructureReferences in class Chunk
      Mappings:
      Namespace Name Mixin selector
      official h Lcqe;h()Ljava/util/Map;
      intermediary method_12179 Lnet/minecraft/class_2810;method_12179()Ljava/util/Map;
      named getStructureReferences Lnet/minecraft/world/StructureHolder;getStructureReferences()Ljava/util/Map;
    • setStructureReferences

      public void setStructureReferences(Map<StructureFeature<?>,LongSet> structureReferences)
      Specified by:
      setStructureReferences in interface StructureHolder
      Overrides:
      setStructureReferences in class Chunk
      Mappings:
      Namespace Name Mixin selector
      official b Lcqe;b(Ljava/util/Map;)V
      intermediary method_12183 Lnet/minecraft/class_2810;method_12183(Ljava/util/Map;)V
      named setStructureReferences Lnet/minecraft/world/StructureHolder;setStructureReferences(Ljava/util/Map;)V
    • setShouldSave

      public void setShouldSave(boolean shouldSave)
      Overrides:
      setShouldSave in class Chunk
      Mappings:
      Namespace Name Mixin selector
      official a Lcpy;a(Z)V
      intermediary method_12008 Lnet/minecraft/class_2791;method_12008(Z)V
      named setShouldSave Lnet/minecraft/world/chunk/Chunk;setShouldSave(Z)V
    • needsSaving

      public boolean needsSaving()
      Overrides:
      needsSaving in class Chunk
      Mappings:
      Namespace Name Mixin selector
      official i Lcpy;i()Z
      intermediary method_12044 Lnet/minecraft/class_2791;method_12044()Z
      named needsSaving Lnet/minecraft/world/chunk/Chunk;needsSaving()Z
    • getStatus

      public ChunkStatus getStatus()
      Overrides:
      getStatus in class ProtoChunk
      Mappings:
      Namespace Name Mixin selector
      official j Lcpy;j()Lcqb;
      intermediary method_12009 Lnet/minecraft/class_2791;method_12009()Lnet/minecraft/class_2806;
      named getStatus Lnet/minecraft/world/chunk/Chunk;getStatus()Lnet/minecraft/world/chunk/ChunkStatus;
    • removeBlockEntity

      public void removeBlockEntity(BlockPos pos)
      Overrides:
      removeBlockEntity in class ProtoChunk
      Mappings:
      Namespace Name Mixin selector
      official d Lcpy;d(Lgh;)V
      intermediary method_12041 Lnet/minecraft/class_2791;method_12041(Lnet/minecraft/class_2338;)V
      named removeBlockEntity Lnet/minecraft/world/chunk/Chunk;removeBlockEntity(Lnet/minecraft/util/math/BlockPos;)V
    • markBlockForPostProcessing

      public void markBlockForPostProcessing(BlockPos pos)
      Overrides:
      markBlockForPostProcessing in class ProtoChunk
      Mappings:
      Namespace Name Mixin selector
      official e Lcpy;e(Lgh;)V
      intermediary method_12039 Lnet/minecraft/class_2791;method_12039(Lnet/minecraft/class_2338;)V
      named markBlockForPostProcessing Lnet/minecraft/world/chunk/Chunk;markBlockForPostProcessing(Lnet/minecraft/util/math/BlockPos;)V
    • addPendingBlockEntityNbt

      public void addPendingBlockEntityNbt(NbtCompound nbt)
      Overrides:
      addPendingBlockEntityNbt in class Chunk
      Mappings:
      Namespace Name Mixin selector
      official a Lcpy;a(Loc;)V
      intermediary method_12042 Lnet/minecraft/class_2791;method_12042(Lnet/minecraft/class_2487;)V
      named addPendingBlockEntityNbt Lnet/minecraft/world/chunk/Chunk;addPendingBlockEntityNbt(Lnet/minecraft/nbt/NbtCompound;)V
    • getBlockEntityNbt

      @Nullable public @Nullable NbtCompound getBlockEntityNbt(BlockPos pos)
      Overrides:
      getBlockEntityNbt in class Chunk
      Mappings:
      Namespace Name Mixin selector
      official f Lcpy;f(Lgh;)Loc;
      intermediary method_12024 Lnet/minecraft/class_2791;method_12024(Lnet/minecraft/class_2338;)Lnet/minecraft/class_2487;
      named getBlockEntityNbt Lnet/minecraft/world/chunk/Chunk;getBlockEntityNbt(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/nbt/NbtCompound;
    • getPackedBlockEntityNbt

      @Nullable public @Nullable NbtCompound getPackedBlockEntityNbt(BlockPos pos)
      Overrides:
      getPackedBlockEntityNbt in class ProtoChunk
      Mappings:
      Namespace Name Mixin selector
      official i Lcpy;i(Lgh;)Loc;
      intermediary method_20598 Lnet/minecraft/class_2791;method_20598(Lnet/minecraft/class_2338;)Lnet/minecraft/class_2487;
      named getPackedBlockEntityNbt Lnet/minecraft/world/chunk/Chunk;getPackedBlockEntityNbt(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/nbt/NbtCompound;
    • getLightSourcesStream

      public Stream<BlockPos> getLightSourcesStream()
      Overrides:
      getLightSourcesStream in class ProtoChunk
      Mappings:
      Namespace Name Mixin selector
      official n Lcpy;n()Ljava/util/stream/Stream;
      intermediary method_12018 Lnet/minecraft/class_2791;method_12018()Ljava/util/stream/Stream;
      named getLightSourcesStream Lnet/minecraft/world/chunk/Chunk;getLightSourcesStream()Ljava/util/stream/Stream;
    • getBlockTickScheduler

      public BasicTickScheduler<Block> getBlockTickScheduler()
      Overrides:
      getBlockTickScheduler in class ProtoChunk
      Mappings:
      Namespace Name Mixin selector
      official o Lcpy;o()Ldpz;
      intermediary method_12013 Lnet/minecraft/class_2791;method_12013()Lnet/minecraft/class_6763;
      named getBlockTickScheduler Lnet/minecraft/world/chunk/Chunk;getBlockTickScheduler()Lnet/minecraft/world/tick/BasicTickScheduler;
    • getFluidTickScheduler

      public BasicTickScheduler<Fluid> getFluidTickScheduler()
      Overrides:
      getFluidTickScheduler in class ProtoChunk
      Mappings:
      Namespace Name Mixin selector
      official p Lcpy;p()Ldpz;
      intermediary method_12014 Lnet/minecraft/class_2791;method_12014()Lnet/minecraft/class_6763;
      named getFluidTickScheduler Lnet/minecraft/world/chunk/Chunk;getFluidTickScheduler()Lnet/minecraft/world/tick/BasicTickScheduler;
    • getTickSchedulers

      public Chunk.TickSchedulers getTickSchedulers()
      Overrides:
      getTickSchedulers in class ProtoChunk
      Mappings:
      Namespace Name Mixin selector
      official q Lcpy;q()Lcpy$a;
      intermediary method_39296 Lnet/minecraft/class_2791;method_39296()Lnet/minecraft/class_2791$class_6745;
      named getTickSchedulers Lnet/minecraft/world/chunk/Chunk;getTickSchedulers()Lnet/minecraft/world/chunk/Chunk$TickSchedulers;
    • getBlendingData

      @Nullable public @Nullable BlendingData getBlendingData()
      Overrides:
      getBlendingData in class Chunk
      Mappings:
      Namespace Name Mixin selector
      official t Lcpy;t()Lcue;
      intermediary method_39299 Lnet/minecraft/class_2791;method_39299()Lnet/minecraft/class_6749;
      named getBlendingData Lnet/minecraft/world/chunk/Chunk;getBlendingData()Lnet/minecraft/world/gen/chunk/BlendingData;
    • setBlender

      public void setBlender(BlendingData blender)
      Overrides:
      setBlender in class Chunk
      Mappings:
      Namespace Name Mixin selector
      official a Lcpy;a(Lcue;)V
      intermediary method_39294 Lnet/minecraft/class_2791;method_39294(Lnet/minecraft/class_6749;)V
      named setBlender Lnet/minecraft/world/chunk/Chunk;setBlender(Lnet/minecraft/world/gen/chunk/BlendingData;)V
    • getCarvingMask

      public CarvingMask getCarvingMask(GenerationStep.Carver carver)
      Overrides:
      getCarvingMask in class ProtoChunk
      Mappings:
      Namespace Name Mixin selector
      official a Lcqq;a(Lcsy$a;)Lcpx;
      intermediary method_12025 Lnet/minecraft/class_2839;method_12025(Lnet/minecraft/class_2893$class_2894;)Lnet/minecraft/class_6643;
      named getCarvingMask Lnet/minecraft/world/chunk/ProtoChunk;getCarvingMask(Lnet/minecraft/world/gen/GenerationStep$Carver;)Lnet/minecraft/world/gen/carver/CarvingMask;
    • getOrCreateCarvingMask

      public CarvingMask getOrCreateCarvingMask(GenerationStep.Carver carver)
      Overrides:
      getOrCreateCarvingMask in class ProtoChunk
      Mappings:
      Namespace Name Mixin selector
      official b Lcqq;b(Lcsy$a;)Lcpx;
      intermediary method_28510 Lnet/minecraft/class_2839;method_28510(Lnet/minecraft/class_2893$class_2894;)Lnet/minecraft/class_6643;
      named getOrCreateCarvingMask Lnet/minecraft/world/chunk/ProtoChunk;getOrCreateCarvingMask(Lnet/minecraft/world/gen/GenerationStep$Carver;)Lnet/minecraft/world/gen/carver/CarvingMask;
    • getWrappedChunk

      public WorldChunk getWrappedChunk()
      Mappings:
      Namespace Name Mixin selector
      official A Lcqh;A()Lcqi;
      intermediary method_12240 Lnet/minecraft/class_2821;method_12240()Lnet/minecraft/class_2818;
      named getWrappedChunk Lnet/minecraft/world/chunk/ReadOnlyChunk;getWrappedChunk()Lnet/minecraft/world/chunk/WorldChunk;
    • isLightOn

      public boolean isLightOn()
      Overrides:
      isLightOn in class Chunk
      Mappings:
      Namespace Name Mixin selector
      official v Lcpy;v()Z
      intermediary method_12038 Lnet/minecraft/class_2791;method_12038()Z
      named isLightOn Lnet/minecraft/world/chunk/Chunk;isLightOn()Z
    • setLightOn

      public void setLightOn(boolean lightOn)
      Overrides:
      setLightOn in class Chunk
      Mappings:
      Namespace Name Mixin selector
      official b Lcpy;b(Z)V
      intermediary method_12020 Lnet/minecraft/class_2791;method_12020(Z)V
      named setLightOn Lnet/minecraft/world/chunk/Chunk;setLightOn(Z)V
    • populateBiomes

      public void populateBiomes(BiomeSupplier biomeSupplier, MultiNoiseUtil.MultiNoiseSampler sampler)
      Overrides:
      populateBiomes in class Chunk
      Mappings:
      Namespace Name Mixin selector
      official a Lcpy;a(Lcbc;Lcbh$f;)V
      intermediary method_38257 Lnet/minecraft/class_2791;method_38257(Lnet/minecraft/class_6780;Lnet/minecraft/class_6544$class_6552;)V
      named populateBiomes Lnet/minecraft/world/chunk/Chunk;populateBiomes(Lnet/minecraft/world/biome/source/BiomeSupplier;Lnet/minecraft/world/biome/source/util/MultiNoiseUtil$MultiNoiseSampler;)V