Enum Class DragonRespawnAnimationStatus

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

public enum DragonRespawnAnimationStatus extends Enum<DragonRespawnAnimationStatus>
Mappings:
Namespace Name
official avj
intermediary net/minecraft/class_2751
named net/minecraft/server/DragonRespawnAnimationStatus
  • Enum Constant Details

    • START

      public static final DragonRespawnAnimationStatus START
      Mappings:
      Namespace Name Mixin selector
      official a Lavj;a:Lavj;
      intermediary field_12928 Lnet/minecraft/class_2751;field_12928:Lnet/minecraft/class_2751;
      named START Lnet/minecraft/server/DragonRespawnAnimationStatus;START:Lnet/minecraft/server/DragonRespawnAnimationStatus;
    • PREPARING_TO_SUMMON_PILLARS

      public static final DragonRespawnAnimationStatus PREPARING_TO_SUMMON_PILLARS
      Mappings:
      Namespace Name Mixin selector
      official b Lavj;b:Lavj;
      intermediary field_12929 Lnet/minecraft/class_2751;field_12929:Lnet/minecraft/class_2751;
      named PREPARING_TO_SUMMON_PILLARS Lnet/minecraft/server/DragonRespawnAnimationStatus;PREPARING_TO_SUMMON_PILLARS:Lnet/minecraft/server/DragonRespawnAnimationStatus;
    • SUMMONING_PILLARS

      public static final DragonRespawnAnimationStatus SUMMONING_PILLARS
      Mappings:
      Namespace Name Mixin selector
      official c Lavj;c:Lavj;
      intermediary field_12930 Lnet/minecraft/class_2751;field_12930:Lnet/minecraft/class_2751;
      named SUMMONING_PILLARS Lnet/minecraft/server/DragonRespawnAnimationStatus;SUMMONING_PILLARS:Lnet/minecraft/server/DragonRespawnAnimationStatus;
    • SUMMONING_DRAGON

      public static final DragonRespawnAnimationStatus SUMMONING_DRAGON
      Mappings:
      Namespace Name Mixin selector
      official d Lavj;d:Lavj;
      intermediary field_12931 Lnet/minecraft/class_2751;field_12931:Lnet/minecraft/class_2751;
      named SUMMONING_DRAGON Lnet/minecraft/server/DragonRespawnAnimationStatus;SUMMONING_DRAGON:Lnet/minecraft/server/DragonRespawnAnimationStatus;
    • END

      public static final DragonRespawnAnimationStatus END
      Mappings:
      Namespace Name Mixin selector
      official e Lavj;e:Lavj;
      intermediary field_12932 Lnet/minecraft/class_2751;field_12932:Lnet/minecraft/class_2751;
      named END Lnet/minecraft/server/DragonRespawnAnimationStatus;END:Lnet/minecraft/server/DragonRespawnAnimationStatus;
  • Constructor Details

    • DragonRespawnAnimationStatus

      private DragonRespawnAnimationStatus()
  • Method Details

    • values

      public static DragonRespawnAnimationStatus[] 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 DragonRespawnAnimationStatus 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
    • play

      public abstract void play(ServerWorld world, DragonRespawnAnimation battle, List<EndCrystalEntity> crystals, int animationTicks, BlockPos pos)
      Mappings:
      Namespace Name Mixin selector
      official a Lavj;a(Llw;Lavk;Ljava/util/List;ILco;)V
      intermediary method_11797 Lnet/minecraft/class_2751;method_11797(Lnet/minecraft/class_795;Lnet/minecraft/class_2752;Ljava/util/List;ILnet/minecraft/class_2552;)V
      named play Lnet/minecraft/server/DragonRespawnAnimationStatus;play(Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/server/DragonRespawnAnimation;Ljava/util/List;ILnet/minecraft/util/math/BlockPos;)V