Skip to content

Class DimensionInfo

Namespace: Void.Minecraft.World
Assembly: Void.Minecraft.dll

public record DimensionInfo : IEquatable<DimensionInfo>

Inheritance

objectDimensionInfo

Implements

IEquatable<DimensionInfo>

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

Constructors

DimensionInfo(string, string?, bool, bool)

public DimensionInfo(string RegistryIdentifier, string? LevelName, bool IsFlat, bool IsDebugType)

Parameters

RegistryIdentifier string

LevelName string?

IsFlat bool

IsDebugType bool

Properties

IsDebugType

public bool IsDebugType { get; init; }

Property Value

bool

IsFlat

public bool IsFlat { get; init; }

Property Value

bool

LevelName

public string? LevelName { get; init; }

Property Value

string?

RegistryIdentifier

public string RegistryIdentifier { get; init; }

Property Value

string