Some client nested classes (#2056)

Signed-off-by: liach <liach@users.noreply.github.com>

Co-authored-by: liach <liach@users.noreply.github.com>
This commit is contained in:
liach 2021-02-13 11:03:45 -06:00 committed by GitHub
parent eb891c9011
commit 3313e442f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 57 additions and 0 deletions

View File

@ -1,3 +1,43 @@
CLASS net/minecraft/class_5682 net/minecraft/client/gui/tooltip/BundleTooltipComponent
FIELD field_27995 inventory Lnet/minecraft/class_2371;
FIELD field_28359 TEXTURE Lnet/minecraft/class_2960;
FIELD field_28360 occupancy I
METHOD <init> (Lnet/minecraft/class_5631;)V
ARG 1 data
METHOD method_33286 drawOutline (IIIILnet/minecraft/class_4587;ILnet/minecraft/class_1060;)V
ARG 1 x
ARG 2 y
ARG 3 columns
ARG 4 rows
ARG 5 matrices
ARG 6 z
ARG 7 textureManager
METHOD method_33287 drawSlot (IIIZLnet/minecraft/class_327;Lnet/minecraft/class_4587;Lnet/minecraft/class_918;ILnet/minecraft/class_1060;)V
ARG 1 x
ARG 2 y
ARG 3 index
ARG 4 shouldBlock
ARG 5 textRenderer
ARG 6 matrices
ARG 7 itemRenderer
ARG 8 z
ARG 9 textureManager
METHOD method_33288 draw (Lnet/minecraft/class_4587;IIILnet/minecraft/class_1060;Lnet/minecraft/class_5682$class_5771;)V
ARG 1 matrices
ARG 2 x
ARG 3 y
ARG 4 z
ARG 5 textureManager
ARG 6 sprite
METHOD method_33289 getColumns ()I
METHOD method_33290 getRows ()I
CLASS class_5771 Sprite
FIELD field_28368 u I
FIELD field_28369 v I
FIELD field_28370 width I
FIELD field_28371 height I
METHOD <init> (Ljava/lang/String;IIIII)V
ARG 3 u
ARG 4 v
ARG 5 width
ARG 6 height

View File

@ -17,3 +17,4 @@ CLASS net/minecraft/class_5684 net/minecraft/client/gui/tooltip/TooltipComponent
ARG 4 matrices
ARG 5 itemRenderer
ARG 6 z
ARG 7 textureManager

View File

@ -15,6 +15,7 @@ CLASS net/minecraft/class_287 net/minecraft/client/render/BufferBuilder
METHOD <init> (I)V
ARG 1 initialCapacity
METHOD method_1324 restoreState (Lnet/minecraft/class_287$class_5594;)V
ARG 1 state
METHOD method_1326 end ()V
METHOD method_1328 begin (Lnet/minecraft/class_293$class_5596;Lnet/minecraft/class_293;)V
ARG 1 drawMode
@ -42,3 +43,6 @@ CLASS net/minecraft/class_287 net/minecraft/client/render/BufferBuilder
METHOD method_22634 getVertexFormat ()Lnet/minecraft/class_293;
METHOD method_22635 getCount ()I
METHOD method_22636 getMode ()Lnet/minecraft/class_293$class_5596;
CLASS class_5594 State
FIELD field_27358 drawMode Lnet/minecraft/class_293$class_5596;
FIELD field_27359 vertexCount I

View File

@ -12,12 +12,24 @@ CLASS net/minecraft/class_1079 net/minecraft/client/resource/metadata/AnimationR
ARG 3 height
ARG 4 defaultFrameTime
ARG 5 interpolate
METHOD method_24141 ensureImageSize (II)Lcom/mojang/datafixers/util/Pair;
ARG 1 x
ARG 2 y
METHOD method_24142 isMultipleOf (II)Z
ARG 0 dividend
ARG 1 divisor
METHOD method_24143 getSize (II)Lcom/mojang/datafixers/util/Pair;
ARG 1 defaultWidth
ARG 2 defaultHeight
METHOD method_33460 forEachFrame (Lnet/minecraft/class_1079$class_5792;)V
ARG 1 consumer
METHOD method_4684 getDefaultFrameTime ()I
METHOD method_4685 shouldInterpolate ()Z
METHOD method_4686 getHeight (I)I
ARG 1 defaultHeight
METHOD method_4687 getWidth (I)I
ARG 1 defaultWidth
CLASS class_5792 FrameConsumer
METHOD accept (II)V
ARG 1 index
ARG 2 frameTime