| Package | Description |
|---|---|
| net.minecraft.block |
| Modifier and Type | Field and Description |
|---|---|
private PressurePlateBlock.Sensitivity |
PressurePlateBlock.sensitivity |
| Modifier and Type | Method and Description |
|---|---|
static PressurePlateBlock.Sensitivity |
PressurePlateBlock.Sensitivity.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PressurePlateBlock.Sensitivity[] |
PressurePlateBlock.Sensitivity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
PressurePlateBlock(PressurePlateBlock.Sensitivity sensitivityIn,
Block.Properties propertiesIn) |