@minecraft/server-editor
    Preparing search index...

    Type Alias GraphicsSettingsPropertyTypeMapBeta

    Defines type information for graphics settings properties.

    type GraphicsSettingsPropertyTypeMap = {
        NightVision?: boolean;
        ShowChunkBoundaries?: boolean;
        ShowCompass?: boolean;
        ShowInvisibleBlocks?: boolean;
    }
    Index

    Properties

    NightVision?: boolean
    ShowChunkBoundaries?: boolean
    ShowCompass?: boolean
    ShowInvisibleBlocks?: boolean