Package net.minecraft.client.renderer
Class LevelRenderer.RenderChunkInfo
java.lang.Object
net.minecraft.client.renderer.LevelRenderer.RenderChunkInfo
- Enclosing class:
- LevelRenderer
-
Field Summary
Modifier and TypeFieldDescription(package private) final ChunkRenderDispatcher.RenderChunk
(package private) byte
private byte
(package private) final int
-
Constructor Summary
ConstructorDescriptionRenderChunkInfo
(ChunkRenderDispatcher.RenderChunk p_173022_, Direction p_173023_, int p_173024_) -
Method Summary
Modifier and TypeMethodDescriptionvoid
addSourceDirection
(Direction p_173029_) boolean
boolean
hasDirection
(Direction p_109860_) int
hashCode()
boolean
hasSourceDirection
(int p_173027_) boolean
void
setDirections
(byte p_109855_, Direction p_109856_)
-
Field Details
-
chunk
-
sourceDirections
private byte sourceDirections -
directions
byte directions -
step
final int step
-
-
Constructor Details
-
RenderChunkInfo
RenderChunkInfo(ChunkRenderDispatcher.RenderChunk p_173022_, @Nullable Direction p_173023_, int p_173024_)
-
-
Method Details