RecipeInput

sealed interface RecipeInput(source)

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
data class Fluid(val fluids: MutableSet<PylonFluid>, val amountMillibuckets: Double) : Record, RecipeInput
Link copied to clipboard
data class Item(val items: MutableSet<ItemTypeWrapper>, val amount: Int) : RecipeInput