public static enum ResourcePackInfo.Priority extends java.lang.Enum<ResourcePackInfo.Priority>
Modifier and Type | Method and Description |
---|---|
<T,P extends ResourcePackInfo> |
insert(java.util.List<T> p_198993_1_,
T p_198993_2_,
java.util.function.Function<T,P> p_198993_3_,
boolean p_198993_4_) |
ResourcePackInfo.Priority |
opposite() |
static ResourcePackInfo.Priority |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ResourcePackInfo.Priority[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourcePackInfo.Priority TOP
public static final ResourcePackInfo.Priority BOTTOM
public static ResourcePackInfo.Priority[] values()
for (ResourcePackInfo.Priority c : ResourcePackInfo.Priority.values()) System.out.println(c);
public static ResourcePackInfo.Priority 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 <T,P extends ResourcePackInfo> int insert(java.util.List<T> p_198993_1_, T p_198993_2_, java.util.function.Function<T,P> p_198993_3_, boolean p_198993_4_)
public ResourcePackInfo.Priority opposite()