nova-parent
Toggle table of contents
0.21.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
nova-parent
nova
/
xyz.xenondevs.nova.world.item.recipe
/
CustomRecipeChoice
Custom
Recipe
Choice
class
CustomRecipeChoice
(
tests
:
List
<
ItemTest
>
)
:
RecipeChoice.ExactChoice
Members
Members & Extensions
Constructors
Custom
Recipe
Choice
Link copied to clipboard
constructor
(
tests
:
List
<
ItemTest
>
)
Properties
choices
Link copied to clipboard
@get:
NotNull
open
val
choices
:
@
NotNull
List
<
ItemStack
?
>
item
Stack
Link copied to clipboard
@get:
NotNull
open
val
itemStack
:
@
NotNull
ItemStack
Functions
and
Link copied to clipboard
open
fun
and
(
other
:
Predicate
<
in
ItemStack
?
>
?
)
:
Predicate
<
ItemStack
?
>
?
clone
Link copied to clipboard
@
NotNull
open
fun
clone
(
)
:
RecipeChoice.ExactChoice
get
Input
Stacks
Link copied to clipboard
fun
RecipeChoice
.
getInputStacks
(
)
:
List
<
ItemStack
>
negate
Link copied to clipboard
open
fun
negate
(
)
:
Predicate
<
ItemStack
?
>
?
or
Link copied to clipboard
open
fun
or
(
other
:
Predicate
<
in
ItemStack
?
>
?
)
:
Predicate
<
ItemStack
?
>
?
test
Link copied to clipboard
open
override
fun
test
(
item
:
ItemStack
)
:
Boolean
validate
Link copied to clipboard
@
NotNull
open
fun
validate
(
allowEmptyRecipes
:
Boolean
)
:
@
NotNull
RecipeChoice