SerenityJS
    Preparing search index...

    Interface CustomBlockProperties

    interface CustomBlockProperties {
        air: boolean;
        creativeCategory: ItemCategory;
        creativeGroup: ItemGroup;
        drops: ItemDrop[];
        liquid: boolean;
        loggable: boolean;
        permutations: BlockPermutation<keyof BlockState>[];
        properties: BlockTypeDefinition;
        solid: boolean;
        tags: string[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    air: boolean
    creativeCategory: ItemCategory
    creativeGroup: ItemGroup
    drops: ItemDrop[]
    liquid: boolean
    loggable: boolean
    permutations: BlockPermutation<keyof BlockState>[]
    solid: boolean
    tags: string[]