FurnaceBlockEntity

Properties

Link copied to clipboard
abstract val block: Block

The block that this entity is bound to.

Link copied to clipboard
abstract val cookingDuration: Int

The amount of time, in ticks, until the item in the furnace is cooked.

Link copied to clipboard
abstract var cookingProgress: Int

The current progress of the item being cooked.

Link copied to clipboard
abstract var displayName: Component

The display name of the block entity.

Link copied to clipboard
abstract val fuelDuration: Int

The total amount of time, in ticks, that the fuel in the furnace will burn for.

Link copied to clipboard
abstract val inventory: Inventory

The inventory that this block entity has.

Link copied to clipboard
abstract var lockToken: String?

The token that this container block entity is locked with.

Link copied to clipboard
abstract val position: Vec3i

The position of this block entity.

Link copied to clipboard
abstract var remainingFuel: Int

The amount of time, in ticks, until the fuel in the furnace runs out.

Link copied to clipboard
abstract val type: BlockEntityType<*>

The type of this block entity.

Link copied to clipboard
abstract val world: World

The world this block entity is in.