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