Skip to main content

UpdateLightPacket.VUntil754Layer

readonly record struct

Declaration

public readonly record struct UpdateLightPacket.VUntil754Layer
NamespaceMcProtoNet.Protocol.Packets.Play.Clientbound
AssemblyMcProtoNet.Protocol.dll
Sourcesrc/McProtoNet.Protocol/Generated/Packets/Play/Clientbound/UpdateLightPacket.cs#L30 ↗

Constructors

SignatureDescription
VUntil754Layer(bool TrustEdges, int SkyLightMaskLegacy, int BlockLightMaskLegacy, int EmptySkyLightMaskLegacy, int EmptyBlockLightMaskLegacy, byte[] Data)-

VUntil754Layer(bool, int, int, int, int, byte[])

public VUntil754Layer(bool TrustEdges, int SkyLightMaskLegacy, int BlockLightMaskLegacy, int EmptySkyLightMaskLegacy, int EmptyBlockLightMaskLegacy, byte[] Data)

Parameters: TrustEdges (Boolean), SkyLightMaskLegacy (Int32), BlockLightMaskLegacy (Int32), EmptySkyLightMaskLegacy (Int32), EmptyBlockLightMaskLegacy (Int32), Data (Byte[])

Properties

SignatureDescription
int BlockLightMaskLegacy-
byte[] Data-
int EmptyBlockLightMaskLegacy-
int EmptySkyLightMaskLegacy-
int SkyLightMaskLegacy-
bool TrustEdges-

BlockLightMaskLegacy

public int BlockLightMaskLegacy { get; init; }

Returns: Int32

Data

public byte[] Data { get; init; }

Returns: Byte[]

EmptyBlockLightMaskLegacy

public int EmptyBlockLightMaskLegacy { get; init; }

Returns: Int32

EmptySkyLightMaskLegacy

public int EmptySkyLightMaskLegacy { get; init; }

Returns: Int32

SkyLightMaskLegacy

public int SkyLightMaskLegacy { get; init; }

Returns: Int32

TrustEdges

public bool TrustEdges { get; init; }

Returns: Boolean