neoforge • net.kernelpanicsoft.archie.data.common.crafting.ingredients • ACustomIngredientPlatform • NeoForgeCustomIngredient
NeoForgeCustomIngredient
class NeoForgeCustomIngredient<T : IACustomIngredient>(val custom: T) : ICustomIngredient, IACustomIngredientHolder<T> Constructors
NeoForgeCustomIngredient
constructor(custom: T)Properties
custom
Functions
getItems
getType
open override fun getType(): IngredientType<*>isSimple
test
toVanilla
@ApiStatus.NonExtendableopen fun toVanilla(): Ingredient