yarn/mappings/net/minecraft/nbt
LambdAurora bd5a3f41d6
Refactor the whole net.minecraft.nbt package. (#2090)
* Refactor the whole net.minecraft.nbt package.

* a NBT -> an NBT

* -bits -> -bit

* Improve javadoc and consistency.

* Update mappings/net/minecraft/nbt/AbstractNbtList.mapping

Co-authored-by: liach <7806504+liach@users.noreply.github.com>

* NbtObject -> NbtCompound...

* Remove last occurences of NbtObject

I have no idea how I missed those... They are quite obvious.

Co-authored-by: haykam821 <24855774+haykam821@users.noreply.github.com>

* Update mappings/net/minecraft/nbt/NbtCompound.mapping

Co-authored-by: YanisBft <doublecraft.official@gmail.com>

* Apply suggestions.

* Restore addElement and setElement.

* Fix some missed stuff.

* Apply suggestions from code review

Co-authored-by: haykam821 <24855774+haykam821@users.noreply.github.com>
Co-authored-by: Gegy <gegy1000@gmail.com>

* Reformat type value part of NBT elements javadoc.

* Apply suggestions from code review

Co-authored-by: haykam821 <24855774+haykam821@users.noreply.github.com>

* Clarify documentation.

* Apply @ChloeDawn's suggestion.

* rawType -> id

* Apply haykam's suggestions.

* Apply suggestions from code review

Co-authored-by: haykam821 <24855774+haykam821@users.noreply.github.com>

* getX -> xValue in AbstractNbtNumber.

* Apply more changes from code review.

* Apply suggestions from haykam's code review

Co-authored-by: haykam821 <24855774+haykam821@users.noreply.github.com>

Co-authored-by: liach <7806504+liach@users.noreply.github.com>
Co-authored-by: haykam821 <24855774+haykam821@users.noreply.github.com>
Co-authored-by: YanisBft <doublecraft.official@gmail.com>
Co-authored-by: Gegy <gegy1000@gmail.com>
2021-03-18 19:17:51 +00:00
..
visitor Refactor the whole net.minecraft.nbt package. (#2090) 2021-03-18 19:17:51 +00:00
AbstractNbtList.mapping Refactor the whole net.minecraft.nbt package. (#2090) 2021-03-18 19:17:51 +00:00
AbstractNbtNumber.mapping Refactor the whole net.minecraft.nbt package. (#2090) 2021-03-18 19:17:51 +00:00
NbtByte.mapping Refactor the whole net.minecraft.nbt package. (#2090) 2021-03-18 19:17:51 +00:00
NbtByteArray.mapping Refactor the whole net.minecraft.nbt package. (#2090) 2021-03-18 19:17:51 +00:00
NbtCompound.mapping Refactor the whole net.minecraft.nbt package. (#2090) 2021-03-18 19:17:51 +00:00
NbtDouble.mapping Refactor the whole net.minecraft.nbt package. (#2090) 2021-03-18 19:17:51 +00:00
NbtElement.mapping Refactor the whole net.minecraft.nbt package. (#2090) 2021-03-18 19:17:51 +00:00
NbtFloat.mapping Refactor the whole net.minecraft.nbt package. (#2090) 2021-03-18 19:17:51 +00:00
NbtHelper.mapping Refactor the whole net.minecraft.nbt package. (#2090) 2021-03-18 19:17:51 +00:00
NbtInt.mapping Refactor the whole net.minecraft.nbt package. (#2090) 2021-03-18 19:17:51 +00:00
NbtIntArray.mapping Refactor the whole net.minecraft.nbt package. (#2090) 2021-03-18 19:17:51 +00:00
NbtIo.mapping Refactor the whole net.minecraft.nbt package. (#2090) 2021-03-18 19:17:51 +00:00
NbtList.mapping Refactor the whole net.minecraft.nbt package. (#2090) 2021-03-18 19:17:51 +00:00
NbtLong.mapping Refactor the whole net.minecraft.nbt package. (#2090) 2021-03-18 19:17:51 +00:00
NbtLongArray.mapping Refactor the whole net.minecraft.nbt package. (#2090) 2021-03-18 19:17:51 +00:00
NbtNull.mapping Refactor the whole net.minecraft.nbt package. (#2090) 2021-03-18 19:17:51 +00:00
NbtOps.mapping Refactor the whole net.minecraft.nbt package. (#2090) 2021-03-18 19:17:51 +00:00
NbtShort.mapping Refactor the whole net.minecraft.nbt package. (#2090) 2021-03-18 19:17:51 +00:00
NbtString.mapping Refactor the whole net.minecraft.nbt package. (#2090) 2021-03-18 19:17:51 +00:00
NbtTagSizeTracker.mapping 21w08a Packet stuff (#2104) 2021-03-10 18:17:14 +00:00
NbtType.mapping Refactor the whole net.minecraft.nbt package. (#2090) 2021-03-18 19:17:51 +00:00
NbtTypes.mapping Refactor the whole net.minecraft.nbt package. (#2090) 2021-03-18 19:17:51 +00:00
StringNbtReader.mapping Refactor the whole net.minecraft.nbt package. (#2090) 2021-03-18 19:17:51 +00:00