Commit Graph

7 Commits

Author SHA1 Message Date
Nassim Jahnke
1d5b6e43f2
4.0.0: Refactor NBTIO, replace clone with copy 2023-12-31 13:30:15 +01:00
Nassim Jahnke
ad8ac024c4
3.3.0: Add Tag#asRawString
Also fix convertToTag
2023-12-10 11:25:21 +01:00
Nassim Jahnke
fe18bc74e7 Code formatting 2023-10-08 14:39:13 +10:00
Nassim Jahnke
eb96d8bca8
Add limiter for max bytes and nesting level 2022-08-14 22:16:32 +02:00
KennyTV
104486c6e1
Various optimizations and improvements
* Most notably, move the tag name out the of tags themselves
  * Always read/write CompoundTags in NBTIO
* Don't wrap values given in Tag#setValue / Tag constructors
* Abstract NumberTag class for easier (and primitive) number handling
* Don't use reflection when creating tag instances
* Directly use value in Tag#clone() for number tags
* Implement tag specific equals() methods
* Update to Java 8
* Replace links using http with https in maven pom
* Remove custom nbt types
* Proper checks for non-null values
2021-03-14 18:21:42 +01:00
Steveice10
1164dab716 Format code. 2017-09-01 12:52:20 -07:00
Steveice10
659bda0f7c Migrate away from spacehq.org 2017-03-01 16:09:25 -08:00