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) ChunkRenderDispatcher.RenderChunk
(package private) byte
private byte
(package private) int
-
Constructor Summary
ConstructorDescriptionRenderChunkInfo(ChunkRenderDispatcher.RenderChunk p_173022_, Direction p_173023_, int p_173024_)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addSourceDirection(Direction p_173029_)
boolean
hasDirection(Direction p_109860_)
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
-
setDirections
-
hasDirection
-
addSourceDirection
-
hasSourceDirection
public boolean hasSourceDirection(int p_173027_) -
hasSourceDirections
public boolean hasSourceDirections()
-