Перейти к основному содержанию

IFurnaceBlockEntity

{}IFurnaceBlockEntity:compound extends IContainerBlockEntity
IBurnDuration:int= 0

Currently burning fuel (appears in slot 1) total time in ticks (e.g. coal burns in 1600 ticks) before burning completed.

IBurnTime:int= 0

Counter to , when them equals furnace unlit.

ICookTime:int

Currently smelting item (appears in slot 0) progress, result will be presented in slot with index 2.

IStoredXPInt:int= 0

Accumulated experience, it will be dropped when result taken or furnace digged.

Contained slots, which is stored in numeral-index sorting starting with zero.

+{}Block:compound extends Block
ICount:int

Amount of item in slot.

IDamage:int= "0 // not damaged at all"

Dealed damage, when it comes to item will be broken.

TName:string

Typed identifier, such as "minecraft:stick".

ISlot:int

Indexed slot, required in containers with more than one slots.

BWasPickedUp:byte

Picked up by entity, denies despawn it naturally.

+{}tag:compound extends T

Additional data, such as nametags, enchantments, etc.

Typed identifier, such as "Chest", "Beacon", etc.

BisMovable:byteIBlockEntity

Block Entity will be saved without instantiating new one when transporting (via pistons, commands, etc.).