Package net.minecraft.block
Enum PressurePlateBlock.ActivationRule
java.lang.Object
java.lang.Enum<PressurePlateBlock.ActivationRule>
net.minecraft.block.PressurePlateBlock.ActivationRule
- All Implemented Interfaces:
Serializable,Comparable<PressurePlateBlock.ActivationRule>,java.lang.constant.Constable
- Enclosing class:
- PressurePlateBlock
public static enum PressurePlateBlock.ActivationRule extends Enum<PressurePlateBlock.ActivationRule>
- Mappings:
Namespace Name official cbx$aintermediary net/minecraft/class_2440$class_2441named net/minecraft/block/PressurePlateBlock$ActivationRule
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants Enum Constant Description EVERYTHINGMOBS -
Constructor Summary
Constructors Modifier Constructor Description privateActivationRule() -
Method Summary
Modifier and Type Method Description static PressurePlateBlock.ActivationRulevalueOf(String name)Returns the enum constant of this type with the specified name.static PressurePlateBlock.ActivationRule[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
EVERYTHING
- Mappings:
Namespace Name Mixin selector official aLcbx$a;a:Lcbx$a;intermediary field_11361Lnet/minecraft/class_2440$class_2441;field_11361:Lnet/minecraft/class_2440$class_2441;named EVERYTHINGLnet/minecraft/block/PressurePlateBlock$ActivationRule;EVERYTHING:Lnet/minecraft/block/PressurePlateBlock$ActivationRule;
-
MOBS
- Mappings:
Namespace Name Mixin selector official bLcbx$a;b:Lcbx$a;intermediary field_11362Lnet/minecraft/class_2440$class_2441;field_11362:Lnet/minecraft/class_2440$class_2441;named MOBSLnet/minecraft/block/PressurePlateBlock$ActivationRule;MOBS:Lnet/minecraft/block/PressurePlateBlock$ActivationRule;
-
-
Constructor Details
-
ActivationRule
private ActivationRule()
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-