Enum Class PressurePlateTrigger

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

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

    • HEAVY

      public static final PressurePlateTrigger HEAVY
      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 HEAVY Lnet/minecraft/block/PressurePlateTrigger;HEAVY:Lnet/minecraft/block/PressurePlateTrigger;
    • LIGHT

      public static final PressurePlateTrigger LIGHT
      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 LIGHT Lnet/minecraft/block/PressurePlateTrigger;LIGHT:Lnet/minecraft/block/PressurePlateTrigger;
    • PLAYERS

      public static final PressurePlateTrigger 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/PressurePlateTrigger;PLAYERS:Lnet/minecraft/block/PressurePlateTrigger;
  • Constructor Details

    • PressurePlateTrigger

      private PressurePlateTrigger()
  • Method Details

    • values

      public static PressurePlateTrigger[] 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 PressurePlateTrigger 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