toggle menu
nova-parent
0.17-alpha.34
jvm
switch theme
search in API
nova
/
xyz.xenondevs.nova.world.item.recipe
/
TagTest
Tag
Test
class
TagTest
(
tag
:
Tag
<
Material
>
,
val
examples
:
List
<
ItemStack
>
=
tag.values.map(::ItemStack)
)
:
MultiItemTest
Members
Constructors
Tag
Test
Link copied to clipboard
constructor
(
tag
:
Tag
<
Material
>
,
examples
:
List
<
ItemStack
>
=
tag.values.map(::ItemStack)
)
Properties
examples
Link copied to clipboard
open
override
val
examples
:
List
<
ItemStack
>
Functions
test
Link copied to clipboard
open
override
fun
test
(
item
:
ItemStack
)
:
Boolean