Package-level declarations
Types
Link copied to clipboard
Automatically heals nearby vanilla-healable mobs using their vanilla repair or feeding items.
Link copied to clipboard
data class MobFoodOption(val test: Predicate<ItemStack>, val healAmount: ToFloatFunction<ItemStack>, val isBucket: Boolean = false) : Record