Package net.minecraft.client.renderer
Class SectionOcclusionGraph.Node
java.lang.Object
net.minecraft.client.renderer.SectionOcclusionGraph.Node
- Enclosing class:
- SectionOcclusionGraph
-
Field Summary
Modifier and TypeFieldDescription(package private) byte
protected final SectionRenderDispatcher.RenderSection
private byte
protected final int
-
Constructor Summary
ConstructorDescriptionNode
(SectionRenderDispatcher.RenderSection p_299649_, Direction p_299325_, int p_298364_) -
Method Summary
Modifier and TypeMethodDescription(package private) void
addSourceDirection
(Direction p_299877_) boolean
(package private) boolean
hasDirection
(Direction p_299145_) int
hashCode()
protected boolean
hasSourceDirection
(int p_301075_) (package private) boolean
(package private) void
setDirections
(byte p_298984_, Direction p_300480_)
-
Field Details
-
section
-
sourceDirections
private byte sourceDirections -
directions
byte directions -
step
protected final int step
-
-
Constructor Details
-
Node
Node(SectionRenderDispatcher.RenderSection p_299649_, @Nullable Direction p_299325_, int p_298364_)
-
-
Method Details