java.lang.Object
org.geysermc.mcprotocollib.protocol.data.game.entity.attribute.Attribute

public class Attribute extends Object
  • Constructor Details

  • Method Details

    • getType

      @NonNull public @NonNull AttributeType getType()
    • getValue

      public double getValue()
    • getModifiers

      @NonNull public @NonNull List<AttributeModifier> getModifiers()
    • equals

      public boolean equals(@Nullable Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(@Nullable Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public @NonNull String toString()
      Overrides:
      toString in class Object