Package net.minecraft.client.renderer
Class LevelRenderer.RenderChunkInfo
java.lang.Object
net.minecraft.client.renderer.LevelRenderer.RenderChunkInfo
- Enclosing class:
- LevelRenderer
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) ChunkRenderDispatcher.RenderChunk(package private) byteprivate byte(package private) int -
Constructor Summary
ConstructorsConstructorDescriptionRenderChunkInfo(ChunkRenderDispatcher.RenderChunk p_173022_, Direction p_173023_, int p_173024_) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddSourceDirection(Direction p_173029_)booleanhasDirection(Direction p_109860_)booleanhasSourceDirection(int p_173027_)booleanvoidsetDirections(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()
-