Uses of Class
net.minecraft.world.level.biome.Climate.RTree.Leaf
Packages that use Climate.RTree.Leaf
-
Uses of Climate.RTree.Leaf in net.minecraft.world.level.biome
Fields in net.minecraft.world.level.biome with type parameters of type Climate.RTree.LeafModifier and TypeFieldDescriptionprivate final ThreadLocal
<Climate.RTree.Leaf<T>> Climate.RTree.lastResult
Methods in net.minecraft.world.level.biome that return Climate.RTree.LeafModifier and TypeMethodDescriptionprotected 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) protected Climate.RTree.Leaf
<T> Climate.RTree.SubTree.search
(long[] pSearchedValues, Climate.RTree.Leaf<T> pLeaf, Climate.DistanceMetric<T> pMetric) Methods in net.minecraft.world.level.biome with parameters of type Climate.RTree.LeafModifier and TypeMethodDescriptionprotected 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) protected Climate.RTree.Leaf
<T> Climate.RTree.SubTree.search
(long[] pSearchedValues, Climate.RTree.Leaf<T> pLeaf, Climate.DistanceMetric<T> pMetric)