diff --git a/mappings/net/minecraft/class_7522.mapping b/mappings/net/minecraft/class_7522.mapping index 8df22c99aa..b471a993ea 100644 --- a/mappings/net/minecraft/class_7522.mapping +++ b/mappings/net/minecraft/class_7522.mapping @@ -1,9 +1,19 @@ CLASS net/minecraft/class_7522 METHOD method_12321 get (III)Ljava/lang/Object; + ARG 1 x + ARG 2 y + ARG 3 z METHOD method_12325 writePacket (Lnet/minecraft/class_2540;)V + COMMENT Writes this container to the packet byte buffer. + ARG 1 buf + COMMENT the packet byte buffer METHOD method_12327 getPacketSize ()I METHOD method_19526 hasAny (Ljava/util/function/Predicate;)Z + COMMENT {@return {@code true} if any object in this container's palette matches + COMMENT this predicate} + ARG 1 predicate METHOD method_21732 count (Lnet/minecraft/class_2841$class_4464;)V + ARG 1 counter CLASS class_6562 Serialized COMMENT The storage form of the paletted container in the {@linkplain COMMENT PalettedContainer#createCodec codec}. The {@code palette} is the entries diff --git a/mappings/net/minecraft/world/chunk/PalettedContainer.mapping b/mappings/net/minecraft/world/chunk/PalettedContainer.mapping index 21e5ea61f3..3fb8b2315b 100644 --- a/mappings/net/minecraft/world/chunk/PalettedContainer.mapping +++ b/mappings/net/minecraft/world/chunk/PalettedContainer.mapping @@ -22,17 +22,9 @@ CLASS net/minecraft/class_2841 net/minecraft/world/chunk/PalettedContainer ARG 1 idList ARG 2 paletteProvider ARG 3 data - METHOD method_12321 (III)Ljava/lang/Object; - ARG 1 x - ARG 2 y - ARG 3 z METHOD method_12322 set (ILjava/lang/Object;)V ARG 1 index ARG 2 value - METHOD method_12325 (Lnet/minecraft/class_2540;)V - COMMENT Writes this container to the packet byte buffer. - ARG 1 buf - COMMENT the packet byte buffer METHOD method_12326 readPacket (Lnet/minecraft/class_2540;)V COMMENT Reads data from the packet byte buffer into this container. Previous data COMMENT in this container is discarded. @@ -61,12 +53,6 @@ CLASS net/minecraft/class_2841 net/minecraft/world/chunk/PalettedContainer ARG 2 y ARG 3 z ARG 4 value - METHOD method_19526 (Ljava/util/function/Predicate;)Z - COMMENT {@return {@code true} if any object in this container's palette matches - COMMENT this predicate} - ARG 1 predicate - METHOD method_21732 (Lnet/minecraft/class_2841$class_4464;)V - ARG 1 counter METHOD method_21733 (Lnet/minecraft/class_2841$class_4464;Lit/unimi/dsi/fastutil/ints/Int2IntMap$Entry;)V ARG 2 entry METHOD method_21734 increment (Lit/unimi/dsi/fastutil/ints/Int2IntOpenHashMap;I)V