MineJason.SNbt
0.4.0-alpha.2
dotnet add package MineJason.SNbt --version 0.4.0-alpha.2
NuGet\Install-Package MineJason.SNbt -Version 0.4.0-alpha.2
<PackageReference Include="MineJason.SNbt" Version="0.4.0-alpha.2" />
paket add MineJason.SNbt --version 0.4.0-alpha.2
#r "nuget: MineJason.SNbt, 0.4.0-alpha.2"
// Install MineJason.SNbt as a Cake Addin #addin nuget:?package=MineJason.SNbt&version=0.4.0-alpha.2&prerelease // Install MineJason.SNbt as a Cake Tool #tool nuget:?package=MineJason.SNbt&version=0.4.0-alpha.2&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.
There are more complex usages. See the website.
Issues
Please report issues and feature requests to the issues section.
Product | Versions 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. |
-
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 | 61 | 6/18/2024 | |
0.4.0-alpha.1 | 57 | 5/31/2024 | |
0.3.6-alpha | 51 | 5/27/2024 | |
0.3.5-alpha | 47 | 5/14/2024 | |
0.3.4-alpha | 82 | 4/30/2024 | |
0.3.3-alpha | 59 | 4/27/2024 | |
0.3.2-alpha | 66 | 4/19/2024 | |
0.3.0-alpha | 60 | 4/18/2024 | |
0.2.2-alpha | 73 | 3/22/2024 | |
0.2.1-alpha | 60 | 3/17/2024 | |
0.2.0-alpha | 75 | 3/17/2024 | |
0.1.0-alpha | 58 | 3/15/2024 |