Class MultipartProperty.PreferedBooleanProperty
java.lang.Object
alexiil.mc.lib.multipart.api.property.MultipartProperty<Boolean>
alexiil.mc.lib.multipart.api.property.MultipartProperty.PreferedBooleanProperty
- Enclosing class:
- MultipartProperty<T>
public static class MultipartProperty.PreferedBooleanProperty extends MultipartProperty<Boolean>
A property where the value will combine up to whatever is opposite to the
 
MultipartProperty.defaultValue- 
Nested Class SummaryNested classes/interfaces inherited from class alexiil.mc.lib.multipart.api.property.MultipartPropertyMultipartProperty.IntegerBoundProperty, MultipartProperty.PreferedBooleanProperty
- 
Field SummaryFields inherited from class alexiil.mc.lib.multipart.api.property.MultipartPropertyclazz, defaultValue, name
- 
Constructor SummaryConstructors Constructor Description PreferedBooleanProperty(String name, Boolean defaultValue)
- 
Method SummaryMethods inherited from class alexiil.mc.lib.multipart.api.property.MultipartPropertyequals, hashCode, toString
- 
Constructor Details
- 
Method Details- 
combine- Specified by:
- combinein class- MultipartProperty<Boolean>
- Parameters:
- values- A non-empty list of property values.
- Returns:
- The combined value.
 
 
-