public static LevelInfoBedrock FromNbt(NbtTag tag) { LevelInfoBedrock obj = tag.Deserialize <LevelInfoBedrock>(); return(obj); }