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

BrewingStandBlockEntity

{}BrewingStandBlockEntity:compound extends IContainerBlockEntity

BrewingStand (Brewing Stand) with ID = 8.

Tid:string= "BrewingStand"
ICookTime:int= 0

Every potion cooks on same time ticks, counter. When next ingredient is done, every potion in slots 1-3 obtains tag "wasJustBrewed" = true.

IFuelAmount:int= 0

Fuel left of property, when it comes to zero next charge from slot 4 was used.

IFuelTotal:int= 0

When fuel was taken from slot changes to it capacity, now availabled only "minecraft:blaze_powder" (name property), which sets fuel to 20.

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.

BisMovable:byteIBlockEntity

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