Fix the parameter of DefaultedList.add (#2936)

This commit is contained in:
enbrain 2021-12-23 04:20:26 +09:00 committed by GitHub
parent 8be74de542
commit 80dcaed6ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ CLASS net/minecraft/class_2371 net/minecraft/util/collection/DefaultedList
ARG 1 delegate
ARG 2 initialElement
METHOD add (ILjava/lang/Object;)V
ARG 1 value
ARG 1 index
ARG 2 element
METHOD get (I)Ljava/lang/Object;
ARG 1 index