net.kernelpanicsoft.archie.data.common.crafting.ingredients¶
Types¶
AAllIngredient¶
class AAllIngredient : ACombinedIngredient
AAnyIngredient¶
class AAnyIngredient : ACombinedIngredient
ABuiltinIngredients¶
object ABuiltinIngredients
ACombinedIngredient¶
abstract class ACombinedIngredient : IACustomIngredient
Base class for ALL and ANY ingredients.
AComponentsIngredient¶
ACustomDataIngredient¶
IACustomIngredient¶
interface IACustomIngredient
Interface that modders can implement to create new behaviors for Ingredients.
IACustomIngredientHolder¶
interface IACustomIngredientHolder<T : IACustomIngredient>
IACustomIngredientSerializer¶
interface IACustomIngredientSerializer<T : IACustomIngredient>
Serializer for a IACustomIngredient.