Skip to content

neoforgenet.kernelpanicsoft.archie.data.common.crafting.ingredientsACustomIngredientPlatformNeoForgeCustomIngredient

NeoForgeCustomIngredient


class NeoForgeCustomIngredient<T : IACustomIngredient>(val custom: T) : ICustomIngredient, IACustomIngredientHolder<T> 

Constructors

NeoForgeCustomIngredient

constructor(custom: T)

Properties

custom


open override val custom: T

Functions

getItems


open override fun getItems(): Stream<ItemStack>

getType


open override fun getType(): IngredientType<*>

isSimple


open override fun isSimple(): Boolean

test


open override fun test(arg: ItemStack): Boolean

toVanilla


@ApiStatus.NonExtendableopen fun toVanilla(): Ingredient