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 class
static interface
static interface
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionOctree
(SectionPos pCameraSectionPos, int pViewDistance, int pSectionGridSizeY, int pMinY) -
Method Summary
Modifier and TypeMethodDescriptionboolean
add
(SectionRenderDispatcher.RenderSection pSection) (package private) boolean
isClose
(double pMinX, double pMinY, double pMinZ, double pMaxX, double pMaxY, double pMaxZ, int pRadius) void
visitNodes
(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)
-