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 final class
static final class
static class
static class
A property where the value will combine up to whatever is opposite to thedefaultValue
Modifier and TypeFieldDescriptionstatic final MultipartProperty<Boolean>
MultipartProperties.CAN_BE_WATERLOGGED
The return value fromAbstractBlock.emitsRedstonePower(BlockState)
static final MultipartProperty<Boolean>
MultipartProperties.CAN_EMIT_REDSTONE
The return value fromAbstractBlock.emitsRedstonePower(BlockState)
static final MultipartProperty<Integer>
MultipartProperties.LIGHT_VALUE
The amount of light that a multiblock is emitting.final MultipartProperty<T>
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)