public enum MetaIndex1_6_1to1_5_2 extends java.lang.Enum<MetaIndex1_6_1to1_5_2>
| Modifier and Type | Method and Description |
|---|---|
com.viaversion.viaversion.api.minecraft.entities.Entity1_10Types.EntityType |
getEntityType() |
int |
getNewIndex() |
MetaType1_6_4 |
getNewType() |
int |
getOldIndex() |
MetaType1_6_4 |
getOldType() |
static MetaIndex1_6_1to1_5_2 |
searchIndex(com.viaversion.viaversion.api.minecraft.entities.Entity1_10Types.EntityType type,
int index) |
static MetaIndex1_6_1to1_5_2 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MetaIndex1_6_1to1_5_2[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MetaIndex1_6_1to1_5_2 ENTITY_LIVING_POTION_EFFECT_COLOR
public static final MetaIndex1_6_1to1_5_2 ENTITY_LIVING_IS_POTION_EFFECT_AMBIENT
public static final MetaIndex1_6_1to1_5_2 ENTITY_LIVING_ARROWS
public static final MetaIndex1_6_1to1_5_2 ENTITY_LIVING_NAME_TAG
public static final MetaIndex1_6_1to1_5_2 ENTITY_LIVING_NAME_TAG_VISIBILITY
public static final MetaIndex1_6_1to1_5_2 HUMAN_ABSORPTION_HEARTS
public static final MetaIndex1_6_1to1_5_2 BOAT_DAMAGE_TAKEN
public static final MetaIndex1_6_1to1_5_2 MINECART_DAMAGE_TAKEN
public static final MetaIndex1_6_1to1_5_2 WITHER_HEALTH
public static final MetaIndex1_6_1to1_5_2 ENDER_DRAGON_HEALTH
public static final MetaIndex1_6_1to1_5_2 WOLF_HEALTH
public static MetaIndex1_6_1to1_5_2[] values()
for (MetaIndex1_6_1to1_5_2 c : MetaIndex1_6_1to1_5_2.values()) System.out.println(c);
public static MetaIndex1_6_1to1_5_2 valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic com.viaversion.viaversion.api.minecraft.entities.Entity1_10Types.EntityType getEntityType()
public int getOldIndex()
public int getNewIndex()
public MetaType1_6_4 getOldType()
public MetaType1_6_4 getNewType()
public static MetaIndex1_6_1to1_5_2 searchIndex(com.viaversion.viaversion.api.minecraft.entities.Entity1_10Types.EntityType type, int index)