public static enum FilterScreenPacket.Option extends java.lang.Enum<FilterScreenPacket.Option>
| Enum Constant and Description |
|---|
ADD_INVERTED_TAG |
ADD_TAG |
BLACKLIST |
IGNORE_DATA |
RESPECT_DATA |
UPDATE_FILTER_ITEM |
WHITELIST |
WHITELIST2 |
| Modifier and Type | Method and Description |
|---|---|
static FilterScreenPacket.Option |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FilterScreenPacket.Option[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FilterScreenPacket.Option WHITELIST
public static final FilterScreenPacket.Option WHITELIST2
public static final FilterScreenPacket.Option BLACKLIST
public static final FilterScreenPacket.Option RESPECT_DATA
public static final FilterScreenPacket.Option IGNORE_DATA
public static final FilterScreenPacket.Option UPDATE_FILTER_ITEM
public static final FilterScreenPacket.Option ADD_TAG
public static final FilterScreenPacket.Option ADD_INVERTED_TAG
public static FilterScreenPacket.Option[] values()
for (FilterScreenPacket.Option c : FilterScreenPacket.Option.values()) System.out.println(c);
public static FilterScreenPacket.Option 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