Uses of Enum Class
net.minecraft.block.PressurePlateActivationRule
Packages that use PressurePlateActivationRule
-
Uses of PressurePlateActivationRule in net.minecraft.block
Fields in net.minecraft.block declared as PressurePlateActivationRuleModifier and TypeFieldDescriptionprivate PressurePlateActivationRulePressurePlateBlock.activationRuleMethods in net.minecraft.block that return PressurePlateActivationRuleModifier and TypeMethodDescriptionstatic PressurePlateActivationRuleReturns the enum constant of this class with the specified name.static PressurePlateActivationRule[]PressurePlateActivationRule.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 PressurePlateActivationRuleModifierConstructorDescriptionprotectedPressurePlateBlock(int id, int textureId, PressurePlateActivationRule activationRule, Material material)