Staff Furnace Data Component
Data components to store the state of a furnace staff.
Parameters
smelted Item Id
The network ID of the item entity being smelted
unsmeltable Item Ids
The network ID of the item entities which cannot be smelted
smelt Ticks
The ticks elapsed since the furnace started to smelt smeltedItemId
Constructors
Link copied to clipboard
public StaffFurnaceDataComponent StaffFurnaceDataComponent(Integer smeltedItemId, Integer smeltTicks)
public StaffFurnaceDataComponent StaffFurnaceDataComponent(Integer smeltedItemId, IntSet unsmeltableItemIds, Integer smeltTicks)