SerenityJS
    Preparing search index...

    Interface BlockTypeNbtDefinition

    interface BlockTypeNbtDefinition {
        components: CompoundTag;
        menu_category: CompoundTag;
        molangVersion: IntTag;
        permutations: ListTag<CompoundTag>;
        properties: ListTag<CompoundTag>;
        vanilla_block_data: CompoundTag;
    }
    Index

    Properties

    components: CompoundTag
    menu_category: CompoundTag
    molangVersion: IntTag
    permutations: ListTag<CompoundTag>
    properties: ListTag<CompoundTag>
    vanilla_block_data: CompoundTag