Class SkyLightStorage.Data

java.lang.Object
net.minecraft.world.chunk.ChunkToNibbleArrayMap<SkyLightStorage.Data>
net.minecraft.world.chunk.light.SkyLightStorage.Data
Enclosing class:
SkyLightStorage

protected static final class SkyLightStorage.Data extends ChunkToNibbleArrayMap<SkyLightStorage.Data>
Mappings:
Namespace Name
official dtd$a
intermediary net/minecraft/class_3569$class_3570
named net/minecraft/world/chunk/light/SkyLightStorage$Data
  • Field Details

    • minSectionY

      int minSectionY
      Mappings:
      Namespace Name Mixin selector
      official b Ldtd$a;b:I
      intermediary field_15822 Lnet/minecraft/class_3569$class_3570;field_15822:I
      named minSectionY Lnet/minecraft/world/chunk/light/SkyLightStorage$Data;minSectionY:I
    • columnToTopSection

      final Long2IntOpenHashMap columnToTopSection
      Mappings:
      Namespace Name Mixin selector
      official c Ldtd$a;c:Lit/unimi/dsi/fastutil/longs/Long2IntOpenHashMap;
      intermediary field_15821 Lnet/minecraft/class_3569$class_3570;field_15821:Lit/unimi/dsi/fastutil/longs/Long2IntOpenHashMap;
      named columnToTopSection Lnet/minecraft/world/chunk/light/SkyLightStorage$Data;columnToTopSection:Lit/unimi/dsi/fastutil/longs/Long2IntOpenHashMap;
  • Constructor Details

    • Data

      public Data(Long2ObjectOpenHashMap<ChunkNibbleArray> arrays, Long2IntOpenHashMap columnToTopSection, int minSectionY)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldtd$a;<init>(Lit/unimi/dsi/fastutil/longs/Long2ObjectOpenHashMap;Lit/unimi/dsi/fastutil/longs/Long2IntOpenHashMap;I)V
      intermediary <init> Lnet/minecraft/class_3569$class_3570;<init>(Lit/unimi/dsi/fastutil/longs/Long2ObjectOpenHashMap;Lit/unimi/dsi/fastutil/longs/Long2IntOpenHashMap;I)V
      named <init> Lnet/minecraft/world/chunk/light/SkyLightStorage$Data;<init>(Lit/unimi/dsi/fastutil/longs/Long2ObjectOpenHashMap;Lit/unimi/dsi/fastutil/longs/Long2IntOpenHashMap;I)V
  • Method Details

    • copy

      public SkyLightStorage.Data copy()
      Specified by:
      copy in class ChunkToNibbleArrayMap<SkyLightStorage.Data>
      Mappings:
      Namespace Name Mixin selector
      official a Ldtd$a;a()Ldtd$a;
      intermediary method_15572 Lnet/minecraft/class_3569$class_3570;method_15572()Lnet/minecraft/class_3569$class_3570;
      named copy Lnet/minecraft/world/chunk/light/SkyLightStorage$Data;copy()Lnet/minecraft/world/chunk/light/SkyLightStorage$Data;