Interface ChunkLightingView

All Superinterfaces:
LightingView
All Known Implementing Classes:
ChunkBlockLightProvider, ChunkLightingView.Empty, ChunkLightProvider, ChunkSkyLightProvider

public interface ChunkLightingView
extends LightingView
Mappings:
Namespace Name
official daa
intermediary net/minecraft/class_3562
named net/minecraft/world/chunk/light/ChunkLightingView
  • Method Details

    • getLightSection

      @Nullable ChunkNibbleArray getLightSection​(ChunkSectionPos pos)
      Mappings:
      Namespace Name Mixin selector
      official a Ldaa;a(Lgq;)Lcjq;
      intermediary method_15544 Lnet/minecraft/class_3562;method_15544(Lnet/minecraft/class_4076;)Lnet/minecraft/class_2804;
      named getLightSection Lnet/minecraft/world/chunk/light/ChunkLightingView;getLightSection(Lnet/minecraft/util/math/ChunkSectionPos;)Lnet/minecraft/world/chunk/ChunkNibbleArray;
    • getLightLevel

      int getLightLevel​(BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official b Ldaa;b(Lfx;)I
      intermediary method_15543 Lnet/minecraft/class_3562;method_15543(Lnet/minecraft/class_2338;)I
      named getLightLevel Lnet/minecraft/world/chunk/light/ChunkLightingView;getLightLevel(Lnet/minecraft/util/math/BlockPos;)I