SerenityJS
    Preparing search index...

    Interface MaterialInstanceOptions

    interface MaterialInstanceOptions {
        ambient_occlusion: boolean;
        face_dimming: boolean;
        render_method: MaterialRenderMethod;
        texture: string;
    }
    Index

    Properties

    ambient_occlusion: boolean

    Whether the block should have ambient occlusion enabled.

    face_dimming: boolean

    Whether the block should have face dimming.

    render_method: MaterialRenderMethod

    The render method to use for the block.

    texture: string

    The texture of the block.