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) byteprotected final SectionRenderDispatcher.RenderSectionprivate byteprotected final int -
Constructor Summary
ConstructorsConstructorDescriptionNode(SectionRenderDispatcher.RenderSection section, Direction sourceDirection, int step) -
Method Summary
Modifier and TypeMethodDescription(package private) voidaddSourceDirection(Direction sourceDirection) boolean(package private) booleanhasDirection(Direction direction) inthashCode()protected booleanhasSourceDirection(int direction) (package private) boolean(package private) voidsetDirections(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