2022-10-12 19:51:01 +02:00
|
|
|
|
namespace MinecraftClient.Inventory
|
|
|
|
|
|
{
|
|
|
|
|
|
// Not implemented for 1.14
|
2024-09-11 19:12:31 +02:00
|
|
|
|
public enum Enchantments : short
|
2022-10-12 19:51:01 +02:00
|
|
|
|
{
|
2024-06-16 01:19:09 +02:00
|
|
|
|
AquaAffinity = 0,
|
|
|
|
|
|
BaneOfArthropods,
|
|
|
|
|
|
BindingCurse,
|
2022-10-12 19:51:01 +02:00
|
|
|
|
BlastProtection,
|
2024-06-16 01:19:09 +02:00
|
|
|
|
Breach,
|
|
|
|
|
|
Channeling,
|
2022-10-12 19:51:01 +02:00
|
|
|
|
DepthStrieder,
|
2024-06-16 01:19:09 +02:00
|
|
|
|
Density,
|
2022-10-12 19:51:01 +02:00
|
|
|
|
Efficency,
|
2024-06-16 01:19:09 +02:00
|
|
|
|
FeatherFalling,
|
|
|
|
|
|
FireAspect,
|
|
|
|
|
|
FireProtection,
|
2022-10-12 19:51:01 +02:00
|
|
|
|
Flame,
|
2024-06-16 01:19:09 +02:00
|
|
|
|
Fortune,
|
|
|
|
|
|
FrostWalker,
|
|
|
|
|
|
Impaling,
|
2022-10-12 19:51:01 +02:00
|
|
|
|
Infinity,
|
2024-06-16 01:19:09 +02:00
|
|
|
|
Knockback,
|
|
|
|
|
|
Looting,
|
2022-10-12 19:51:01 +02:00
|
|
|
|
LuckOfTheSea,
|
|
|
|
|
|
Loyality,
|
2024-06-16 01:19:09 +02:00
|
|
|
|
Lure,
|
|
|
|
|
|
Mending,
|
2022-10-12 19:51:01 +02:00
|
|
|
|
Multishot,
|
|
|
|
|
|
Piercing,
|
2024-06-16 01:19:09 +02:00
|
|
|
|
Power,
|
|
|
|
|
|
ProjectileProtection,
|
|
|
|
|
|
Protection,
|
|
|
|
|
|
Punch,
|
|
|
|
|
|
QuickCharge,
|
|
|
|
|
|
Respiration,
|
|
|
|
|
|
Riptide,
|
|
|
|
|
|
Sharpness,
|
|
|
|
|
|
SilkTouch,
|
|
|
|
|
|
Smite,
|
|
|
|
|
|
SoulSpeed,
|
|
|
|
|
|
Sweeping,
|
|
|
|
|
|
SwiftSneak,
|
|
|
|
|
|
Thorns,
|
|
|
|
|
|
Unbreaking,
|
|
|
|
|
|
VanishingCurse,
|
|
|
|
|
|
WindBurst
|
2022-10-12 19:51:01 +02:00
|
|
|
|
}
|
|
|
|
|
|
}
|