Package net.minecraft.client.renderer
Class SectionOcclusionGraph.Node
java.lang.Object
net.minecraft.client.renderer.SectionOcclusionGraph.Node
- Enclosing class:
SectionOcclusionGraph
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) byte
protected final SectionRenderDispatcher.RenderSection
private byte
protected final int
-
Constructor Summary
ConstructorsConstructorDescriptionNode
(SectionRenderDispatcher.RenderSection section, Direction sourceDirection, int step) -
Method Summary
Modifier and TypeMethodDescription(package private) void
addSourceDirection
(Direction sourceDirection) boolean
(package private) boolean
hasDirection
(Direction direction) int
hashCode()
protected boolean
hasSourceDirection
(int direction) (package private) boolean
(package private) void
setDirections
(byte currentValue, Direction direction)
-
Field Details
-
section
-
sourceDirections
private byte sourceDirections -
directions
byte directions -
step
protected final int step
-
-
Constructor Details
-
Node
Node(SectionRenderDispatcher.RenderSection section, @Nullable Direction sourceDirection, int step)
-
-
Method Details