Class MultipartProperties
java.lang.Object
alexiil.mc.lib.multipart.api.property.MultipartProperties
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
-
Field Summary
Modifier and TypeFieldDescriptionstatic MultipartProperty<Boolean>
The return value fromAbstractBlock.emitsRedstonePower(BlockState)
static MultipartProperty<Boolean>
The return value fromAbstractBlock.emitsRedstonePower(BlockState)
static MultipartProperty<Integer>
The amount of light that a multiblock is emitting. -
Method Summary
Modifier and TypeMethodDescriptiongetStrongRedstonePower(Direction side)
getWeakRedstonePower(Direction side)
-
Field Details
-
LIGHT_VALUE
The amount of light that a multiblock is emitting. Range 0-15 (inclusive) -
CAN_EMIT_REDSTONE
The return value fromAbstractBlock.emitsRedstonePower(BlockState)
-
CAN_BE_WATERLOGGED
The return value fromAbstractBlock.emitsRedstonePower(BlockState)
-
-
Method Details
-
getStrongRedstonePower
public static MultipartProperties.StrongRedstonePowerProperty getStrongRedstonePower(Direction side) -
getWeakRedstonePower
-