fabric • net.kernelpanicsoft.archie.data.common.crafting.ingredients • ACustomIngredientPlatform • FabricCustomIngredient
FabricCustomIngredient
class FabricCustomIngredient<T : IACustomIngredient>(val custom: T) : CustomIngredient, IACustomIngredientHolder<T> Constructors
FabricCustomIngredient
constructor(custom: T)Properties
custom
Functions
getMatchingStacks
open override fun getMatchingStacks(): MutableList<ItemStack>getSerializer
open override fun getSerializer(): CustomIngredientSerializer<*>requiresTesting
open override fun requiresTesting(): Booleantest
toVanilla
@ApiStatus.NonExtendableopen fun toVanilla(): Ingredient