Enum Class Explosion.DestructionType

java.lang.Object
java.lang.Enum<Explosion.DestructionType>
net.minecraft.world.explosion.Explosion.DestructionType
All Implemented Interfaces:
Serializable, Comparable<Explosion.DestructionType>, Constable
Enclosing class:
Explosion

public static enum Explosion.DestructionType extends Enum<Explosion.DestructionType>
Mappings:
Namespace Name
official bzv$a
intermediary net/minecraft/class_1927$class_4179
named net/minecraft/world/explosion/Explosion$DestructionType
  • Enum Constant Details

    • NONE

      public static final Explosion.DestructionType NONE
      Mappings:
      Namespace Name Mixin selector
      official a Lbzv$a;a:Lbzv$a;
      intermediary field_18685 Lnet/minecraft/class_1927$class_4179;field_18685:Lnet/minecraft/class_1927$class_4179;
      named NONE Lnet/minecraft/world/explosion/Explosion$DestructionType;NONE:Lnet/minecraft/world/explosion/Explosion$DestructionType;
    • BREAK

      public static final Explosion.DestructionType BREAK
      Mappings:
      Namespace Name Mixin selector
      official b Lbzv$a;b:Lbzv$a;
      intermediary field_18686 Lnet/minecraft/class_1927$class_4179;field_18686:Lnet/minecraft/class_1927$class_4179;
      named BREAK Lnet/minecraft/world/explosion/Explosion$DestructionType;BREAK:Lnet/minecraft/world/explosion/Explosion$DestructionType;
    • DESTROY

      public static final Explosion.DestructionType DESTROY
      Mappings:
      Namespace Name Mixin selector
      official c Lbzv$a;c:Lbzv$a;
      intermediary field_18687 Lnet/minecraft/class_1927$class_4179;field_18687:Lnet/minecraft/class_1927$class_4179;
      named DESTROY Lnet/minecraft/world/explosion/Explosion$DestructionType;DESTROY:Lnet/minecraft/world/explosion/Explosion$DestructionType;
  • Constructor Details

    • DestructionType

      private DestructionType()
  • Method Details

    • values

      public static Explosion.DestructionType[] 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 Explosion.DestructionType 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