UpdateLightPacket.VUntil754Layer
readonly record struct
Declaration
public readonly record struct UpdateLightPacket.VUntil754Layer
| Namespace | McProtoNet.Protocol.Packets.Play.Clientbound |
| Assembly | McProtoNet.Protocol.dll |
| Source | src/McProtoNet.Protocol/Generated/Packets/Play/Clientbound/UpdateLightPacket.cs#L30 ↗ |
Constructors
| Signature | Description |
|---|---|
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
| Signature | Description |
|---|---|
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