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
  • Constructor Details

    • PreferedBooleanProperty

      public PreferedBooleanProperty(String name, Boolean defaultValue)
  • Method Details