Class ChunkBlockLightProvider

All Implemented Interfaces:
ChunkLightingView, LightingView

public final class ChunkBlockLightProvider extends ChunkLightProvider<BlockLightStorage.Data,BlockLightStorage>
Mappings:
Namespace Name
official dwj
intermediary net/minecraft/class_3552
named net/minecraft/world/chunk/light/ChunkBlockLightProvider
  • Field Details

    • mutablePos

      private final BlockPos.Mutable mutablePos
      Mappings:
      Namespace Name Mixin selector
      official g Ldwj;g:Lgu$a;
      intermediary field_16511 Lnet/minecraft/class_3552;field_16511:Lnet/minecraft/class_2338$class_2339;
      named mutablePos Lnet/minecraft/world/chunk/light/ChunkBlockLightProvider;mutablePos:Lnet/minecraft/util/math/BlockPos$Mutable;
  • Constructor Details

    • ChunkBlockLightProvider

      public ChunkBlockLightProvider(ChunkProvider chunkProvider)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldwj;<init>(Ldei;)V
      intermediary <init> Lnet/minecraft/class_3552;<init>(Lnet/minecraft/class_2823;)V
      named <init> Lnet/minecraft/world/chunk/light/ChunkBlockLightProvider;<init>(Lnet/minecraft/world/chunk/ChunkProvider;)V
    • ChunkBlockLightProvider

      public ChunkBlockLightProvider(ChunkProvider chunkProvider, BlockLightStorage blockLightStorage)
      Mappings:
      Namespace Name Mixin selector
      official <init> Ldwj;<init>(Ldei;Ldwk;)V
      intermediary <init> Lnet/minecraft/class_3552;<init>(Lnet/minecraft/class_2823;Lnet/minecraft/class_3547;)V
      named <init> Lnet/minecraft/world/chunk/light/ChunkBlockLightProvider;<init>(Lnet/minecraft/world/chunk/ChunkProvider;Lnet/minecraft/world/chunk/light/BlockLightStorage;)V
  • Method Details

    • method_51529

      protected void method_51529(long blockPos)
      Specified by:
      method_51529 in class ChunkLightProvider<BlockLightStorage.Data,BlockLightStorage>
      Mappings:
      Namespace Name Mixin selector
      official a Ldws;a(J)V
      intermediary method_51529 Lnet/minecraft/class_3558;method_51529(J)V
      named method_51529 Lnet/minecraft/world/chunk/light/ChunkLightProvider;method_51529(J)V
    • method_51531

      protected void method_51531(long blockPos, long long2, int int2)
      Specified by:
      method_51531 in class ChunkLightProvider<BlockLightStorage.Data,BlockLightStorage>
      Mappings:
      Namespace Name Mixin selector
      official a Ldws;a(JJI)V
      intermediary method_51531 Lnet/minecraft/class_3558;method_51531(JJI)V
      named method_51531 Lnet/minecraft/world/chunk/light/ChunkLightProvider;method_51531(JJI)V
    • method_51530

      protected void method_51530(long blockPos, long long2)
      Specified by:
      method_51530 in class ChunkLightProvider<BlockLightStorage.Data,BlockLightStorage>
      Mappings:
      Namespace Name Mixin selector
      official a Ldws;a(JJ)V
      intermediary method_51530 Lnet/minecraft/class_3558;method_51530(JJ)V
      named method_51530 Lnet/minecraft/world/chunk/light/ChunkLightProvider;method_51530(JJ)V
    • getLightSourceLuminance

      private int getLightSourceLuminance(long blockPos, BlockState blockState)
      Mappings:
      Namespace Name Mixin selector
      official a Ldwj;a(JLdby;)I
      intermediary method_15474 Lnet/minecraft/class_3552;method_15474(JLnet/minecraft/class_2680;)I
      named getLightSourceLuminance Lnet/minecraft/world/chunk/light/ChunkBlockLightProvider;getLightSourceLuminance(JLnet/minecraft/block/BlockState;)I
    • propagateLight

      public void propagateLight(ChunkPos chunkPos)
      Mappings:
      Namespace Name Mixin selector
      official b Ldwt;b(Lclr;)V
      intermediary method_51471 Lnet/minecraft/class_3565;method_51471(Lnet/minecraft/class_1923;)V
      named propagateLight Lnet/minecraft/world/chunk/light/LightingView;propagateLight(Lnet/minecraft/util/math/ChunkPos;)V