Class Octree.Leaf
java.lang.Object
net.minecraft.client.renderer.Octree.Leaf
- All Implemented Interfaces:
Octree.Node
- Enclosing class:
Octree
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAABB()voidvisitNodes(Octree.OctreeVisitor visitor, boolean skipFrustumCheck, Frustum frustum, int depth, int closeDistance, boolean isClose)
-
Field Details
-
section
-
-
Constructor Details
-
Leaf
-
-
Method Details
-
visitNodes
public void visitNodes(Octree.OctreeVisitor visitor, boolean skipFrustumCheck, Frustum frustum, int depth, int closeDistance, boolean isClose) - Specified by:
visitNodesin interfaceOctree.Node
-
getSection
- Specified by:
getSectionin interfaceOctree.Node
-
getAABB
- Specified by:
getAABBin interfaceOctree.Node
-