Package net.minecraft.client.renderer
Interface Octree.Node
- All Known Implementing Classes:
Octree.Branch
,Octree.Leaf
- Enclosing class:
Octree
public static interface Octree.Node
-
Method Summary
Modifier and TypeMethodDescriptiongetAABB()
void
visitNodes
(Octree.OctreeVisitor pVisitor, boolean pIsLeafNode, Frustum pFrustum, int pRecursionDepth, int pNearbyRadius, boolean pIsNearby)
-
Method Details
-
visitNodes
void visitNodes(Octree.OctreeVisitor pVisitor, boolean pIsLeafNode, Frustum pFrustum, int pRecursionDepth, int pNearbyRadius, boolean pIsNearby) -
getSection
-
getAABB
AABB getAABB()
-