forgetmenot13579
forgetmenot13579
Just to clarify, I'll be happy to contribute a PR implementing this functionality, I just wanted to have a discussion on what the API should look like before doing so.
Why would the auto sync setters need to take the provider as an argument? Shouldn't the syncing be based entirely on the data in the buffer, not doing any kind...
`LegacyComponent` was just a stand-in name, I think `SelfSerializingComponent` is a fine actual name. Regarding volatility of components, we could enforce implementation of `CopyableComponent` to avoid that problem. Partial syncing...
Vanilla's solution is to hold onto `RegistryKey`s or `RegistryEntryList`s and only resolve them when the value is actually needed, i.e. the `tick` method where the context is known and the...
I disagree that it is a nonissue, but it is true that solving it here specifically does not make much of a difference when the problem persists across the rest...
The people who need this functionality are going to mixin anyway. By adding these events, we will have load, tick, and unload events for all four `AttachmentTarget` types and can...