Querz / NBT

A java implementation of the NBT protocol, including a way to implement custom tags.
MIT License
182 stars 48 forks source link

Retrieving local palette from a section #34

Closed giacomotontini closed 4 years ago

giacomotontini commented 5 years ago

How am I supposed to retrieve local palette from a section? Should't be available a palette getter within Section class?

Querz commented 4 years ago

Section now has a Palette getter.