StaffFurnaceDataComponent

class StaffFurnaceDataComponent(var serverBurnTicks: Int)(source)

Data components to store the state of a furnace staff.

Parameters

serverBurnTicks

The ticks the furnace has been on for minus the items smelted. This data is not synced to the client

Constructors

Link copied to clipboard
constructor(serverBurnTicks: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int