Class MultipartProperty<T>
java.lang.Object
alexiil.mc.lib.multipart.api.property.MultipartProperty<T>
- Direct Known Subclasses:
MultipartProperty.IntegerBoundProperty
,MultipartProperty.PreferedBooleanProperty
public abstract class MultipartProperty<T> extends Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MultipartProperty.IntegerBoundProperty
static class
MultipartProperty.PreferedBooleanProperty
A property where the value will combine up to whatever is opposite to thedefaultValue
-
Field Summary
-
Constructor Summary
Constructors Constructor Description MultipartProperty(String name, Class<T> clazz, T defaultValue)
-
Method Summary