Enum Class PressurePlateActivationRule

java.lang.Object
java.lang.Enum<PressurePlateActivationRule>
net.minecraft.block.PressurePlateActivationRule
All Implemented Interfaces:
Serializable, Comparable<PressurePlateActivationRule>, Constable

public enum PressurePlateActivationRule extends Enum<PressurePlateActivationRule>
Mappings:
Namespace Name
intermediary net/minecraft/class_389
glue class_422
server kx
client rt
named net/minecraft/block/PressurePlateActivationRule
  • Enum Constant Details

    • EVERYTHING

      public static final PressurePlateActivationRule EVERYTHING
      Mappings:
      Namespace Name Mixin selector
      intermediary field_1505 Lnet/minecraft/class_389;field_1505:Lnet/minecraft/class_389;
      glue field_1667 Lclass_422;field_1667:Lclass_422;
      server a Lkx;a:Lkx;
      client a Lrt;a:Lrt;
      named EVERYTHING Lnet/minecraft/block/PressurePlateActivationRule;EVERYTHING:Lnet/minecraft/block/PressurePlateActivationRule;
    • MOBS

      public static final PressurePlateActivationRule MOBS
      Mappings:
      Namespace Name Mixin selector
      intermediary field_1506 Lnet/minecraft/class_389;field_1506:Lnet/minecraft/class_389;
      glue field_1668 Lclass_422;field_1668:Lclass_422;
      server b Lkx;b:Lkx;
      client b Lrt;b:Lrt;
      named MOBS Lnet/minecraft/block/PressurePlateActivationRule;MOBS:Lnet/minecraft/block/PressurePlateActivationRule;
    • PLAYERS

      public static final PressurePlateActivationRule PLAYERS
      Mappings:
      Namespace Name Mixin selector
      intermediary field_1507 Lnet/minecraft/class_389;field_1507:Lnet/minecraft/class_389;
      glue field_1669 Lclass_422;field_1669:Lclass_422;
      server c Lkx;c:Lkx;
      client c Lrt;c:Lrt;
      named PLAYERS Lnet/minecraft/block/PressurePlateActivationRule;PLAYERS:Lnet/minecraft/block/PressurePlateActivationRule;
  • Constructor Details

    • PressurePlateActivationRule

      private PressurePlateActivationRule()
  • Method Details

    • values

      public static PressurePlateActivationRule[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static PressurePlateActivationRule valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified name
      NullPointerException - if the argument is null