Package net.minecraft.world.level.biome
Class Climate.RTree.SubTree<T>
java.lang.Object
net.minecraft.world.level.biome.Climate.RTree.Node<T>
net.minecraft.world.level.biome.Climate.RTree.SubTree<T>
- Enclosing class:
Climate.RTree<T>
-
Field Summary
FieldsFields inherited from class net.minecraft.world.level.biome.Climate.RTree.Node
parameterSpace -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSubTree(List<? extends Climate.RTree.Node<T>> parameters) protectedSubTree(List<Climate.Parameter> parameters, List<? extends Climate.RTree.Node<T>> children) -
Method Summary
Modifier and TypeMethodDescriptionprotected Climate.RTree.Leaf<T> search(long[] searchedValues, Climate.RTree.Leaf<T> p_leaf, Climate.DistanceMetric<T> metric) Methods inherited from class net.minecraft.world.level.biome.Climate.RTree.Node
distance, toString
-
Field Details
-
children
-
-
Constructor Details
-
SubTree
-
SubTree
protected SubTree(List<Climate.Parameter> parameters, List<? extends Climate.RTree.Node<T>> children)
-
-
Method Details
-
search
protected Climate.RTree.Leaf<T> search(long[] searchedValues, @Nullable Climate.RTree.Leaf<T> p_leaf, Climate.DistanceMetric<T> metric) - Specified by:
searchin classClimate.RTree.Node<T>
-