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 class
MultipartProperties.RedstonePowerProperty
static class
MultipartProperties.StrongRedstonePowerProperty
static class
MultipartProperties.WeakRedstonePowerProperty
static class
MultipartProperty.IntegerBoundProperty
static class
MultipartProperty.PreferedBooleanProperty
A property where the value will combine up to whatever is opposite to thedefaultValue
Fields in alexiil.mc.lib.multipart.api.property declared as MultipartProperty Modifier and Type Field Description static MultipartProperty<Boolean>
MultipartProperties. CAN_BE_WATERLOGGED
The return value fromAbstractBlock.emitsRedstonePower(BlockState)
static MultipartProperty<Boolean>
MultipartProperties. CAN_EMIT_REDSTONE
The return value fromAbstractBlock.emitsRedstonePower(BlockState)
static MultipartProperty<Integer>
MultipartProperties. LIGHT_VALUE
The amount of light that a multiblock is emitting.MultipartProperty<T>
PartPropertyChangedEvent. property
Methods in alexiil.mc.lib.multipart.api.property with parameters of type MultipartProperty Modifier and Type Method Description <T> void
MultipartPropertyContainer. clearValue(Object key, MultipartProperty<T> property)
<T> T
MultipartPropertyContainer. getValue(MultipartProperty<T> property)
<T> void
MultipartPropertyContainer. 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)