Object AttributesExt

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • movementSpeed

         final AttributeSupplier.Builder movementSpeed(AttributeSupplier.Builder $self, Number value)
      • maxHealth

         final AttributeSupplier.Builder maxHealth(AttributeSupplier.Builder $self, Number value)
      • armor

         final AttributeSupplier.Builder armor(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)
      • attackKnockback

         final AttributeSupplier.Builder attackKnockback(AttributeSupplier.Builder $self, Number value)