Script API - v1.21.120.21
    Preparing search index...

    Type Alias GraphicsSettingsPropertyTypeMap

    Defines type information for graphics settings properties.

    type GraphicsSettingsPropertyTypeMap = {
        DisableBlockEntityRendering?: boolean;
        DisableEntityRendering?: boolean;
        DisableParticleRendering?: boolean;
        DisableTerrainRendering?: boolean;
        DisableWeatherRendering?: boolean;
        GraphicsMode?: GraphicsMode;
        NightVision?: boolean;
        ShowChunkBoundaries?: boolean;
        ShowCompass?: boolean;
        ShowInvisibleBlocks?: boolean;
        ShowToastNotifications?: boolean;
    }
    Index

    Properties

    DisableBlockEntityRendering?: boolean
    DisableEntityRendering?: boolean
    DisableParticleRendering?: boolean
    DisableTerrainRendering?: boolean
    DisableWeatherRendering?: boolean
    GraphicsMode?: GraphicsMode
    NightVision?: boolean
    ShowChunkBoundaries?: boolean
    ShowCompass?: boolean
    ShowInvisibleBlocks?: boolean
    ShowToastNotifications?: boolean