Object AttributesExt
-
- All Implemented Interfaces:
public class AttributesExt
-
-
Field Summary
Fields Modifier and Type Field Description public final static AttributesExt
INSTANCE
-
Method Summary
Modifier and Type Method Description final AttributeSupplier.Builder
movementSpeed(AttributeSupplier.Builder $self, Number value)
final AttributeSupplier.Builder
maxHealth(AttributeSupplier.Builder $self, Number value)
final AttributeSupplier.Builder
armor(AttributeSupplier.Builder $self, Number value)
final AttributeSupplier.Builder
attackDamage(AttributeSupplier.Builder $self, Number value)
final AttributeSupplier.Builder
followRange(AttributeSupplier.Builder $self, Number value)
final AttributeSupplier.Builder
stepHeight(AttributeSupplier.Builder $self, Number value)
final AttributeSupplier.Builder
knockbackResistance(AttributeSupplier.Builder $self, Number value)
final AttributeSupplier.Builder
attackKnockback(AttributeSupplier.Builder $self, Number value)
-
-
Method Detail
-
movementSpeed
final AttributeSupplier.Builder movementSpeed(AttributeSupplier.Builder $self, Number value)
-
attackDamage
final AttributeSupplier.Builder attackDamage(AttributeSupplier.Builder $self, Number value)
-
followRange
final AttributeSupplier.Builder followRange(AttributeSupplier.Builder $self, Number value)
-
stepHeight
final AttributeSupplier.Builder stepHeight(AttributeSupplier.Builder $self, Number value)
-
knockbackResistance
final AttributeSupplier.Builder knockbackResistance(AttributeSupplier.Builder $self, Number value)
-
attackKnockback
final AttributeSupplier.Builder attackKnockback(AttributeSupplier.Builder $self, Number value)
-
-
-
-