Enum Search.SearchQuery.VanillaSearchMode
-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum Search.SearchQuery.VanillaSearchMode extends Enum<Search.SearchQuery.VanillaSearchMode>
Mode of vanilla recipe searching
Force: Force search vanilla recipe
If-customs-not-found (Default): if custom recipes not found
- Since:
5.0.20
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringnameprivate final Integerordinalprivate final EnumEntries<Search.SearchQuery.VanillaSearchMode>entries
-
Enum Constant Summary
Enum Constants Enum Constant Description FORCEIF_CUSTOMS_NOT_FOUND
-
Method Summary
Modifier and Type Method Description final Array<Search.SearchQuery.VanillaSearchMode>values()final Search.SearchQuery.VanillaSearchModevalueOf(String value)final EnumEntries<Search.SearchQuery.VanillaSearchMode>getEntries()-
-
Method Detail
-
values
final Array<Search.SearchQuery.VanillaSearchMode> values()
-
valueOf
final Search.SearchQuery.VanillaSearchMode valueOf(String value)
-
getEntries
final EnumEntries<Search.SearchQuery.VanillaSearchMode> getEntries()
-
-
-
-