Table of Contents

Class CraftingStationBehaviour

Namespace
GrindFest
Assembly
GrindFest.dll
public class CraftingStationBehaviour : MonoBehaviour
Inheritance
object
CraftingStationBehaviour

Fields

Container
Interactive
ItemPosition
recipes

Properties

HeatSource

The heat source (BurnableBehaviour) powering this station. Set when station is attached to a fire.

Methods

Clear()
FindItem(Type)
FindItem<T>()
FindItems<T>()
FindMaterial(ItemBehaviour)
GetMaxItems()
HasItem(Type)
HasItem<T>()
HasMaterial(ItemBehaviour)
OnValidate()
RemoveItem(ItemBehaviour)
Start()
TryCraft(SkillBehaviour)

Events

ItemAdded
OnHeatSourceChanged
RecipeCrafted