Uses of Interface
net.minecraft.world.level.biome.Climate.DistanceMetric
Packages that use Climate.DistanceMetric
-
Uses of Climate.DistanceMetric in net.minecraft.world.level.biome
Methods in net.minecraft.world.level.biome with parameters of type Climate.DistanceMetricModifier and TypeMethodDescriptionprotected T
Climate.ParameterList.findValueIndex
(Climate.TargetPoint pTargetPoint, Climate.DistanceMetric<T> pDistanceMetric) protected Climate.RTree.Leaf
<T> Climate.RTree.Leaf.search
(long[] pSearchedValues, Climate.RTree.Leaf<T> pLeaf, Climate.DistanceMetric<T> pMetric) protected abstract Climate.RTree.Leaf
<T> Climate.RTree.Node.search
(long[] pSearchedValues, Climate.RTree.Leaf<T> pLeaf, Climate.DistanceMetric<T> pMetric) Climate.RTree.search
(Climate.TargetPoint pTargetPoint, Climate.DistanceMetric<T> pDistanceMetric) protected Climate.RTree.Leaf
<T> Climate.RTree.SubTree.search
(long[] pSearchedValues, Climate.RTree.Leaf<T> pLeaf, Climate.DistanceMetric<T> pMetric)