Uses of Class
alexiil.mc.lib.multipart.api.property.MultipartProperty
-
Uses of MultipartProperty in alexiil.mc.lib.multipart.api.property
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
A property where the value will combine up to whatever is opposite to thedefaultValue
Modifier and TypeFieldDescriptionstatic 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.PartPropertyChangedEvent.property
Modifier and TypeMethodDescription<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)
ModifierConstructorDescriptionPartPropertyChangedEvent(MultipartProperty<T> property, T oldValue, T newValue)