yarn/mappings/net/minecraft/nbt/visitor/NbtElementVisitor.mapping

29 lines
1.1 KiB
Plaintext
Raw Normal View History

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 15:17:51 -04:00
CLASS net/minecraft/class_5627 net/minecraft/nbt/visitor/NbtElementVisitor
COMMENT A visitor interface for NBT elements.
METHOD method_32290 visitByteArray (Lnet/minecraft/class_2479;)V
ARG 1 element
METHOD method_32291 visitByte (Lnet/minecraft/class_2481;)V
ARG 1 element
METHOD method_32292 visitCompound (Lnet/minecraft/class_2487;)V
ARG 1 compound
METHOD method_32293 visitDouble (Lnet/minecraft/class_2489;)V
ARG 1 element
METHOD method_32294 visitNull (Lnet/minecraft/class_2491;)V
ARG 1 element
METHOD method_32295 visitFloat (Lnet/minecraft/class_2494;)V
ARG 1 element
METHOD method_32296 visitIntArray (Lnet/minecraft/class_2495;)V
ARG 1 element
METHOD method_32297 visitInt (Lnet/minecraft/class_2497;)V
ARG 1 element
METHOD method_32298 visitList (Lnet/minecraft/class_2499;)V
ARG 1 element
METHOD method_32299 visitLongArray (Lnet/minecraft/class_2501;)V
ARG 1 element
METHOD method_32300 visitLong (Lnet/minecraft/class_2503;)V
ARG 1 element
METHOD method_32301 visitShort (Lnet/minecraft/class_2516;)V
ARG 1 element
METHOD method_32302 visitString (Lnet/minecraft/class_2519;)V
ARG 1 element