类 Climate.RTree.Node<T>
java.lang.Object
net.minecraft.world.level.biome.Climate.RTree.Node<T>
- 直接已知子类:
Climate.RTree.Leaf
,Climate.RTree.SubTree
- 封闭类:
- Climate.RTree<T>
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected long
distance
(long[] pValues) protected abstract Climate.RTree.Leaf<T>
search
(long[] pSearchedValues, Climate.RTree.Leaf<T> pLeaf, Climate.DistanceMetric<T> pMetric) toString()
-
字段详细资料
-
parameterSpace
-
-
构造器详细资料
-
Node
-
-
方法详细资料
-
search
protected abstract Climate.RTree.Leaf<T> search(long[] pSearchedValues, @Nullable Climate.RTree.Leaf<T> pLeaf, Climate.DistanceMetric<T> pMetric) -
distance
protected long distance(long[] pValues) -
toString
-