Uses of Class
net.minecraft.block.PressurePlateBlock.ActivationRule
Package | Description |
---|---|
net.minecraft.block |
-
Uses of PressurePlateBlock.ActivationRule in net.minecraft.block
Fields in net.minecraft.block declared as PressurePlateBlock.ActivationRule Modifier and Type Field Description private PressurePlateBlock.ActivationRule
PressurePlateBlock. type
Methods in net.minecraft.block that return PressurePlateBlock.ActivationRule Modifier and Type Method Description static PressurePlateBlock.ActivationRule
PressurePlateBlock.ActivationRule. valueOf(String name)
Returns the enum constant of this type with the specified name.static PressurePlateBlock.ActivationRule[]
PressurePlateBlock.ActivationRule. 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.ActivationRule Constructor Description PressurePlateBlock(PressurePlateBlock.ActivationRule type, AbstractBlock.Settings settings)