mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-06 15:12:13 -07:00
@@ -57,4 +57,11 @@ public interface AttributeInstance {
|
||||
* @return the total attribute value
|
||||
*/
|
||||
double getValue();
|
||||
|
||||
/**
|
||||
* Gets the default value of the Attribute attached to this instance.
|
||||
*
|
||||
* @return server default value
|
||||
*/
|
||||
double getDefaultValue();
|
||||
}
|
||||
|
Reference in New Issue
Block a user