Uses of Interface
net.minecraft.world.chunk.light.LightSourceView
Package
Description
-
Uses of LightSourceView in net.minecraft.server.world
Modifier and TypeMethodDescription@Nullable LightSourceView
ServerChunkManager.getChunk
(int chunkX, int chunkZ) -
Uses of LightSourceView in net.minecraft.world.chunk
Modifier 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.Modifier and TypeMethodDescription@Nullable LightSourceView
ChunkManager.getChunk
(int chunkX, int chunkZ) @Nullable LightSourceView
ChunkProvider.getChunk
(int chunkX, int chunkZ) -
Uses of LightSourceView in net.minecraft.world.chunk.light
Modifier and TypeMethodDescriptionprotected @Nullable LightSourceView
ChunkLightProvider.getChunk
(int chunkX, int chunkZ)