mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-12 02:35:52 -07:00
@@ -57,4 +57,11 @@ public interface AttributeInstance {
|
|||||||
* @return the total attribute value
|
* @return the total attribute value
|
||||||
*/
|
*/
|
||||||
double getValue();
|
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