Enum Class Cameo

java.lang.Object
java.lang.Enum<Cameo>
xericker.arenalegends.gameplay.cameo.Cameo
All Implemented Interfaces:
Serializable, Comparable<Cameo>, Constable

public enum Cameo extends Enum<Cameo>
  • Enum Constant Details

    • BLAZE

      public static final Cameo BLAZE
    • ENDER_DRAGON

      public static final Cameo ENDER_DRAGON
    • BREEZE

      public static final Cameo BREEZE
    • ENDERMAN

      public static final Cameo ENDERMAN
    • ALLAY

      public static final Cameo ALLAY
    • GLOW_SQUID

      public static final Cameo GLOW_SQUID
    • WANDERING_TRADER

      public static final Cameo WANDERING_TRADER
    • WITCH

      public static final Cameo WITCH
    • ZOMBIE

      public static final Cameo ZOMBIE
    • ARMADILLO

      public static final Cameo ARMADILLO
    • AXOLOTL

      public static final Cameo AXOLOTL
    • BLACKSMITH

      public static final Cameo BLACKSMITH
    • CREEPER

      public static final Cameo CREEPER
    • EVOKER

      public static final Cameo EVOKER
    • IRON_GOLEM

      public static final Cameo IRON_GOLEM
    • VILLAGER

      public static final Cameo VILLAGER
    • WARDEN

      public static final Cameo WARDEN
    • PIGLIN

      public static final Cameo PIGLIN
  • Method Details

    • values

      public static Cameo[] 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 Cameo 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
    • getExecutor

      public Class<?> getExecutor()
    • getBuilder

      public CameoExecutor getBuilder(MatchupInstance matchupInstance)
    • activate

      public static void activate(Game game)
    • deactivate

      public static void deactivate(MatchupInstance matchupInstance)
    • announce

      public void announce(org.bukkit.entity.Player player)