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 classFields in net.minecraft.world.level.biome declared as Climate.RTree.NodeModifier and TypeFieldDescription(package private) final Climate.RTree.Node<T>[]Climate.RTree.SubTree.childrenprivate final Climate.RTree.Node<T> Climate.RTree.rootMethods in net.minecraft.world.level.biome that return Climate.RTree.NodeModifier and TypeMethodDescriptionprivate static <T> Climate.RTree.Node<T> Climate.RTree.build(int paramSpaceSize, List<? extends Climate.RTree.Node<T>> children) 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 size, boolean absolute) Methods in net.minecraft.world.level.biome with parameters of type Climate.RTree.NodeModifier and TypeMethodDescriptionlongClimate.DistanceMetric.distance(Climate.RTree.Node<T> node, long[] searchedValues) 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>> nodes) private static <T> Climate.RTree.Node<T> Climate.RTree.build(int paramSpaceSize, List<? extends Climate.RTree.Node<T>> children) (package private) static <T> List<Climate.Parameter> Climate.RTree.buildParameterSpace(List<? extends Climate.RTree.Node<T>> children) private static <T> voidClimate.RTree.sort(List<? extends Climate.RTree.Node<T>> children, int paramSpaceSize, int size, boolean absolute) 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.NodeModifierConstructorDescriptionprotectedSubTree(List<? extends Climate.RTree.Node<T>> parameters)