Class DimensionInfo
Namespace: Void.Minecraft.World
Assembly: Void.Minecraft.dll
public record DimensionInfo : IEquatable<DimensionInfo>Inheritance
Implements
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
IsFlat
public bool IsFlat { get; init; }Property Value
LevelName
public string? LevelName { get; init; }Property Value
RegistryIdentifier
public string RegistryIdentifier { get; init; }