Struct CommonPlayerSpawnInfo
- Namespace
- Obsidian.API
- Assembly
- Obsidian.API.dll
public readonly struct CommonPlayerSpawnInfo : INetworkSerializable<CommonPlayerSpawnInfo>
- Implements
-
- Inherited Members
-
Properties
DeathLocation
public DeathLocation? DeathLocation { get; init; }
Property Value
- DeathLocation?
Debug
public bool Debug { get; init; }
Property Value
- bool
DimensionName
public required string DimensionName { get; init; }
Property Value
- string
DimensionType
public required int DimensionType { get; init; }
Property Value
- int
Flat
public bool Flat { get; init; }
Property Value
- bool
Gamemode
public Gamemode Gamemode { get; init; }
Property Value
- Gamemode
HashedSeed
public long HashedSeed { get; init; }
Property Value
- long
PortalCooldown
public int PortalCooldown { get; init; }
Property Value
- int
PreviousGamemode
public Gamemode PreviousGamemode { get; init; }
Property Value
- Gamemode
SeaLevel
public int SeaLevel { get; init; }
Property Value
- int
Explicit Interface Implementations
Read(INetStreamReader)
static CommonPlayerSpawnInfo Read(INetStreamReader reader)
Parameters
reader
INetStreamReader
Returns
- CommonPlayerSpawnInfo
Write(CommonPlayerSpawnInfo, INetStreamWriter)
static void Write(CommonPlayerSpawnInfo value, INetStreamWriter writer)
Parameters
value
CommonPlayerSpawnInfo
writer
INetStreamWriter