Enum Class PistonBehavior

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

public enum PistonBehavior extends Enum<PistonBehavior>
Mappings:
Namespace Name
named net/minecraft/block/piston/PistonBehavior
intermediary net/minecraft/class_3619
official eoc
  • Enum Constant Details

    • NORMAL

      public static final PistonBehavior NORMAL
      Mappings:
      Namespace Name Mixin selector
      named NORMAL Lnet/minecraft/block/piston/PistonBehavior;NORMAL:Lnet/minecraft/block/piston/PistonBehavior;
      intermediary field_15974 Lnet/minecraft/class_3619;field_15974:Lnet/minecraft/class_3619;
      official a Leoc;a:Leoc;
    • DESTROY

      public static final PistonBehavior DESTROY
      Mappings:
      Namespace Name Mixin selector
      named DESTROY Lnet/minecraft/block/piston/PistonBehavior;DESTROY:Lnet/minecraft/block/piston/PistonBehavior;
      intermediary field_15971 Lnet/minecraft/class_3619;field_15971:Lnet/minecraft/class_3619;
      official b Leoc;b:Leoc;
    • BLOCK

      public static final PistonBehavior BLOCK
      Mappings:
      Namespace Name Mixin selector
      named BLOCK Lnet/minecraft/block/piston/PistonBehavior;BLOCK:Lnet/minecraft/block/piston/PistonBehavior;
      intermediary field_15972 Lnet/minecraft/class_3619;field_15972:Lnet/minecraft/class_3619;
      official c Leoc;c:Leoc;
    • IGNORE

      public static final PistonBehavior IGNORE
      Mappings:
      Namespace Name Mixin selector
      named IGNORE Lnet/minecraft/block/piston/PistonBehavior;IGNORE:Lnet/minecraft/block/piston/PistonBehavior;
      intermediary field_15975 Lnet/minecraft/class_3619;field_15975:Lnet/minecraft/class_3619;
      official d Leoc;d:Leoc;
    • PUSH_ONLY

      public static final PistonBehavior PUSH_ONLY
      Mappings:
      Namespace Name Mixin selector
      named PUSH_ONLY Lnet/minecraft/block/piston/PistonBehavior;PUSH_ONLY:Lnet/minecraft/block/piston/PistonBehavior;
      intermediary field_15970 Lnet/minecraft/class_3619;field_15970:Lnet/minecraft/class_3619;
      official e Leoc;e:Leoc;
  • Constructor Details

    • PistonBehavior

      private PistonBehavior()
  • Method Details

    • values

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