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 daz
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 Ldaz;l:Ldba;
      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 Ldaz;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> Ldaz;<init>(Ldba;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)
      Returns the block entity at pos, or null if there is none.
      Specified by:
      getBlockEntity in interface BlockView
      Overrides:
      getBlockEntity in class ProtoChunk
      Returns:
      the block entity at pos, or null if there is none
      Mappings:
      Namespace Name Mixin selector
      official c_ Lcjc;c_(Lgp;)Lcwl;
      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)
      Returns the block state at pos.
      Specified by:
      getBlockState in interface BlockView
      Overrides:
      getBlockState in class ProtoChunk
      Returns:
      the block state at pos
      Mappings:
      Namespace Name Mixin selector
      official a_ Lcjc;a_(Lgp;)Lcyt;
      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)
      Returns the fluid state at pos.
      Specified by:
      getFluidState in interface BlockView
      Overrides:
      getFluidState in class ProtoChunk
      Returns:
      the fluid state at pos
      Mappings:
      Namespace Name Mixin selector
      official b_ Lcjc;b_(Lgp;)Ldtj;
      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 M Lcjc;M()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 Ldap;b(I)Ldbb;
      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 Ldap;a(Lgp;Lcyt;Z)Lcyt;
      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 Ldap;a(Lcwl;)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 Ldap;a(Lbdr;)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 Ldbj;a(Ldau;)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 Ldap;d()[Ldbb;
      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 Ldap;a(Ldeb$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 Ldaz;c(Ldeb$a;)Ldeb$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 Ldap;a(Ldeb$a;)Ldeb;
      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 Ldap;a(Ldeb$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 RegistryEntry<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 Lckv$a;getNoiseBiome(III)Lgz;
      intermediary method_16359 Lnet/minecraft/class_4543$class_4544;method_16359(III)Lnet/minecraft/class_6880;
      named getBiomeForNoiseGen Lnet/minecraft/world/biome/source/BiomeAccess$Storage;getBiomeForNoiseGen(III)Lnet/minecraft/registry/entry/RegistryEntry;
    • getPos

      public ChunkPos getPos()
      Overrides:
      getPos in class Chunk
      Mappings:
      Namespace Name Mixin selector
      official f Ldap;f()Lcjd;
      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(Structure structure)
      Specified by:
      getStructureStart in interface StructureHolder
      Overrides:
      getStructureStart in class Chunk
      Mappings:
      Namespace Name Mixin selector
      official a Ldbl;a(Ldop;)Ldox;
      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/structure/Structure;)Lnet/minecraft/structure/StructureStart;
    • setStructureStart

      public void setStructureStart(Structure structure, StructureStart start)
      Specified by:
      setStructureStart in interface StructureHolder
      Overrides:
      setStructureStart in class ProtoChunk
      Mappings:
      Namespace Name Mixin selector
      official a Ldbl;a(Ldop;Ldox;)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/structure/Structure;Lnet/minecraft/structure/StructureStart;)V
    • getStructureStarts

      public Map<Structure,StructureStart> getStructureStarts()
      Overrides:
      getStructureStarts in class Chunk
      Mappings:
      Namespace Name Mixin selector
      official g Ldap;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<Structure,StructureStart> structureStarts)
      Overrides:
      setStructureStarts in class Chunk
      Mappings:
      Namespace Name Mixin selector
      official a Ldap;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(Structure structure)
      Specified by:
      getStructureReferences in interface StructureHolder
      Overrides:
      getStructureReferences in class Chunk
      Mappings:
      Namespace Name Mixin selector
      official b Ldbl;b(Ldop;)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/structure/Structure;)Lit/unimi/dsi/fastutil/longs/LongSet;
    • addStructureReference

      public void addStructureReference(Structure structure, long reference)
      Specified by:
      addStructureReference in interface StructureHolder
      Overrides:
      addStructureReference in class Chunk
      Mappings:
      Namespace Name Mixin selector
      official a Ldbl;a(Ldop;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/structure/Structure;J)V
    • getStructureReferences

      public Map<Structure,LongSet> getStructureReferences()
      Specified by:
      getStructureReferences in interface StructureHolder
      Overrides:
      getStructureReferences in class Chunk
      Mappings:
      Namespace Name Mixin selector
      official h Ldbl;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<Structure,LongSet> structureReferences)
      Specified by:
      setStructureReferences in interface StructureHolder
      Overrides:
      setStructureReferences in class Chunk
      Mappings:
      Namespace Name Mixin selector
      official b Ldbl;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
    • setNeedsSaving

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

      public boolean needsSaving()
      Overrides:
      needsSaving in class Chunk
      Mappings:
      Namespace Name Mixin selector
      official i Ldap;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 Ldap;j()Ldau;
      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 Ldap;d(Lgp;)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 Ldap;e(Lgp;)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 Ldap;a(Lqp;)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 Ldap;f(Lgp;)Lqp;
      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 g Ldap;g(Lgp;)Lqp;
      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 Ldap;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 Ldap;o()Lebr;
      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 Ldap;p()Lebr;
      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 Ldap;q()Ldap$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 Ldap;t()Ldfe;
      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;
    • setBlendingData

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

      public CarvingMask getCarvingMask(GenerationStep.Carver step)
      Overrides:
      getCarvingMask in class ProtoChunk
      Mappings:
      Namespace Name Mixin selector
      official a Ldbj;a(Lddx$a;)Ldao;
      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 step)
      Overrides:
      getOrCreateCarvingMask in class ProtoChunk
      Mappings:
      Namespace Name Mixin selector
      official b Ldbj;b(Lddx$a;)Ldao;
      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 Ldaz;A()Ldba;
      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 Ldap;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 Ldap;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 Ldap;a(Lckw;Lclc$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