Uses of Enum Class
net.minecraft.block.PressurePlateBlock.ActivationRule
Packages that use PressurePlateBlock.ActivationRule
-
Uses of PressurePlateBlock.ActivationRule in net.minecraft.block
Fields in net.minecraft.block declared as PressurePlateBlock.ActivationRuleModifier and TypeFieldDescriptionprivate final PressurePlateBlock.ActivationRule
PressurePlateBlock.type
Methods in net.minecraft.block that return PressurePlateBlock.ActivationRuleModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static PressurePlateBlock.ActivationRule[]
PressurePlateBlock.ActivationRule.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.minecraft.block with parameters of type PressurePlateBlock.ActivationRuleModifierConstructorDescriptionprotected
PressurePlateBlock
(PressurePlateBlock.ActivationRule type, AbstractBlock.Settings settings, SoundEvent depressSound, SoundEvent pressSound)