Custom_Crafter
Toggle table of contents
JVM
Target filter
JVM
Switch theme
Search in API
Skip to content
Custom_Crafter
Custom_Crafter
/
io.github.sakaki_aruka.customcrafter.search
/
Search
/
SearchQuery
/
SearchMode
Search
Mode
enum
SearchMode
:
Enum
<
Search.SearchQuery.SearchMode
>
Mode of searching
Only-first: Only first match recipe
All (Default): All recipes
Since
5.0.20
Members
Entries
Entries
ONLY_FIRST
Link copied to clipboard
ONLY_FIRST
ALL
Link copied to clipboard
ALL
Properties
entries
Link copied to clipboard
val
entries
:
EnumEntries
<
Search.SearchQuery.SearchMode
>
name
Link copied to clipboard
val
name
:
String
ordinal
Link copied to clipboard
val
ordinal
:
Int
Functions
value
Of
Link copied to clipboard
fun
valueOf
(
value
:
String
)
:
Search.SearchQuery.SearchMode
values
Link copied to clipboard
fun
values
(
)
:
Array
<
Search.SearchQuery.SearchMode
>