Package net.minecraft.world.chunk.light
Interface LightingView
- All Known Subinterfaces:
ChunkLightingView
- All Known Implementing Classes:
ChunkBlockLightProvider
,ChunkLightingView.Empty
,ChunkLightProvider
,ChunkSkyLightProvider
,LightingProvider
,ServerLightingProvider
public interface LightingView
- Mappings:
Namespace Name official eae
intermediary net/minecraft/class_3565
named net/minecraft/world/chunk/light/LightingView
-
Method Summary
Modifier and TypeMethodDescriptionvoid
checkBlock
(BlockPos pos) int
boolean
void
propagateLight
(ChunkPos chunkPos) void
setColumnEnabled
(ChunkPos pos, boolean retainData) default void
setSectionStatus
(BlockPos pos, boolean notReady) void
setSectionStatus
(ChunkSectionPos pos, boolean notReady)
-
Method Details
-
checkBlock
- Mappings:
Namespace Name Mixin selector official a
Leae;a(Lgw;)V
intermediary method_15513
Lnet/minecraft/class_3565;method_15513(Lnet/minecraft/class_2338;)V
named checkBlock
Lnet/minecraft/world/chunk/light/LightingView;checkBlock(Lnet/minecraft/util/math/BlockPos;)V
-
hasUpdates
boolean hasUpdates()- Mappings:
Namespace Name Mixin selector official J_
Leae;J_()Z
intermediary method_15518
Lnet/minecraft/class_3565;method_15518()Z
named hasUpdates
Lnet/minecraft/world/chunk/light/LightingView;hasUpdates()Z
-
doLightUpdates
int doLightUpdates()- Mappings:
Namespace Name Mixin selector official a
Leae;a()I
intermediary method_15516
Lnet/minecraft/class_3565;method_15516()I
named doLightUpdates
Lnet/minecraft/world/chunk/light/LightingView;doLightUpdates()I
-
setSectionStatus
- Mappings:
Namespace Name Mixin selector official a
Leae;a(Lgw;Z)V
intermediary method_15552
Lnet/minecraft/class_3565;method_15552(Lnet/minecraft/class_2338;Z)V
named setSectionStatus
Lnet/minecraft/world/chunk/light/LightingView;setSectionStatus(Lnet/minecraft/util/math/BlockPos;Z)V
-
setSectionStatus
- Mappings:
Namespace Name Mixin selector official a
Leae;a(Lhw;Z)V
intermediary method_15551
Lnet/minecraft/class_3565;method_15551(Lnet/minecraft/class_4076;Z)V
named setSectionStatus
Lnet/minecraft/world/chunk/light/LightingView;setSectionStatus(Lnet/minecraft/util/math/ChunkSectionPos;Z)V
-
setColumnEnabled
- Mappings:
Namespace Name Mixin selector official a
Leae;a(Lcpc;Z)V
intermediary method_15512
Lnet/minecraft/class_3565;method_15512(Lnet/minecraft/class_1923;Z)V
named setColumnEnabled
Lnet/minecraft/world/chunk/light/LightingView;setColumnEnabled(Lnet/minecraft/util/math/ChunkPos;Z)V
-
propagateLight
- Mappings:
Namespace Name Mixin selector official b
Leae;b(Lcpc;)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
-