LibMinecraft.Level.McLevelTileEntities.SaveSection C# (CSharp) 메소드

SaveSection() 개인적인 메소드

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