Перейти к основному содержимому

LoginPacket.V751_754Layer

readonly record struct

Declaration

public readonly record struct LoginPacket.V751_754Layer
NamespaceMcProtoNet.Protocol.Packets.Play.Clientbound
AssemblyMcProtoNet.Protocol.dll
Sourcesrc/McProtoNet.Protocol/Generated/Packets/Play/Clientbound/LoginPacket.cs#L99 ↗

Constructors

SignatureDescription
V751_754Layer(bool IsHardcore, int Gamemode, int PreviousGamemode, NbtTag DimensionCodec, NbtTag DimensionNbt, string WorldName, long HashedSeed, bool IsDebug, bool IsFlat)-

V751_754Layer(bool, int, int, NbtTag, NbtTag, string, long, bool, bool)

public V751_754Layer(bool IsHardcore, int Gamemode, int PreviousGamemode, NbtTag DimensionCodec, NbtTag DimensionNbt, string WorldName, long HashedSeed, bool IsDebug, bool IsFlat)

Parameters: IsHardcore (Boolean), Gamemode (Int32), PreviousGamemode (Int32), DimensionCodec (NbtTag), DimensionNbt (NbtTag), WorldName (String), HashedSeed (Int64), IsDebug (Boolean), IsFlat (Boolean)

Properties

SignatureDescription
NbtTag DimensionCodec-
NbtTag DimensionNbt-
int Gamemode-
long HashedSeed-
bool IsDebug-
bool IsFlat-
bool IsHardcore-
int PreviousGamemode-
string WorldName-

DimensionCodec

public NbtTag DimensionCodec { get; init; }

Returns: NbtTag

DimensionNbt

public NbtTag DimensionNbt { get; init; }

Returns: NbtTag

Gamemode

public int Gamemode { get; init; }

Returns: Int32

HashedSeed

public long HashedSeed { get; init; }

Returns: Int64

IsDebug

public bool IsDebug { get; init; }

Returns: Boolean

IsFlat

public bool IsFlat { get; init; }

Returns: Boolean

IsHardcore

public bool IsHardcore { get; init; }

Returns: Boolean

PreviousGamemode

public int PreviousGamemode { get; init; }

Returns: Int32

WorldName

public string WorldName { get; init; }

Returns: String