Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AquaAffinity ¶
type AquaAffinity struct{}
AquaAffinity is a helmet enchantment that increases underwater mining speed.
func (AquaAffinity) CompatibleWith ¶
func (e AquaAffinity) CompatibleWith(s item.Stack) bool
CompatibleWith ...
type BlastProtection ¶
type BlastProtection struct{}
BlastProtection is an armour enchantment that decreases explosion damage.
func (BlastProtection) CompatibleWith ¶
func (e BlastProtection) CompatibleWith(s item.Stack) bool
CompatibleWith ...
type Efficiency ¶
type Efficiency struct{}
Efficiency is an enchantment that increases mining speed.
func (Efficiency) Addend ¶
func (e Efficiency) Addend(level int) float64
Addend returns the mining speed addend from efficiency.
func (Efficiency) CompatibleWith ¶
func (e Efficiency) CompatibleWith(s item.Stack) bool
CompatibleWith ...
type FeatherFalling ¶
type FeatherFalling struct{}
FeatherFalling is an enchantment to boots that reduces fall damage. It does not affect falling speed.
func (FeatherFalling) CompatibleWith ¶
func (e FeatherFalling) CompatibleWith(s item.Stack) bool
CompatibleWith ...
func (FeatherFalling) Multiplier ¶
func (e FeatherFalling) Multiplier(lvl int) float64
Multiplier returns the damage multiplier of feather falling.
type FireAspect ¶
type FireAspect struct{}
FireAspect is a sword enchantment that sets the target on fire.
func (FireAspect) CompatibleWith ¶
func (e FireAspect) CompatibleWith(s item.Stack) bool
CompatibleWith ...
type FireProtection ¶
type FireProtection struct{}
FireProtection is an armour enchantment that decreases fire damage.
func (FireProtection) CompatibleWith ¶
func (e FireProtection) CompatibleWith(s item.Stack) bool
CompatibleWith ...
type ProjectileProtection ¶
type ProjectileProtection struct{}
ProjectileProtection is an armour enchantment that reduces damage from projectiles.
func (ProjectileProtection) CompatibleWith ¶
func (e ProjectileProtection) CompatibleWith(s item.Stack) bool
CompatibleWith ...
type Protection ¶
type Protection struct{}
Protection is an armour enchantment which increases the damage reduction.
func (Protection) CompatibleWith ¶
func (e Protection) CompatibleWith(s item.Stack) bool
CompatibleWith ...
func (Protection) Subtrahend ¶
func (e Protection) Subtrahend(level int) float64
Subtrahend returns the amount of damage that should be subtracted with protection.
type Sharpness ¶
type Sharpness struct{}
Sharpness is an enchantment applied to a sword or axe that increases melee damage.
func (Sharpness) CompatibleWith ¶
CompatibleWith ...
type SilkTouch ¶
type SilkTouch struct{}
SilkTouch is an enchantment that allows many blocks to drop themselves instead of their usual items when mined.
func (SilkTouch) CompatibleWith ¶
CompatibleWith ...
type Unbreaking ¶
type Unbreaking struct{}
Unbreaking is an enchantment that gives a chance for an item to avoid durability reduction when it is used, effectively increasing the item's durability.
func (Unbreaking) CompatibleWith ¶
func (e Unbreaking) CompatibleWith(s item.Stack) bool
CompatibleWith ...