![]() |
FourKit 29eeeb8
The LCE C# Server Plugin API
|
Classes | |
| class | AquaAffinityEnchantment |
| class | BaneOfArthropodsEnchantment |
| class | BlastProtectionEnchantment |
| class | EfficiencyEnchantment |
| class | Enchantment |
| class | FeatherFallingEnchantment |
| class | FireAspectEnchantment |
| class | FireProtectionEnchantment |
| class | FlameEnchantment |
| class | FortuneEnchantment |
| class | InfinityEnchantment |
| class | KnockbackEnchantment |
| class | LootingEnchantment |
| class | PowerEnchantment |
| class | ProjectileProtectionEnchantment |
| class | ProtectionEnchantment |
| class | PunchEnchantment |
| class | RespirationEnchantment |
| class | SharpnessEnchantment |
| class | SilkTouchEnchantment |
| class | SmiteEnchantment |
| class | ThornsEnchantment |
| class | UnbreakingEnchantment |
Enumerations | |
| enum | EnchantmentTarget { ALL , ARMOR , ARMOR_FEET , ARMOR_HEAD , ARMOR_LEGS , ARMOR_TORSO , BOW , TOOL , WEAPON } |
| Represents the applicable target for a Enchantment. More... | |
| enum | EnchantmentType { ARROW_DAMAGE = 48 , ARROW_FIRE = 50 , ARROW_INFINITE = 51 , ARROW_KNOCKBACK = 49 , DAMAGE_ALL = 16 , DAMAGE_ARTHOPODS = 18 , DAMAGE_UNDEAD = 17 , DIG_SPEAD = 32 , DURABILITY = 34 , FIRE_ASPECT = 20 , KNOCKBACK = 19 , LOOT_BONUS_BLOCKS = 35 , LOOT_BONUS_MOBS = 21 , OXYGEN = 5 , PROTECTION_ENVIRONMENTAL = 0 , PROTECTION_EXPLOSIVE = 3 , PROTECTION_FALL = 2 , PROTECTION_FIRE = 1 , PROTECTION_PROJECTILE = 4 , SILK_TOUCH = 33 , THORNS = 7 , WATER_WORKER = 6 } |
| The various type of enchantments that may be added to armour or weapons. More... | |
Represents the applicable target for a Enchantment.
| Enumerator | |
|---|---|
| ALL | Allows the Enchantment to be placed on all items. |
| ARMOR | Allows the Enchantment to be placed on armor. |
| ARMOR_FEET | Allows the Enchantment to be placed on feet slot armor. |
| ARMOR_HEAD | Allows the Enchantment to be placed on head slot armor. |
| ARMOR_LEGS | Allows the Enchantment to be placed on leg slot armor. |
| ARMOR_TORSO | Allows the Enchantment to be placed on torso slot armor. |
| BOW | Allows the Enchantment to be placed on bows. |
| TOOL | Allows the Enchantment to be placed on tools (spades, pickaxe, hoes, axes). |
| WEAPON | Allows the Enchantment to be placed on weapons (swords). |
The various type of enchantments that may be added to armour or weapons.