I’ve been looking through the api events and can’t find anything concerning when the hungerbar naturally decreases. I thought this event existed before but I may be wrong.
I might be totally wrong, but have you tried the ChangeDataHolderEvent
?
That would be totally awesome if it was totally implemented.
3 Likes
I totally feel like someone is totally making fun of me. Totally^^
I’m totally not, just totally reminding @gabizou that it’s a totally needed feature.
4 Likes
Just saying, there’s plans to have these type of events as ValueChangeEvent
s, namely because the values changed are just exactly that, values.
It’s perfectly viable to expose the event as a List<Transaction<ImmutableValue<?>>>
because you’d have the Key
and such.