CustomRecipeChoice

class CustomRecipeChoice(tests: List<ItemTest>) : RecipeChoice.ExactChoice

Constructors

Link copied to clipboard
constructor(tests: List<ItemTest>)

Functions

Link copied to clipboard
open fun and(p0: Predicate<in ItemStack>): Predicate<ItemStack>
Link copied to clipboard
@NotNull
open override fun clone(): @NotNull RecipeChoice.ExactChoice
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
@NotNull
open fun getChoices(): @NotNull MutableList<ItemStack>
Link copied to clipboard
fun RecipeChoice.getInputStacks(): List<ItemStack>
Link copied to clipboard
@NotNull
open override fun getItemStack(): @NotNull ItemStack
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open fun negate(): Predicate<ItemStack>
Link copied to clipboard
open fun or(p0: Predicate<in ItemStack>): Predicate<ItemStack>
Link copied to clipboard
open override fun test(item: ItemStack): Boolean
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
@NotNull
open override fun validate(p0: Boolean): @NotNull RecipeChoice