| Package | Description |
|---|---|
| net.minecraft.block | |
| net.minecraft.state.properties |
| Modifier and Type | Field and Description |
|---|---|
static EnumProperty<ComparatorMode> |
ComparatorBlock.MODE |
| Modifier and Type | Field and Description |
|---|---|
static EnumProperty<ComparatorMode> |
BlockStateProperties.COMPARATOR_MODE |
| Modifier and Type | Method and Description |
|---|---|
static ComparatorMode |
ComparatorMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ComparatorMode[] |
ComparatorMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|