Class WrapperProtoChunk

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

public class WrapperProtoChunk extends ProtoChunk
Represents a chunk that wraps a world chunk, used in world generation. This is usually read-only.
Mappings:
Namespace Name
named net/minecraft/world/chunk/WrapperProtoChunk
intermediary net/minecraft/class_2821
official dzc
  • Field Details Link icon

    • wrapped Link icon

      private final WorldChunk wrapped
      Mappings:
      Namespace Name Mixin selector
      named wrapped Lnet/minecraft/world/chunk/WrapperProtoChunk;wrapped:Lnet/minecraft/world/chunk/WorldChunk;
      intermediary field_12866 Lnet/minecraft/class_2821;field_12866:Lnet/minecraft/class_2818;
      official n Ldzc;n:Ldzd;
    • propagateToWrapped Link icon

      private final boolean propagateToWrapped
      Mappings:
      Namespace Name Mixin selector
      named propagateToWrapped Lnet/minecraft/world/chunk/WrapperProtoChunk;propagateToWrapped:Z
      intermediary field_34554 Lnet/minecraft/class_2821;field_34554:Z
      official o Ldzc;o:Z
  • Constructor Details Link icon

    • WrapperProtoChunk Link icon

      public WrapperProtoChunk(WorldChunk wrapped, boolean propagateToWrapped)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/world/chunk/WrapperProtoChunk;<init>(Lnet/minecraft/world/chunk/WorldChunk;Z)V
      intermediary <init> Lnet/minecraft/class_2821;<init>(Lnet/minecraft/class_2818;Z)V
      official <init> Ldzc;<init>(Ldzd;Z)V
  • Method Details Link icon

    • getBlockEntity Link icon

      @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
      named getBlockEntity Lnet/minecraft/world/BlockView;getBlockEntity(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/block/entity/BlockEntity;
      intermediary method_8321 Lnet/minecraft/class_1922;method_8321(Lnet/minecraft/class_2338;)Lnet/minecraft/class_2586;
      official c_ Ldfo;c_(Lji;)Ldua;
    • getBlockState Link icon

      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
      Implementation Note:
      This returns the block state for Blocks.VOID_AIR if the Y coordinate is outside the height limit.
      Mappings:
      Namespace Name Mixin selector
      named getBlockState Lnet/minecraft/world/BlockView;getBlockState(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/block/BlockState;
      intermediary method_8320 Lnet/minecraft/class_1922;method_8320(Lnet/minecraft/class_2338;)Lnet/minecraft/class_2680;
      official a_ Ldfo;a_(Lji;)Ldwy;
    • getFluidState Link icon

      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
      Implementation Note:
      This returns the fluid state for Fluids.EMPTY if the Y coordinate is outside the height limit.
      Mappings:
      Namespace Name Mixin selector
      named getFluidState Lnet/minecraft/world/BlockView;getFluidState(Lnet/minecraft/util/math/BlockPos;)Lnet/minecraft/fluid/FluidState;
      intermediary method_8316 Lnet/minecraft/class_1922;method_8316(Lnet/minecraft/class_2338;)Lnet/minecraft/class_3610;
      official b_ Ldfo;b_(Lji;)Leta;
    • getSection Link icon

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

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

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

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

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

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

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

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

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

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

      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
      named getBiomeForNoiseGen Lnet/minecraft/world/biome/source/BiomeAccess$Storage;getBiomeForNoiseGen(III)Lnet/minecraft/registry/entry/RegistryEntry;
      intermediary method_16359 Lnet/minecraft/class_4543$class_4544;method_16359(III)Lnet/minecraft/class_6880;
      official getNoiseBiome Ldhn$a;getNoiseBiome(III)Ljr;
    • getPos Link icon

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

      @Nullable public @Nullable StructureStart getStructureStart(Structure structure)
      Specified by:
      getStructureStart in interface StructureHolder
      Overrides:
      getStructureStart in class Chunk
      Mappings:
      Namespace Name Mixin selector
      named getStructureStart Lnet/minecraft/world/StructureHolder;getStructureStart(Lnet/minecraft/world/gen/structure/Structure;)Lnet/minecraft/structure/StructureStart;
      intermediary method_12181 Lnet/minecraft/class_2810;method_12181(Lnet/minecraft/class_3195;)Lnet/minecraft/class_3449;
      official a Ldzp;a(Lenn;)Lenv;
    • setStructureStart Link icon

      public void setStructureStart(Structure structure, StructureStart start)
      Specified by:
      setStructureStart in interface StructureHolder
      Overrides:
      setStructureStart in class ProtoChunk
      Mappings:
      Namespace Name Mixin selector
      named setStructureStart Lnet/minecraft/world/StructureHolder;setStructureStart(Lnet/minecraft/world/gen/structure/Structure;Lnet/minecraft/structure/StructureStart;)V
      intermediary method_12184 Lnet/minecraft/class_2810;method_12184(Lnet/minecraft/class_3195;Lnet/minecraft/class_3449;)V
      official a Ldzp;a(Lenn;Lenv;)V
    • getStructureStarts Link icon

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

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

      public LongSet getStructureReferences(Structure structure)
      Specified by:
      getStructureReferences in interface StructureHolder
      Overrides:
      getStructureReferences in class Chunk
      Mappings:
      Namespace Name Mixin selector
      named getStructureReferences Lnet/minecraft/world/StructureHolder;getStructureReferences(Lnet/minecraft/world/gen/structure/Structure;)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;
      official b Ldzp;b(Lenn;)Lit/unimi/dsi/fastutil/longs/LongSet;
    • addStructureReference Link icon

      public void addStructureReference(Structure structure, long reference)
      Specified by:
      addStructureReference in interface StructureHolder
      Overrides:
      addStructureReference in class Chunk
      Mappings:
      Namespace Name Mixin selector
      named addStructureReference Lnet/minecraft/world/StructureHolder;addStructureReference(Lnet/minecraft/world/gen/structure/Structure;J)V
      intermediary method_12182 Lnet/minecraft/class_2810;method_12182(Lnet/minecraft/class_3195;J)V
      official a Ldzp;a(Lenn;J)V
    • getStructureReferences Link icon

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

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

      public void markNeedsSaving()
      Overrides:
      markNeedsSaving in class Chunk
      Mappings:
      Namespace Name Mixin selector
      named markNeedsSaving Lnet/minecraft/world/chunk/Chunk;markNeedsSaving()V
      intermediary method_65063 Lnet/minecraft/class_2791;method_65063()V
      official i Ldyt;i()V
    • isSerializable Link icon

      public boolean isSerializable()
      Overrides:
      isSerializable in class Chunk
      Mappings:
      Namespace Name Mixin selector
      named isSerializable Lnet/minecraft/world/chunk/Chunk;isSerializable()Z
      intermediary method_65069 Lnet/minecraft/class_2791;method_65069()Z
      official s Ldyt;s()Z
    • tryMarkSaved Link icon

      public boolean tryMarkSaved()
      Overrides:
      tryMarkSaved in class Chunk
      Mappings:
      Namespace Name Mixin selector
      named tryMarkSaved Lnet/minecraft/world/chunk/Chunk;tryMarkSaved()Z
      intermediary method_65064 Lnet/minecraft/class_2791;method_65064()Z
      official j Ldyt;j()Z
    • needsSaving Link icon

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

      public ChunkStatus getStatus()
      Overrides:
      getStatus in class ProtoChunk
      Mappings:
      Namespace Name Mixin selector
      named getStatus Lnet/minecraft/world/chunk/Chunk;getStatus()Lnet/minecraft/world/chunk/ChunkStatus;
      intermediary method_12009 Lnet/minecraft/class_2791;method_12009()Lnet/minecraft/class_2806;
      official n Ldyt;n()Ldzu;
    • removeBlockEntity Link icon

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

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

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

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

      @Nullable public @Nullable NbtCompound getPackedBlockEntityNbt(BlockPos pos, RegistryWrapper.WrapperLookup registries)
      Overrides:
      getPackedBlockEntityNbt in class ProtoChunk
      Mappings:
      Namespace Name Mixin selector
      named getPackedBlockEntityNbt Lnet/minecraft/world/chunk/Chunk;getPackedBlockEntityNbt(Lnet/minecraft/util/math/BlockPos;Lnet/minecraft/registry/RegistryWrapper$WrapperLookup;)Lnet/minecraft/nbt/NbtCompound;
      intermediary method_20598 Lnet/minecraft/class_2791;method_20598(Lnet/minecraft/class_2338;Lnet/minecraft/class_7225$class_7874;)Lnet/minecraft/class_2487;
      official a Ldyt;a(Lji;Ljt$a;)Ltq;
    • forEachBlockMatchingPredicate Link icon

      public void forEachBlockMatchingPredicate(Predicate<BlockState> predicate, BiConsumer<BlockPos,BlockState> consumer)
      Overrides:
      forEachBlockMatchingPredicate in class Chunk
      Mappings:
      Namespace Name Mixin selector
      named forEachBlockMatchingPredicate Lnet/minecraft/world/chunk/Chunk;forEachBlockMatchingPredicate(Ljava/util/function/Predicate;Ljava/util/function/BiConsumer;)V
      intermediary method_51525 Lnet/minecraft/class_2791;method_51525(Ljava/util/function/Predicate;Ljava/util/function/BiConsumer;)V
      official a Ldyt;a(Ljava/util/function/Predicate;Ljava/util/function/BiConsumer;)V
    • getBlockTickScheduler Link icon

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

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

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

      @Nullable public @Nullable BlendingData getBlendingData()
      Overrides:
      getBlendingData in class Chunk
      Mappings:
      Namespace Name Mixin selector
      named getBlendingData Lnet/minecraft/world/chunk/Chunk;getBlendingData()Lnet/minecraft/world/gen/chunk/BlendingData;
      intermediary method_39299 Lnet/minecraft/class_2791;method_39299()Lnet/minecraft/class_6749;
      official v Ldyt;v()Ledw;
    • getCarvingMask Link icon

      public CarvingMask getCarvingMask()
      Overrides:
      getCarvingMask in class ProtoChunk
      Mappings:
      Namespace Name Mixin selector
      named getCarvingMask Lnet/minecraft/world/chunk/ProtoChunk;getCarvingMask()Lnet/minecraft/world/gen/carver/CarvingMask;
      intermediary method_12025 Lnet/minecraft/class_2839;method_12025()Lnet/minecraft/class_6643;
      official E Ldzn;E()Ldys;
    • getOrCreateCarvingMask Link icon

      public CarvingMask getOrCreateCarvingMask()
      Overrides:
      getOrCreateCarvingMask in class ProtoChunk
      Mappings:
      Namespace Name Mixin selector
      named getOrCreateCarvingMask Lnet/minecraft/world/chunk/ProtoChunk;getOrCreateCarvingMask()Lnet/minecraft/world/gen/carver/CarvingMask;
      intermediary method_28510 Lnet/minecraft/class_2839;method_28510()Lnet/minecraft/class_6643;
      official F Ldzn;F()Ldys;
    • getWrappedChunk Link icon

      public WorldChunk getWrappedChunk()
      Mappings:
      Namespace Name Mixin selector
      named getWrappedChunk Lnet/minecraft/world/chunk/WrapperProtoChunk;getWrappedChunk()Lnet/minecraft/world/chunk/WorldChunk;
      intermediary method_12240 Lnet/minecraft/class_2821;method_12240()Lnet/minecraft/class_2818;
      official G Ldzc;G()Ldzd;
    • isLightOn Link icon

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

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

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

      public void refreshSurfaceY()
      Overrides:
      refreshSurfaceY in class Chunk
      Mappings:
      Namespace Name Mixin selector
      named refreshSurfaceY Lnet/minecraft/world/chunk/Chunk;refreshSurfaceY()V
      intermediary method_51522 Lnet/minecraft/class_2791;method_51522()V
      official C Ldyt;C()V
    • getChunkSkyLight Link icon

      public ChunkSkyLight getChunkSkyLight()
      Specified by:
      getChunkSkyLight in interface LightSourceView
      Overrides:
      getChunkSkyLight in class Chunk
      Mappings:
      Namespace Name Mixin selector
      named getChunkSkyLight Lnet/minecraft/world/chunk/light/LightSourceView;getChunkSkyLight()Lnet/minecraft/world/chunk/light/ChunkSkyLight;
      intermediary method_12018 Lnet/minecraft/class_8527;method_12018()Lnet/minecraft/class_8528;
      official D Ldzf;D()Lesk;