Package net.minecraft.client.renderer
Class SectionOcclusionGraph.Node
java.lang.Object
net.minecraft.client.renderer.SectionOcclusionGraph.Node
- Enclosing class:
- SectionOcclusionGraph
- 
Field SummaryFieldsModifier and TypeFieldDescription(package private) byteprotected final SectionRenderDispatcher.RenderSectionprivate byteprotected final int
- 
Constructor SummaryConstructorsConstructorDescriptionNode(SectionRenderDispatcher.RenderSection p_299649_, Direction p_299325_, int p_298364_) 
- 
Method SummaryModifier and TypeMethodDescription(package private) voidaddSourceDirection(Direction p_299877_) boolean(package private) booleanhasDirection(Direction p_299145_) inthashCode()protected booleanhasSourceDirection(int p_301075_) (package private) boolean(package private) voidsetDirections(byte p_298984_, Direction p_300480_) 
- 
Field Details- 
section
- 
sourceDirectionsprivate byte sourceDirections
- 
directionsbyte directions
- 
stepprotected final int step
 
- 
- 
Constructor Details- 
NodeNode(SectionRenderDispatcher.RenderSection p_299649_, @Nullable Direction p_299325_, int p_298364_) 
 
- 
- 
Method Details