Uses of Interface
net.minecraft.client.render.chunk.Octree.Visitor
Packages that use Octree.Visitor
- 
Uses of Octree.Visitor in net.minecraft.client.render.chunkMethods in net.minecraft.client.render.chunk with parameters of type Octree.VisitorModifier and TypeMethodDescriptionvoidOctree.Branch.visit(Octree.Visitor visitor, boolean skipVisibilityCheck, Frustum frustum, int depth, int margin, boolean nearCenter) voidOctree.Leaf.visit(Octree.Visitor visitor, boolean skipVisibilityCheck, Frustum frustum, int depth, int margin, boolean nearCenter) voidOctree.Node.visit(Octree.Visitor visitor, boolean skipVisibilityCheck, Frustum frustum, int depth, int margin, boolean nearCenter) voidOctree.visit(Octree.Visitor visitor, Frustum frustum, int margin)