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 pSection, Direction pSourceDirection, int pStep) -
Method Summary
Modifier and TypeMethodDescription(package private) void
addSourceDirection
(Direction pSourceDirection) boolean
(package private) boolean
hasDirection
(Direction pDirection) int
hashCode()
protected boolean
hasSourceDirection
(int pDirection) (package private) boolean
(package private) void
setDirections
(byte pCurrentValue, Direction pDirection)
-
Field Details
-
section
-
sourceDirections
private byte sourceDirections -
directions
byte directions -
step
protected final int step
-
-
Constructor Details
-
Node
Node(SectionRenderDispatcher.RenderSection pSection, @Nullable Direction pSourceDirection, int pStep)
-
-
Method Details