Package net.minecraft.world.chunk.light
Interface ChunkLightingView
- All Superinterfaces:
LightingView
- All Known Implementing Classes:
ChunkBlockLightProvider,ChunkLightingView.Empty,ChunkLightProvider,ChunkSkyLightProvider
public interface ChunkLightingView extends LightingView
- Mappings:
Namespace Name official ddfintermediary net/minecraft/class_3562named net/minecraft/world/chunk/light/ChunkLightingView
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classChunkLightingView.Empty -
Method Summary
Modifier and Type Method Description intgetLightLevel(BlockPos pos)@Nullable ChunkNibbleArraygetLightSection(ChunkSectionPos pos)Methods inherited from interface net.minecraft.world.chunk.light.LightingView
addLightSource, checkBlock, doLightUpdates, hasUpdates, setColumnEnabled, setSectionStatus, setSectionStatus
-
Method Details
-
getLightSection
- Mappings:
Namespace Name Mixin selector official aLddf;a(Lgu;)Lclp;intermediary method_15544Lnet/minecraft/class_3562;method_15544(Lnet/minecraft/class_4076;)Lnet/minecraft/class_2804;named getLightSectionLnet/minecraft/world/chunk/light/ChunkLightingView;getLightSection(Lnet/minecraft/util/math/ChunkSectionPos;)Lnet/minecraft/world/chunk/ChunkNibbleArray;
-
getLightLevel
- Mappings:
Namespace Name Mixin selector official bLddf;b(Lgb;)Iintermediary method_15543Lnet/minecraft/class_3562;method_15543(Lnet/minecraft/class_2338;)Inamed getLightLevelLnet/minecraft/world/chunk/light/ChunkLightingView;getLightLevel(Lnet/minecraft/util/math/BlockPos;)I
-