Package net.minecraft.client.renderer
Class Octree
java.lang.Object
net.minecraft.client.renderer.Octree
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static enum(package private) class(package private) final classstatic interfacestatic interface -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionOctree(SectionPos pCameraSectionPos, int pViewDistance, int pSectionGridSizeY, int pMinY) -
Method Summary
Modifier and TypeMethodDescriptionbooleanadd(SectionRenderDispatcher.RenderSection pSection) (package private) booleanisClose(double pMinX, double pMinY, double pMinZ, double pMaxX, double pMaxY, double pMaxZ, int pRadius) voidvisitNodes(Octree.OctreeVisitor pVisitor, Frustum pFrustum, int pNearbyRadius)
-
Field Details
-
root
-
cameraSectionCenter
-
-
Constructor Details
-
Octree
-
-
Method Details
-
add
-
visitNodes
-
isClose
boolean isClose(double pMinX, double pMinY, double pMinZ, double pMaxX, double pMaxY, double pMaxZ, int pRadius)
-