Package devs.beer.nativepackets.api
Interface NativeAttributeSnapshot
- All Superinterfaces:
NativeValue
Borrowed field-level view of one synced entity attribute.
-
Method Summary
Modifier and TypeMethodDescriptiondoubleintMethods inherited from interface devs.beer.nativepackets.api.NativeValue
nativeHandle
-
Method Details
-
attribute
NativeValue attribute() -
baseValue
double baseValue() -
modifierCount
int modifierCount() -
modifiers
NativeValue modifiers()
-