public CustomProperties(TagNodeCompound nbt, string levelName) : base(nbt) { CustomName = levelName ?? nbt.GetAsStringDef("Data/LevelName"); }