Uses of Class
net.minecraft.world.level.biome.Climate.RTree.Node
Packages that use Climate.RTree.Node
-
Uses of Climate.RTree.Node in net.minecraft.world.level.biome
Subclasses of Climate.RTree.Node in net.minecraft.world.level.biomeModifier and TypeClassDescription(package private) static final class
(package private) static final class
Fields in net.minecraft.world.level.biome declared as Climate.RTree.NodeModifier and TypeFieldDescription(package private) final Climate.RTree.Node<T>[]
Climate.RTree.SubTree.children
private final Climate.RTree.Node<T>
Climate.RTree.root
Methods in net.minecraft.world.level.biome that return Climate.RTree.NodeModifier and TypeMethodDescriptionprivate static <T> Climate.RTree.Node<T>
Climate.RTree.build
(int p_186921_, List<? extends Climate.RTree.Node<T>> p_186922_) Methods in net.minecraft.world.level.biome that return types with arguments of type Climate.RTree.NodeModifier and TypeMethodDescriptionprivate static <T> Comparator<Climate.RTree.Node<T>>
Climate.RTree.comparator
(int p_186924_, boolean p_186925_) Methods in net.minecraft.world.level.biome with parameters of type Climate.RTree.NodeModifier and TypeMethodDescriptionlong
Climate.DistanceMetric.distance
(Climate.RTree.Node<T> p_186810_, long[] p_186811_) Method parameters in net.minecraft.world.level.biome with type arguments of type Climate.RTree.NodeModifier and TypeMethodDescriptionprivate static <T> List<Climate.RTree.SubTree<T>>
Climate.RTree.bucketize
(List<? extends Climate.RTree.Node<T>> p_186945_) private static <T> Climate.RTree.Node<T>
Climate.RTree.build
(int p_186921_, List<? extends Climate.RTree.Node<T>> p_186922_) (package private) static <T> List<Climate.Parameter>
Climate.RTree.buildParameterSpace
(List<? extends Climate.RTree.Node<T>> p_186947_) private static <T> void
Climate.RTree.sort
(List<? extends Climate.RTree.Node<T>> p_186938_, int p_186939_, int p_186940_, boolean p_186941_) Constructors in net.minecraft.world.level.biome with parameters of type Climate.RTree.NodeConstructor parameters in net.minecraft.world.level.biome with type arguments of type Climate.RTree.Node