MineJason.SNbt 0.2.2-alpha

This is a prerelease version of MineJason.SNbt.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package MineJason.SNbt --version 0.2.2-alpha
                    
NuGet\Install-Package MineJason.SNbt -Version 0.2.2-alpha
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MineJason.SNbt" Version="0.2.2-alpha" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="MineJason.SNbt" Version="0.2.2-alpha" />
                    
Directory.Packages.props
<PackageReference Include="MineJason.SNbt" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add MineJason.SNbt --version 0.2.2-alpha
                    
#r "nuget: MineJason.SNbt, 0.2.2-alpha"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package MineJason.SNbt@0.2.2-alpha
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=MineJason.SNbt&version=0.2.2-alpha&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=MineJason.SNbt&version=0.2.2-alpha&prerelease
                    
Install as a Cake Tool

MineJason SNBT

This library provides support for building SNBT formatted NBT components without depending on any additional NBT library.

Usage

This library is designed to be used straightforwardly.

  • SNbtCompound is a dictionary of any SNBT value, and compound itself is a SNBT value.
  • There are different kinds of supported SNBT values:
    • All SNBT values other than Compound, List and Arrays are record structures.
    • SNBT arrays and list are different kinds of collections of corresponding values.
    • They all implement ISNbtValue interface.

To convert SNBT value instances (including SNBT compounds) to string representation, call ToSNbtString() on any value.

Issues

Please report issues and feature requests to the GitLab issues section.

Product Compatible and additional computed target framework versions.
.NET net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net8.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on MineJason.SNbt:

Package Downloads
MineJason.Item

The item module for MineJason dealing with Item Components and more

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.4.0-alpha.2 95 6/18/2024
0.4.0-alpha.1 78 5/31/2024
0.3.6-alpha 76 5/27/2024
0.3.5-alpha 69 5/14/2024
0.3.4-alpha 104 4/30/2024
0.3.3-alpha 81 4/27/2024
0.3.2-alpha 87 4/19/2024
0.3.0-alpha 80 4/18/2024
0.2.2-alpha 98 3/22/2024
0.2.1-alpha 89 3/17/2024
0.2.0-alpha 103 3/17/2024 0.2.0-alpha is deprecated because it has critical bugs.
0.1.0-alpha 81 3/15/2024