public static enum Types_v1_21_2.ItemSubPredicate.Type extends java.lang.Enum<Types_v1_21_2.ItemSubPredicate.Type> implements com.viaversion.viaversion.libs.mcstructs.converter.types.IdentifiedType
| Enum Constant and Description |
|---|
ATTRIBUTE_MODIFIERS |
BUNDLE_CONTENTS |
CONTAINER |
CUSTOM_DATA |
DAMAGE |
ENCHANTMENTS |
FIREWORK_EXPLOSION |
FIREWORKS |
JUKEBOX_PLAYABLE |
POTION_CONTENTS |
STORED_ENCHANTMENTS |
TRIM |
WRITABLE_BOOK_CONTENT |
WRITTEN_BOOK_CONTENT |
| Modifier and Type | Method and Description |
|---|---|
static Types_v1_21_2.ItemSubPredicate.Type |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Types_v1_21_2.ItemSubPredicate.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Types_v1_21_2.ItemSubPredicate.Type DAMAGE
public static final Types_v1_21_2.ItemSubPredicate.Type ENCHANTMENTS
public static final Types_v1_21_2.ItemSubPredicate.Type STORED_ENCHANTMENTS
public static final Types_v1_21_2.ItemSubPredicate.Type POTION_CONTENTS
public static final Types_v1_21_2.ItemSubPredicate.Type CUSTOM_DATA
public static final Types_v1_21_2.ItemSubPredicate.Type CONTAINER
public static final Types_v1_21_2.ItemSubPredicate.Type BUNDLE_CONTENTS
public static final Types_v1_21_2.ItemSubPredicate.Type FIREWORK_EXPLOSION
public static final Types_v1_21_2.ItemSubPredicate.Type FIREWORKS
public static final Types_v1_21_2.ItemSubPredicate.Type WRITABLE_BOOK_CONTENT
public static final Types_v1_21_2.ItemSubPredicate.Type WRITTEN_BOOK_CONTENT
public static final Types_v1_21_2.ItemSubPredicate.Type ATTRIBUTE_MODIFIERS
public static final Types_v1_21_2.ItemSubPredicate.Type TRIM
public static final Types_v1_21_2.ItemSubPredicate.Type JUKEBOX_PLAYABLE
public static Types_v1_21_2.ItemSubPredicate.Type[] values()
for (Types_v1_21_2.ItemSubPredicate.Type c : Types_v1_21_2.ItemSubPredicate.Type.values()) System.out.println(c);
public static Types_v1_21_2.ItemSubPredicate.Type 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 null