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