Add(Expose) some missing attribute related methods to attributable
Is your feature request related to a problem?
For example, you can't reset basevalue to the correct value that set when entity is created. Like walking speed is 0.1 for a player, but is 0.7 by default
Describe the solution you'd like.
getAttributes(), so you don't need to iterate the registry to get them one by one resetBaseValue and getBaseValue
Describe alternatives you've considered.
not related
Other
No response
You can get the default attributes using EntityType#getDefaultAttributes. Is that not working correctly for player walk speed?
You can get the default attributes using EntityType#getDefaultAttributes. Is that not working correctly for player walk speed?
how about getAttributes()
For clarification, you're proposing adding a Attributable#getAttributes method?
For clarification, you're proposing adding a Attributable#getAttributes method?
yes