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
named net/minecraft/world/explosion/Explosion$DestructionType
intermediary net/minecraft/class_1927$class_4179
official dco$a
  • Enum Constant Details

    • KEEP

      public static final Explosion.DestructionType KEEP
      Mappings:
      Namespace Name Mixin selector
      named KEEP Lnet/minecraft/world/explosion/Explosion$DestructionType;KEEP:Lnet/minecraft/world/explosion/Explosion$DestructionType;
      intermediary field_40878 Lnet/minecraft/class_1927$class_4179;field_40878:Lnet/minecraft/class_1927$class_4179;
      official a Ldco$a;a:Ldco$a;
    • DESTROY

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

      public static final Explosion.DestructionType DESTROY_WITH_DECAY
      Mappings:
      Namespace Name Mixin selector
      named DESTROY_WITH_DECAY Lnet/minecraft/world/explosion/Explosion$DestructionType;DESTROY_WITH_DECAY:Lnet/minecraft/world/explosion/Explosion$DestructionType;
      intermediary field_40879 Lnet/minecraft/class_1927$class_4179;field_40879:Lnet/minecraft/class_1927$class_4179;
      official c Ldco$a;c:Ldco$a;
    • TRIGGER_BLOCK

      public static final Explosion.DestructionType TRIGGER_BLOCK
      Mappings:
      Namespace Name Mixin selector
      named TRIGGER_BLOCK Lnet/minecraft/world/explosion/Explosion$DestructionType;TRIGGER_BLOCK:Lnet/minecraft/world/explosion/Explosion$DestructionType;
      intermediary field_47331 Lnet/minecraft/class_1927$class_4179;field_47331:Lnet/minecraft/class_1927$class_4179;
      official d Ldco$a;d:Ldco$a;
  • 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