NeoForgeCustomIngredient¶
class NeoForgeCustomIngredient<T : IACustomIngredient>(val custom: T) : ICustomIngredient, IACustomIngredientHolder<T>
Constructors¶
NeoForgeCustomIngredient¶
constructor(custom: T)
Properties¶
custom¶
isSimple¶
items¶
type¶
open override val type: IngredientType<*>
Functions¶
getItems¶
getType¶
open override fun getType(): IngredientType<*>
test¶
toVanilla¶
@ApiStatus.NonExtendable
open fun toVanilla(): Ingredient?