toggle menu
nova-parent
0.17-alpha.26
jvm
switch theme
search in API
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
>
)
Functions
and
Link copied to clipboard
open
fun
and
(
p0
:
Predicate
<
in
ItemStack
>
)
:
Predicate
<
ItemStack
>
clone
Link copied to clipboard
@
NotNull
open
override
fun
clone
(
)
:
@
NotNull
RecipeChoice.ExactChoice
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
get
Choices
Link copied to clipboard
@
NotNull
open
fun
getChoices
(
)
:
@
NotNull
MutableList
<
ItemStack
>
get
Input
Stacks
Link copied to clipboard
fun
RecipeChoice
.
getInputStacks
(
)
:
List
<
ItemStack
>
get
Item
Stack
Link copied to clipboard
@
NotNull
open
override
fun
getItemStack
(
)
:
@
NotNull
ItemStack
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
negate
Link copied to clipboard
open
fun
negate
(
)
:
Predicate
<
ItemStack
>
or
Link copied to clipboard
open
fun
or
(
p0
:
Predicate
<
in
ItemStack
>
)
:
Predicate
<
ItemStack
>
test
Link copied to clipboard
open
override
fun
test
(
item
:
ItemStack
)
:
Boolean
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
validate
Link copied to clipboard
@
NotNull
open
override
fun
validate
(
p0
:
Boolean
)
:
@
NotNull
RecipeChoice