23w46a more (#3732)

* 23w46a more

a couple things I missed, and fixing the new registry's name being plural (oops)

* Update ClickableWidget.mapping
This commit is contained in:
Shnupbups 2023-11-17 12:23:33 +11:00 committed by GitHub
parent 9d287c2e34
commit c7c97a2942
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

View File

@ -98,8 +98,8 @@ CLASS net/minecraft/class_339 net/minecraft/client/gui/widget/ClickableWidget
ARG 7 color
METHOD method_53533 setHeight (I)V
ARG 1 height
METHOD method_55442 getMaxX ()I
METHOD method_55443 getMaxY ()I
METHOD method_55442 getRight ()I
METHOD method_55443 getBottom ()I
METHOD method_55444 setDimensionsAndPosition (IIII)V
ARG 1 width
ARG 2 height

View File

@ -72,7 +72,7 @@ CLASS net/minecraft/class_7923 net/minecraft/registry/Registries
FIELD field_46591 BLOCK_TYPE Lnet/minecraft/class_2378;
FIELD field_46912 POOL_ALIAS_BINDING Lnet/minecraft/class_2378;
FIELD field_47496 CRITERION Lnet/minecraft/class_2378;
FIELD field_47555 NUMBER_FORMAT_TYPES Lnet/minecraft/class_2378;
FIELD field_47555 NUMBER_FORMAT_TYPE Lnet/minecraft/class_2378;
METHOD method_47450 (Lnet/minecraft/class_2378;)Lnet/minecraft/class_4168;
ARG 0 registry
METHOD method_47451 (Lnet/minecraft/class_2378;)Lnet/minecraft/class_4170;

View File

@ -387,3 +387,6 @@ CLASS net/minecraft/class_4516 net/minecraft/test/TestContext
ARG 2 amount
METHOD method_55451 setBiome (Lnet/minecraft/class_5321;)V
ARG 1 biome
METHOD method_55452 forceTickIceAndSnow ()V
METHOD method_55453 forceTickIceAndSnow (Lnet/minecraft/class_2338;)V
ARG 1 pos