Enchantment Value Estimator
class EnchantmentValueEstimator(weightedEnchantments: EnchantmentValueEstimator.WeightedEnchantment) : Comparator<ItemStack>
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun <U : Comparable<in U?>?> thenComparing(keyExtractor: Function<in ItemStack?, out U?>?): Comparator<ItemStack?>?
open fun <U : Any?> thenComparing(keyExtractor: Function<in ItemStack?, out U?>?, keyComparator: Comparator<in U?>?): Comparator<ItemStack?>?
Link copied to clipboard
open fun thenComparingDouble(keyExtractor: ToDoubleFunction<in ItemStack?>?): Comparator<ItemStack?>?
Link copied to clipboard
Link copied to clipboard