Uses of Class
alexiil.mc.lib.multipart.api.property.MultipartProperty
| Package | Description |
|---|---|
| alexiil.mc.lib.multipart.api.property |
-
Uses of MultipartProperty in alexiil.mc.lib.multipart.api.property
Subclasses of MultipartProperty in alexiil.mc.lib.multipart.api.property Modifier and Type Class Description static classMultipartProperties.RedstonePowerPropertystatic classMultipartProperties.StrongRedstonePowerPropertystatic classMultipartProperties.WeakRedstonePowerPropertystatic classMultipartProperty.IntegerBoundPropertystatic classMultipartProperty.PreferedBooleanPropertyA property where the value will combine up to whatever is opposite to thedefaultValueFields in alexiil.mc.lib.multipart.api.property declared as MultipartProperty Modifier and Type Field Description static MultipartProperty<Boolean>MultipartProperties. CAN_BE_WATERLOGGEDThe return value fromAbstractBlock.emitsRedstonePower(BlockState)static MultipartProperty<Boolean>MultipartProperties. CAN_EMIT_REDSTONEThe return value fromAbstractBlock.emitsRedstonePower(BlockState)static MultipartProperty<Integer>MultipartProperties. LIGHT_VALUEThe amount of light that a multiblock is emitting.MultipartProperty<T>PartPropertyChangedEvent. propertyMethods in alexiil.mc.lib.multipart.api.property with parameters of type MultipartProperty Modifier and Type Method Description <T> voidMultipartPropertyContainer. clearValue(Object key, MultipartProperty<T> property)<T> TMultipartPropertyContainer. getValue(MultipartProperty<T> property)<T> voidMultipartPropertyContainer. setValue(Object key, MultipartProperty<T> property, T value)Constructors in alexiil.mc.lib.multipart.api.property with parameters of type MultipartProperty Constructor Description PartPropertyChangedEvent(MultipartProperty<T> property, T oldValue, T newValue)