Giter Site home page Giter Site logo

Reverse nesting depth about nbt HOT 4 CLOSED

querz avatar querz commented on June 12, 2024
Reverse nesting depth

from nbt.

Comments (4)

Marcono1234 avatar Marcono1234 commented on June 12, 2024

Or maybe the nesting depth could still be incremented (like it is currently the case), but the maximum depth should be an additional parameter. Though that might make it more complicated.

from nbt.

Querz avatar Querz commented on June 12, 2024

When using the NBT protocol, it should be clear that the maximum depth must not exceed 512, see https://minecraft.gamepedia.com/NBT_format.

The #serializeValue(DataOutputStream, int), #deserializeValue(DataInputStream, int), #toString(int), #toTagString(int), #valueToString(int) and #valueToTagString(int) methods already provide a way to influence the depth of the structure, up to MAX_DEPTH.

from nbt.

Marcono1234 avatar Marcono1234 commented on June 12, 2024

It looks like this part of the wiki is an observation and only a limit imposed by Minecraft now.

Neither https://wiki.vg/NBT#Specification nor the original specification mention it.

Additionally since this library already supports custom types, it might be useful to allow custom nesting depths as well.

from nbt.

Querz avatar Querz commented on June 12, 2024

if that's the case, nothing speaks against a customisable depth. I'd prefer to invert it though, so you start with the highest number and approach 0, because this won't require an additional "limit" value.

Implemented int #27

from nbt.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.