Package net.minecraft.world.level.biome
Class Climate.RTree.Leaf<T>
java.lang.Object
net.minecraft.world.level.biome.Climate.RTree.Node<T>
net.minecraft.world.level.biome.Climate.RTree.Leaf<T>
- Enclosing class:
- Climate.RTree<T>
-
Field Summary
Fields inherited from class net.minecraft.world.level.biome.Climate.RTree.Node
parameterSpace
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected Climate.RTree.Leaf<T>
search
(long[] p_186953_, Climate.RTree.Leaf<T> p_186954_, Climate.DistanceMetric<T> p_186955_) Methods inherited from class net.minecraft.world.level.biome.Climate.RTree.Node
distance, toString
-
Field Details
-
value
-
-
Constructor Details
-
Leaf
Leaf(Climate.ParameterPoint p_186950_, T p_186951_)
-
-
Method Details
-
search
protected Climate.RTree.Leaf<T> search(long[] p_186953_, @Nullable Climate.RTree.Leaf<T> p_186954_, Climate.DistanceMetric<T> p_186955_) - Specified by:
search
in classClimate.RTree.Node<T>
-