MineJason.SNbt 0.3.4-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.3.4-alpha
NuGet\Install-Package MineJason.SNbt -Version 0.3.4-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.3.4-alpha" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MineJason.SNbt --version 0.3.4-alpha
#r "nuget: MineJason.SNbt, 0.3.4-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.
// Install MineJason.SNbt as a Cake Addin
#addin nuget:?package=MineJason.SNbt&version=0.3.4-alpha&prerelease

// Install MineJason.SNbt as a Cake Tool
#tool nuget:?package=MineJason.SNbt&version=0.3.4-alpha&prerelease

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. 
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.3.5-alpha 33 5/14/2024
0.3.4-alpha 59 4/30/2024
0.3.3-alpha 49 4/27/2024
0.3.2-alpha 49 4/19/2024
0.3.0-alpha 45 4/18/2024
0.2.2-alpha 59 3/22/2024
0.2.1-alpha 48 3/17/2024
0.2.0-alpha 62 3/17/2024
0.1.0-alpha 52 3/15/2024