StaffFurnaceDataComponent

data class StaffFurnaceDataComponent(val smeltedItemId: Int, val unsmeltableItemIds: IntSet, val smeltTicks: Int)(source)

Data components to store the state of a furnace staff.

Parameters

smeltedItemId

The network ID of the item entity being smelted

unsmeltableItemIds

The network ID of the item entities which cannot be smelted

smeltTicks

The ticks elapsed since the furnace started to smelt smeltedItemId

Constructors

Link copied to clipboard
constructor(smeltedItemId: Int, smeltTicks: Int)
constructor()
constructor(smeltedItemId: Int, unsmeltableItemIds: IntSet, smeltTicks: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val unsmeltableItemIds: IntSet