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

    Class BiomeLightingBeta

    Used to affect lighting for Vibrant Visuals

    Index

    Methods

    • Beta

      Returns void

      Resets the ambient color to the value set by resource packs

      This function can't be called in restricted-execution mode.

      This function can throw errors.

      minecraftcommon.EngineError

    • Beta

      Returns void

      Resets the ambient illuminance to the value set by resource packs

      This function can't be called in restricted-execution mode.

      This function can throw errors.

      minecraftcommon.EngineError

    • Beta

      Returns void

      Resets the emissive desaturation to the value set by resource packs

      This function can't be called in restricted-execution mode.

      This function can throw errors.

      minecraftcommon.EngineError

    • Beta

      Returns void

      Resets the flash color to the value set by resource packs

      This function can't be called in restricted-execution mode.

      This function can throw errors.

      minecraftcommon.EngineError

    • Beta

      Returns void

      Resets the flash illuminance to the value set by resource packs

      This function can't be called in restricted-execution mode.

      This function can throw errors.

      minecraftcommon.EngineError

    • Beta

      Returns void

      Resets the moon color to the value set by resource packs

      This function can't be called in restricted-execution mode.

      This function can throw errors.

      minecraftcommon.EngineError

    • Beta

      Returns void

      Resets the moon illuminance to the value set by resource packs

      This function can't be called in restricted-execution mode.

      This function can throw errors.

      minecraftcommon.EngineError

    • Beta

      Returns void

      Resets the orbital offset to the value set by resource packs

      This function can't be called in restricted-execution mode.

      This function can throw errors.

      minecraftcommon.EngineError

    • Beta

      Returns void

      Resets the sky intensity to the value set by resource packs

      This function can't be called in restricted-execution mode.

      This function can throw errors.

      minecraftcommon.EngineError

    • Beta

      Returns void

      Resets the sun color to the value set by resource packs

      This function can't be called in restricted-execution mode.

      This function can throw errors.

      minecraftcommon.EngineError

    • Beta

      Returns void

      Resets the sun illuminance to the value set by resource packs

      This function can't be called in restricted-execution mode.

      This function can throw errors.

      minecraftcommon.EngineError

    • Beta

      Parameters

      • color: RGB | Record<number, RGB>

      Returns void

      Sets the ambient color for lighting in Vibrant Visuals

      This function can't be called in restricted-execution mode.

      This function can throw errors.

      minecraftcommon.InvalidArgumentError

    • Beta

      Parameters

      • illuminance: number | Record<number, number>

      Returns void

      Sets the ambient illuminance for lighting in Vibrant Visuals

      This function can't be called in restricted-execution mode.

      This function can throw errors.

      minecraftcommon.InvalidArgumentError

    • Beta

      Parameters

      • value: number

      Returns void

      Sets the emissive desaturation for lighting in Vibrant Visuals

      This function can't be called in restricted-execution mode.

      This function can throw errors.

      minecraftcommon.InvalidArgumentError

    • Beta

      Parameters

      • color: RGB | Record<number, RGB>

      Returns void

      Sets the flash color for lighting in Vibrant Visuals

      This function can't be called in restricted-execution mode.

      This function can throw errors.

      minecraftcommon.InvalidArgumentError

    • Beta

      Parameters

      • illuminance: number | Record<number, number>

      Returns void

      Sets the flash illuminance for lighting in Vibrant Visuals

      This function can't be called in restricted-execution mode.

      This function can throw errors.

      minecraftcommon.InvalidArgumentError

    • Beta

      Parameters

      • color: RGB | Record<number, RGB>

      Returns void

      Sets the moon color for lighting in Vibrant Visuals

      This function can't be called in restricted-execution mode.

      This function can throw errors.

      minecraftcommon.InvalidArgumentError

    • Beta

      Parameters

      • illuminance: number | Record<number, number>

      Returns void

      Sets the moon illuminance for lighting in Vibrant Visuals

      This function can't be called in restricted-execution mode.

      This function can throw errors.

      minecraftcommon.InvalidArgumentError

    • Beta

      Parameters

      • degrees: number | Record<number, number>

      Returns void

      Sets the orbital offset for lighting in Vibrant Visuals

      This function can't be called in restricted-execution mode.

      This function can throw errors.

      minecraftcommon.InvalidArgumentError

    • Beta

      Parameters

      • intensity: number | Record<number, number>

      Returns void

      Sets the sky intensity for lighting in Vibrant Visuals

      This function can't be called in restricted-execution mode.

      This function can throw errors.

      minecraftcommon.InvalidArgumentError

    • Beta

      Parameters

      • color: RGB | Record<number, RGB>

      Returns void

      Sets the sun color for lighting in Vibrant Visuals

      This function can't be called in restricted-execution mode.

      This function can throw errors.

      minecraftcommon.InvalidArgumentError

    • Beta

      Parameters

      • illuminance: number | Record<number, number>

      Returns void

      Sets the sun illuminance for lighting in Vibrant Visuals

      This function can't be called in restricted-execution mode.

      This function can throw errors.

      minecraftcommon.InvalidArgumentError