package openmods.sync; import openmods.api.IValueProvider; public interface ISyncableValueProvider<T> extends ISyncableObject, IValueProvider<T> {}