Class Attribute
java.lang.Object
org.geysermc.mcprotocollib.protocol.data.game.entity.attribute.Attribute
-
Constructor Summary
ConstructorsConstructorDescriptionAttribute(@NonNull AttributeType type) Attribute(@NonNull AttributeType type, double value) Attribute(@NonNull AttributeType type, double value, @NonNull List<AttributeModifier> modifiers) -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanboolean@NonNull List<AttributeModifier>@NonNull AttributeTypegetType()doublegetValue()inthashCode()@NonNull StringtoString()
-
Constructor Details
-
Attribute
-
Attribute
-
Attribute
public Attribute(@NonNull @NonNull AttributeType type, double value, @NonNull @NonNull List<AttributeModifier> modifiers)
-
-
Method Details