Package-level declarations

Types

Link copied to clipboard
class BlockTargetingEnchantment(val name: String, targetItem: ItemType, blockName: String, stat: Statistic, base: Int, vaBlockTypes: Material) : EnchantmentBase
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class MobEnchantment(val name: String, affectedMobs: List<EntityType>, conflicts: List<String>, val levels: IntRange = 1..7, val applicable: List<ItemType> = ItemType.melee(), dmgMultiplier: Float = 0.15f) : EnchantmentBase
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class StealingEnchantment(val name: String, stat: Statistic, amount: Float, val regain: (MacrocosmPlayer, Pair<Float, Boolean>) -> Unit, actualDescription: String? = null, conflicts: List<String> = listOf(), val applicable: List<ItemType> = ItemType.melee(), val levels: IntRange = 1..7) : EnchantmentBase
Link copied to clipboard