LibMinecraft.Level.McLevelTileEntities.SaveSection C# (CSharp) Méthode

SaveSection() private méthode

private SaveSection ( ) : NbtTag
Résultat NbtTag
        internal NbtTag SaveSection()
        {
            // Create the tags to save this section
            NbtList section = new NbtList("TileEntities");
            return section;
        }