Uses of Enum Class
net.minecraft.block.BlockSetType.ActivationRule
Packages that use BlockSetType.ActivationRule
-
Uses of BlockSetType.ActivationRule in net.minecraft.block
Fields in net.minecraft.block declared as BlockSetType.ActivationRuleModifier and TypeFieldDescriptionprivate final BlockSetType.ActivationRuleBlockSetType.pressurePlateSensitivityThe field for thepressurePlateSensitivityrecord component.Methods in net.minecraft.block that return BlockSetType.ActivationRuleModifier and TypeMethodDescriptionBlockSetType.pressurePlateSensitivity()Returns the value of thepressurePlateSensitivityrecord component.static BlockSetType.ActivationRuleReturns the enum constant of this class with the specified name.static BlockSetType.ActivationRule[]BlockSetType.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 BlockSetType.ActivationRuleModifierConstructorDescriptionBlockSetType(String name, boolean canOpenByHand, boolean canOpenByWindCharge, boolean canButtonBeActivatedByArrows, BlockSetType.ActivationRule pressurePlateSensitivity, BlockSoundGroup soundType, SoundEvent doorClose, SoundEvent doorOpen, SoundEvent trapdoorClose, SoundEvent trapdoorOpen, SoundEvent pressurePlateClickOff, SoundEvent pressurePlateClickOn, SoundEvent buttonClickOff, SoundEvent buttonClickOn) Creates an instance of aBlockSetTyperecord class.