Interface Octree.Node
- All Known Implementing Classes:
Octree.Branch,Octree.Leaf
- Enclosing class:
Octree
@Environment(CLIENT)
public static interface Octree.Node
- Mappings:
Namespace Name named net/minecraft/client/render/chunk/Octree$Nodeintermediary net/minecraft/class_10143$class_10147official hkb$d
-
Method Summary
Modifier and TypeMethodDescription@Nullable ChunkBuilder.BuiltChunkvoidvisit(Octree.Visitor visitor, boolean skipVisibilityCheck, Frustum frustum, int depth, int margin, boolean nearCenter)
-
Method Details
-
visit
void visit(Octree.Visitor visitor, boolean skipVisibilityCheck, Frustum frustum, int depth, int margin, boolean nearCenter) - Mappings:
Namespace Name Mixin selector named visitLnet/minecraft/client/render/chunk/Octree$Node;visit(Lnet/minecraft/client/render/chunk/Octree$Visitor;ZLnet/minecraft/client/render/Frustum;IIZ)Vintermediary method_62917Lnet/minecraft/class_10143$class_10147;method_62917(Lnet/minecraft/class_10143$class_10148;ZLnet/minecraft/class_4604;IIZ)Vofficial aLhkb$d;a(Lhkb$e;ZLhpj;IIZ)V
-
getBuiltChunk
@Nullable ChunkBuilder.BuiltChunk getBuiltChunk()- Mappings:
Namespace Name Mixin selector named getBuiltChunkLnet/minecraft/client/render/chunk/Octree$Node;getBuiltChunk()Lnet/minecraft/client/render/chunk/ChunkBuilder$BuiltChunk;intermediary method_62915Lnet/minecraft/class_10143$class_10147;method_62915()Lnet/minecraft/class_846$class_851;official aLhkb$d;a()Lhpe$a;
-
getBoundingBox
Box getBoundingBox()- Mappings:
Namespace Name Mixin selector named getBoundingBoxLnet/minecraft/client/render/chunk/Octree$Node;getBoundingBox()Lnet/minecraft/util/math/Box;intermediary method_62920Lnet/minecraft/class_10143$class_10147;method_62920()Lnet/minecraft/class_238;official bLhkb$d;b()Lfru;
-