Fix wrong `showIcons` argument names (#3510)

This commit is contained in:
Jerozgen 2023-02-25 11:36:17 +03:00 committed by GitHub
parent a1d2e88a9b
commit de6ba2b8c5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ CLASS net/minecraft/class_22 net/minecraft/item/map/MapState
COMMENT <p>
COMMENT The client is not aware of the coordinates of the map state so its center coordinates will always be {@code (0, 0)}.
ARG 0 scale
ARG 1 showIcons
ARG 1 locked
ARG 2 dimension
METHOD method_32363 of (DDBZZLnet/minecraft/class_5321;)Lnet/minecraft/class_22;
COMMENT Creates a new map state instance.

View File

@ -7,7 +7,7 @@ CLASS net/minecraft/class_2683 net/minecraft/network/packet/s2c/play/MapUpdateS2
METHOD <init> (IBZLjava/util/Collection;Lnet/minecraft/class_22$class_5637;)V
ARG 1 id
ARG 2 scale
ARG 3 showIcons
ARG 3 locked
ARG 4 icons
ARG 5 updateData
METHOD <init> (Lnet/minecraft/class_2540;)V