Uses of Class
net.minecraft.block.PressurePlateBlock.Sensitivity
-
Packages that use PressurePlateBlock.Sensitivity Package Description net.minecraft.block -
-
Uses of PressurePlateBlock.Sensitivity in net.minecraft.block
Fields in net.minecraft.block declared as PressurePlateBlock.Sensitivity Modifier and Type Field Description private PressurePlateBlock.Sensitivity
PressurePlateBlock. sensitivity
Methods in net.minecraft.block that return PressurePlateBlock.Sensitivity Modifier and Type Method 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.Constructors in net.minecraft.block with parameters of type PressurePlateBlock.Sensitivity Constructor Description PressurePlateBlock(PressurePlateBlock.Sensitivity p_i48348_1_, AbstractBlock.Properties p_i48348_2_)
-