public enum MythicEntityType extends Enum<MythicEntityType>
Modifier and Type | Method and Description |
---|---|
static MythicEntityType |
get(String s) |
static MythicEntityType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MythicEntityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MythicEntityType ARMOR_STAND
public static final MythicEntityType BABY_DROWNED
public static final MythicEntityType BABY_HUSK
public static final MythicEntityType BABY_PIGLIN
public static final MythicEntityType BABY_PIG_ZOMBIE
public static final MythicEntityType BABY_PIG_ZOMBIE_VILLAGER
public static final MythicEntityType BABY_ZOGLIN
public static final MythicEntityType BABY_ZOMBIE
public static final MythicEntityType BABY_ZOMBIE_VILLAGER
public static final MythicEntityType BAT
public static final MythicEntityType BLAZE
public static final MythicEntityType CAT
public static final MythicEntityType CAVE_SPIDER
public static final MythicEntityType CHICKEN
public static final MythicEntityType COD
public static final MythicEntityType COW
public static final MythicEntityType CREEPER
public static final MythicEntityType CUSTOM
public static final MythicEntityType DOLPHIN
public static final MythicEntityType DONKEY
public static final MythicEntityType DROWNED
public static final MythicEntityType ELDER_GUARDIAN
public static final MythicEntityType ENDER_DRAGON
public static final MythicEntityType ENDERMAN
public static final MythicEntityType ENDERMITE
public static final MythicEntityType EVOKER
public static final MythicEntityType FALLING_BLOCK
public static final MythicEntityType FOX
public static final MythicEntityType GHAST
public static final MythicEntityType GIANT
public static final MythicEntityType GUARDIAN
public static final MythicEntityType HOGLIN
public static final MythicEntityType HORSE
public static final MythicEntityType HUSK
public static final MythicEntityType ILLUSIONER
public static final MythicEntityType IRON_GOLEM
public static final MythicEntityType LLAMA
public static final MythicEntityType MAGMA_CUBE
public static final MythicEntityType MINECART
public static final MythicEntityType MINECART_CHEST
public static final MythicEntityType MINECART_COMMAND
public static final MythicEntityType MINECART_FURNACE
public static final MythicEntityType MINECART_HOPPER
public static final MythicEntityType MINECART_MOB_SPAWNER
public static final MythicEntityType MINECART_TNT
public static final MythicEntityType MULE
public static final MythicEntityType MUSHROOM_COW
public static final MythicEntityType OCELOT
public static final MythicEntityType PANDA
public static final MythicEntityType PARROT
public static final MythicEntityType PHANTOM
public static final MythicEntityType PIG
public static final MythicEntityType PIGLIN
public static final MythicEntityType PIG_ZOMBIE
public static final MythicEntityType PIG_ZOMBIE_VILLAGER
public static final MythicEntityType PILLAGER
public static final MythicEntityType POLAR_BEAR
public static final MythicEntityType PRIMED_TNT
public static final MythicEntityType PUFFERFISH
public static final MythicEntityType RABBIT
public static final MythicEntityType RAVAGER
public static final MythicEntityType SALMON
public static final MythicEntityType SHEEP
public static final MythicEntityType SHULKER
public static final MythicEntityType SILVERFISH
public static final MythicEntityType SKELETON
public static final MythicEntityType SKELETON_HORSE
public static final MythicEntityType SLIME
public static final MythicEntityType SNOWMAN
public static final MythicEntityType SPIDER
public static final MythicEntityType STRAY
public static final MythicEntityType STRIDER
public static final MythicEntityType SQUID
public static final MythicEntityType TRADER_LLAMA
public static final MythicEntityType TROPICAL_FISH
public static final MythicEntityType TURTLE
public static final MythicEntityType VEX
public static final MythicEntityType VILLAGER
public static final MythicEntityType VINDIOCELOTOR
public static final MythicEntityType VINDICATOR
public static final MythicEntityType WANDERING_TRADER
public static final MythicEntityType WITCH
public static final MythicEntityType WITHER
public static final MythicEntityType WITHER_SKELETON
public static final MythicEntityType WOLF
public static final MythicEntityType ZOGLIN
public static final MythicEntityType ZOMBIE
public static final MythicEntityType ZOMBIE_HORSE
public static final MythicEntityType ZOMBIE_VILLAGER
public static MythicEntityType[] values()
for (MythicEntityType c : MythicEntityType.values()) System.out.println(c);
public static MythicEntityType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static MythicEntityType get(String s)
Copyright © 2020. All rights reserved.