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_295110_, Direction p_295920_, int p_295951_) -
Method Summary
Modifier and TypeMethodDescription(package private) void
addSourceDirection
(Direction p_295444_) boolean
(package private) boolean
hasDirection
(Direction p_294996_) int
hashCode()
protected boolean
hasSourceDirection
(int p_294302_) (package private) boolean
(package private) void
setDirections
(byte p_295029_, Direction p_296033_)
-
Field Details
-
section
-
sourceDirections
private byte sourceDirections -
directions
byte directions -
step
protected final int step
-
-
Constructor Details
-
Node
Node(SectionRenderDispatcher.RenderSection p_295110_, @Nullable Direction p_295920_, int p_295951_)
-
-
Method Details