Uses of Interface
net.minecraft.world.chunk.light.LightSourceView
Packages that use LightSourceView
Package
Description
-
Uses of LightSourceView in net.minecraft.server.world
Methods in net.minecraft.server.world that return LightSourceView -
Uses of LightSourceView in net.minecraft.world.chunk
Classes in net.minecraft.world.chunk that implement LightSourceViewModifier and TypeClassDescriptionclass
Represents a scoped, modifiable view of biomes, block states, fluid states and block entities.class
class
class
class
Represents a chunk that wraps a world chunk, used in world generation.Methods in net.minecraft.world.chunk that return LightSourceView -
Uses of LightSourceView in net.minecraft.world.chunk.light
Fields in net.minecraft.world.chunk.light declared as LightSourceViewMethods in net.minecraft.world.chunk.light that return LightSourceViewModifier and TypeMethodDescriptionprotected @Nullable LightSourceView
ChunkLightProvider.getChunk
(int chunkX, int chunkZ)