Client stuff (#3381)

just a few misc things in the client package
This commit is contained in:
Shnupbups 2022-11-04 11:32:43 +11:00 committed by GitHub
parent ab7fc77e3f
commit e488670b8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 11 additions and 0 deletions

View File

@ -17,9 +17,13 @@ CLASS net/minecraft/class_5292 net/minecraft/client/gui/screen/world/MoreOptions
FIELD field_28001 unchangeableMapTypeButton Lnet/minecraft/class_4185;
FIELD field_35754 AMPLIFIED_INFO_TEXT Lnet/minecraft/class_2561;
FIELD field_35755 amplifiedInfoText Lnet/minecraft/class_5489;
METHOD <init> (Lnet/minecraft/class_7193;Ljava/util/Optional;)V
ARG 1 generatorOptionsHolder
ARG 2 presetKey
METHOD <init> (Lnet/minecraft/class_7193;Ljava/util/Optional;J)V
ARG 1 generatorOptionsHolder
ARG 2 presetKey
ARG 3 seed
METHOD method_28085 isDebugWorld ()Z
METHOD method_28086 setGeneratorOptionsHolder (Lnet/minecraft/class_7193;)V
ARG 1 generatorOptionsHolder

View File

@ -1 +1,5 @@
CLASS net/minecraft/class_7763 net/minecraft/client/render/entity/CamelEntityRenderer
FIELD field_40529 TEXTURE Lnet/minecraft/class_2960;
METHOD <init> (Lnet/minecraft/class_5617$class_5618;Lnet/minecraft/class_5601;)V
ARG 1 ctx
ARG 2 layer

View File

@ -67,3 +67,5 @@ CLASS net/minecraft/class_5619 net/minecraft/client/render/entity/EntityRenderer
ARG 0 context
METHOD method_42605 (Lnet/minecraft/class_5617$class_5618;)Lnet/minecraft/class_897;
ARG 0 context
METHOD method_45802 (Lnet/minecraft/class_5617$class_5618;)Lnet/minecraft/class_897;
ARG 0 context

View File

@ -68,3 +68,4 @@ CLASS net/minecraft/class_5602 net/minecraft/client/render/entity/model/EntityMo
METHOD method_45718 createChestRaft (Lnet/minecraft/class_1690$class_1692;)Lnet/minecraft/class_5601;
ARG 0 type
METHOD method_45719 createHangingSign (Lnet/minecraft/class_4719;)Lnet/minecraft/class_5601;
ARG 0 type