25w34b things (#4250)

* 25w34b things

* Fix Unpick definitions
This commit is contained in:
mschae23 2025-08-23 20:56:33 +02:00 committed by GitHub
parent 8d7f4579ad
commit 2f406ad2b6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
53 changed files with 584 additions and 60 deletions

View file

@ -501,6 +501,8 @@ CLASS net/minecraft/class_310 net/minecraft/client/MinecraftClient
METHOD method_72100 disconnectWithProgressScreen ()V METHOD method_72100 disconnectWithProgressScreen ()V
METHOD method_72703 getAtlasManager ()Lnet/minecraft/class_11697; METHOD method_72703 getAtlasManager ()Lnet/minecraft/class_11697;
METHOD method_72704 isOfflineDeveloperMode ()Z METHOD method_72704 isOfflineDeveloperMode ()Z
METHOD method_73360 disconnect (Lnet/minecraft/class_2561;)V
ARG 1 reasonText
CLASS 1 CLASS 1
FIELD field_52756 closed Z FIELD field_52756 closed Z
CLASS class_5859 ChatRestriction CLASS class_5859 ChatRestriction

View file

@ -0,0 +1,21 @@
CLASS net/minecraft/class_11777 net/minecraft/client/gui/screen/multiplayer/CodeOfConductScreen
FIELD field_62173 TITLE_TEXT Lnet/minecraft/class_2561;
FIELD field_62174 CHECK_TEXT Lnet/minecraft/class_2561;
FIELD field_62175 serverInfo Lnet/minecraft/class_642;
FIELD field_62176 rawCodeOfConduct Ljava/lang/String;
FIELD field_62177 callback Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;
METHOD <init> (Lnet/minecraft/class_642;Ljava/lang/String;Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;)V
ARG 1 serverInfo
ARG 2 codeOfConductText
ARG 3 callback
METHOD <init> (Lnet/minecraft/class_642;Lnet/minecraft/class_2561;Ljava/lang/String;Lit/unimi/dsi/fastutil/booleans/BooleanConsumer;)V
ARG 1 serverInfo
ARG 2 codeOfConductText
ARG 3 rawCodeOfConduct
ARG 4 callback
METHOD method_73432 (Lnet/minecraft/class_4185;)V
ARG 1 button
METHOD method_73433 (Lnet/minecraft/class_4185;)V
ARG 1 button
METHOD method_73434 onAnswer (Z)V
ARG 1 acknowledged

View file

@ -13,3 +13,5 @@ CLASS net/minecraft/class_8674 net/minecraft/client/network/ClientConfigurationN
ARG 1 factory ARG 1 factory
METHOD method_57044 openClientDataPack (Ljava/util/function/Function;)Ljava/lang/Object; METHOD method_57044 openClientDataPack (Ljava/util/function/Function;)Ljava/lang/Object;
ARG 1 opener ARG 1 opener
METHOD method_73469 (Lnet/minecraft/class_437;Z)V
ARG 2 acknowledged

View file

@ -22,6 +22,7 @@ CLASS net/minecraft/class_642 net/minecraft/client/network/ServerInfo
FIELD field_45608 serverType Lnet/minecraft/class_642$class_8678; FIELD field_45608 serverType Lnet/minecraft/class_642$class_8678;
FIELD field_46206 MAX_FAVICON_SIZE I FIELD field_46206 MAX_FAVICON_SIZE I
FIELD field_47879 status Lnet/minecraft/class_642$class_9083; FIELD field_47879 status Lnet/minecraft/class_642$class_9083;
FIELD field_62211 acceptedCodeOfConduct I
METHOD <init> (Ljava/lang/String;Ljava/lang/String;Lnet/minecraft/class_642$class_8678;)V METHOD <init> (Ljava/lang/String;Ljava/lang/String;Lnet/minecraft/class_642$class_8678;)V
ARG 1 name ARG 1 name
ARG 2 address ARG 2 address
@ -52,6 +53,11 @@ CLASS net/minecraft/class_642 net/minecraft/client/network/ServerInfo
METHOD method_55824 setStatus (Lnet/minecraft/class_642$class_9083;)V METHOD method_55824 setStatus (Lnet/minecraft/class_642$class_9083;)V
ARG 1 status ARG 1 status
METHOD method_55825 getStatus ()Lnet/minecraft/class_642$class_9083; METHOD method_55825 getStatus ()Lnet/minecraft/class_642$class_9083;
METHOD method_73472 hasAcceptedCodeOfConduct (Ljava/lang/String;)Z
ARG 1 codeOfConductText
METHOD method_73473 setAcceptedCodeOfConduct (Ljava/lang/String;)V
ARG 1 codeOfConductText
METHOD method_73474 resetAcceptedCodeOfConduct ()V
CLASS class_643 ResourcePackPolicy CLASS class_643 ResourcePackPolicy
COMMENT The policy of the client when this server sends a {@linkplain COMMENT The policy of the client when this server sends a {@linkplain
COMMENT net.minecraft.network.packet.s2c.common.ResourcePackSendS2CPacket server COMMENT net.minecraft.network.packet.s2c.common.ResourcePackSendS2CPacket server

View file

@ -39,7 +39,7 @@ CLASS net/minecraft/class_757 net/minecraft/client/render/GameRenderer
FIELD field_60580 rotatingPanoramaRenderer Lnet/minecraft/class_766; FIELD field_60580 rotatingPanoramaRenderer Lnet/minecraft/class_766;
FIELD field_60793 fogRenderer Lnet/minecraft/class_758; FIELD field_60793 fogRenderer Lnet/minecraft/class_758;
FIELD field_61732 entityRenderStates Lnet/minecraft/class_11658; FIELD field_61732 entityRenderStates Lnet/minecraft/class_11658;
FIELD field_61733 entityRenderCommandQueue Lnet/minecraft/class_11661; FIELD field_61733 orderedRenderCommandQueue Lnet/minecraft/class_11661;
FIELD field_61734 entityRenderDispatcher Lnet/minecraft/class_11684; FIELD field_61734 entityRenderDispatcher Lnet/minecraft/class_11684;
METHOD <init> (Lnet/minecraft/class_310;Lnet/minecraft/class_759;Lnet/minecraft/class_4599;Lnet/minecraft/class_776;)V METHOD <init> (Lnet/minecraft/class_310;Lnet/minecraft/class_759;Lnet/minecraft/class_4599;Lnet/minecraft/class_776;)V
ARG 1 client ARG 1 client

View file

@ -9,6 +9,7 @@ CLASS net/minecraft/class_330 net/minecraft/client/render/MapRenderer
METHOD method_1773 draw (Lnet/minecraft/class_10090;Lnet/minecraft/class_4587;Lnet/minecraft/class_11659;ZI)V METHOD method_1773 draw (Lnet/minecraft/class_10090;Lnet/minecraft/class_4587;Lnet/minecraft/class_11659;ZI)V
ARG 1 state ARG 1 state
ARG 2 matrices ARG 2 matrices
ARG 3 queue
ARG 5 light ARG 5 light
METHOD method_62229 createDecoration (Lnet/minecraft/class_20;)Lnet/minecraft/class_10090$class_10091; METHOD method_62229 createDecoration (Lnet/minecraft/class_20;)Lnet/minecraft/class_10090$class_10091;
ARG 1 decoration ARG 1 decoration

View file

@ -264,6 +264,7 @@ CLASS net/minecraft/class_1921 net/minecraft/client/render/RenderLayer
ARG 0 texture ARG 0 texture
METHOD method_67906 (Lnet/minecraft/class_2960;)Lnet/minecraft/class_1921; METHOD method_67906 (Lnet/minecraft/class_2960;)Lnet/minecraft/class_1921;
ARG 0 texture ARG 0 texture
METHOD method_73243 getRenderPipeline ()Lcom/mojang/blaze3d/pipeline/RenderPipeline;
CLASS class_4687 MultiPhase CLASS class_4687 MultiPhase
FIELD field_21403 phases Lnet/minecraft/class_1921$class_4688; FIELD field_21403 phases Lnet/minecraft/class_1921$class_4688;
FIELD field_21697 affectedOutline Ljava/util/Optional; FIELD field_21697 affectedOutline Ljava/util/Optional;

View file

@ -0,0 +1,6 @@
CLASS net/minecraft/class_11791 net/minecraft/client/render/block/MovingBlockRenderState
FIELD field_62245 fallingBlockPos Lnet/minecraft/class_2338;
FIELD field_62246 entityBlockPos Lnet/minecraft/class_2338;
FIELD field_62247 blockState Lnet/minecraft/class_2680;
FIELD field_62248 biome Lnet/minecraft/class_6880;
FIELD field_62249 world Lnet/minecraft/class_1920;

View file

@ -36,6 +36,7 @@ CLASS net/minecraft/class_10529 net/minecraft/client/render/block/entity/Abstrac
ARG 1 pos ARG 1 pos
ARG 2 text ARG 2 text
ARG 3 matrices ARG 3 matrices
ARG 4 queue
ARG 5 light ARG 5 light
ARG 6 textLineHeight ARG 6 textLineHeight
ARG 7 maxTextWidth ARG 7 maxTextWidth

View file

@ -10,6 +10,7 @@ CLASS net/minecraft/class_824 net/minecraft/client/render/block/entity/BlockEnti
FIELD field_38881 entityRenderDispatcher Lnet/minecraft/class_898; FIELD field_38881 entityRenderDispatcher Lnet/minecraft/class_898;
FIELD field_55283 itemModelManager Lnet/minecraft/class_10442; FIELD field_55283 itemModelManager Lnet/minecraft/class_10442;
FIELD field_61783 spriteHolder Lnet/minecraft/class_11701; FIELD field_61783 spriteHolder Lnet/minecraft/class_11701;
FIELD field_62250 playerSkinCache Lnet/minecraft/class_11786;
METHOD <init> (Lnet/minecraft/class_327;Ljava/util/function/Supplier;Lnet/minecraft/class_776;Lnet/minecraft/class_10442;Lnet/minecraft/class_918;Lnet/minecraft/class_898;Lnet/minecraft/class_11701;Lnet/minecraft/class_11786;)V METHOD <init> (Lnet/minecraft/class_327;Ljava/util/function/Supplier;Lnet/minecraft/class_776;Lnet/minecraft/class_10442;Lnet/minecraft/class_918;Lnet/minecraft/class_898;Lnet/minecraft/class_11701;Lnet/minecraft/class_11786;)V
ARG 1 textRenderer ARG 1 textRenderer
ARG 2 entityModelsGetter ARG 2 entityModelsGetter
@ -18,6 +19,7 @@ CLASS net/minecraft/class_824 net/minecraft/client/render/block/entity/BlockEnti
ARG 5 itemRenderer ARG 5 itemRenderer
ARG 6 entityRenderDispatcher ARG 6 entityRenderDispatcher
ARG 7 spriteHolder ARG 7 spriteHolder
ARG 8 playerSkinCache
METHOD method_3549 configure (Lnet/minecraft/class_1937;Lnet/minecraft/class_4184;Lnet/minecraft/class_239;)V METHOD method_3549 configure (Lnet/minecraft/class_1937;Lnet/minecraft/class_4184;Lnet/minecraft/class_239;)V
ARG 1 world ARG 1 world
ARG 2 camera ARG 2 camera
@ -30,3 +32,4 @@ CLASS net/minecraft/class_824 net/minecraft/client/render/block/entity/BlockEnti
ARG 1 blockEntity ARG 1 blockEntity
ARG 2 tickProgress ARG 2 tickProgress
ARG 3 matrices ARG 3 matrices
ARG 5 queue

View file

@ -4,7 +4,9 @@ CLASS net/minecraft/class_827 net/minecraft/client/render/block/entity/BlockEnti
ARG 1 entity ARG 1 entity
ARG 2 tickProgress ARG 2 tickProgress
ARG 3 matrices ARG 3 matrices
ARG 5 light ARG 4 light
ARG 5 overlay
ARG 6 cameraPos
METHOD method_33892 isInRenderDistance (Lnet/minecraft/class_2586;Lnet/minecraft/class_243;)Z METHOD method_33892 isInRenderDistance (Lnet/minecraft/class_2586;Lnet/minecraft/class_243;)Z
ARG 1 blockEntity ARG 1 blockEntity
ARG 2 pos ARG 2 pos

View file

@ -7,6 +7,8 @@ CLASS net/minecraft/class_10418 net/minecraft/client/render/block/entity/LoadedB
ARG 1 block ARG 1 block
ARG 2 displayContext ARG 2 displayContext
ARG 3 matrices ARG 3 matrices
ARG 4 queue
ARG 5 light ARG 5 light
ARG 6 overlay ARG 6 overlay
METHOD method_65536 fromModels (Lnet/minecraft/class_10515$class_11695;)Lnet/minecraft/class_10418; METHOD method_65536 fromModels (Lnet/minecraft/class_10515$class_11695;)Lnet/minecraft/class_10418;
ARG 0 context

View file

@ -1,6 +1,7 @@
CLASS net/minecraft/class_836 net/minecraft/client/render/block/entity/SkullBlockEntityRenderer CLASS net/minecraft/class_836 net/minecraft/client/render/block/entity/SkullBlockEntityRenderer
FIELD field_4390 TEXTURES Ljava/util/Map; FIELD field_4390 TEXTURES Ljava/util/Map;
FIELD field_4391 models Ljava/util/function/Function; FIELD field_4391 models Ljava/util/function/Function;
FIELD field_62253 skinCache Lnet/minecraft/class_11786;
METHOD <init> (Lnet/minecraft/class_5614$class_5615;)V METHOD <init> (Lnet/minecraft/class_5614$class_5615;)V
ARG 1 context ARG 1 context
METHOD method_3578 getCutoutRenderLayer (Lnet/minecraft/class_2484$class_2485;Lnet/minecraft/class_2960;)Lnet/minecraft/class_1921; METHOD method_3578 getCutoutRenderLayer (Lnet/minecraft/class_2484$class_2485;Lnet/minecraft/class_2960;)Lnet/minecraft/class_1921;
@ -16,3 +17,6 @@ CLASS net/minecraft/class_836 net/minecraft/client/render/block/entity/SkullBloc
ARG 1 type ARG 1 type
METHOD method_72165 getTranslucentRenderLayer (Lnet/minecraft/class_2960;)Lnet/minecraft/class_1921; METHOD method_72165 getTranslucentRenderLayer (Lnet/minecraft/class_2960;)Lnet/minecraft/class_1921;
ARG 0 texture ARG 0 texture
METHOD method_72958 (Lnet/minecraft/class_2350;FFLnet/minecraft/class_4587;Lnet/minecraft/class_11659;ILnet/minecraft/class_5598;Lnet/minecraft/class_1921;I)V
ARG 3 matrices
ARG 4 queue

View file

@ -0,0 +1,53 @@
CLASS net/minecraft/class_11788 net/minecraft/client/render/command/BatchingRenderCommandQueue
FIELD field_62224 shadowPiecesCommands Ljava/util/List;
FIELD field_62225 fireCommands Ljava/util/List;
FIELD field_62226 seeThroughLabelCommands Ljava/util/List;
FIELD field_62227 labelCommands Ljava/util/List;
FIELD field_62228 textCommands Ljava/util/List;
FIELD field_62229 debugHitboxCommands Ljava/util/List;
FIELD field_62230 leashCommands Ljava/util/List;
FIELD field_62231 blockCommands Ljava/util/List;
FIELD field_62232 movingBlockCommands Ljava/util/List;
FIELD field_62233 blockStateModelCommands Ljava/util/List;
FIELD field_62234 itemCommands Ljava/util/List;
FIELD field_62235 modelCommands Ljava/util/Map;
FIELD field_62236 blendedModelCommands Ljava/util/List;
FIELD field_62237 modelRenderLayers Ljava/util/Set;
FIELD field_62238 modelPartCommands Ljava/util/Map;
FIELD field_62239 modelPartRenderLayers Ljava/util/Set;
FIELD field_62240 customCommands Ljava/util/Map;
FIELD field_62241 customRenderLayers Ljava/util/Set;
FIELD field_62242 orderedQueueImpl Lnet/minecraft/class_11661;
FIELD field_62243 hasCommands Z
METHOD <init> (Lnet/minecraft/class_11661;)V
ARG 1 orderedQueueImpl
METHOD method_73505 getShadowPiecesCommands ()Ljava/util/List;
METHOD method_73506 (Lnet/minecraft/class_1921;)Z
ARG 1 layer
METHOD method_73507 getFireCommands ()Ljava/util/List;
METHOD method_73508 (Lnet/minecraft/class_1921;)Z
ARG 1 layer
METHOD method_73509 getSeeThroughLabelCommands ()Ljava/util/List;
METHOD method_73510 (Lnet/minecraft/class_1921;)Z
ARG 1 layer
METHOD method_73511 getLabelCommands ()Ljava/util/List;
METHOD method_73512 (Lnet/minecraft/class_1921;)Ljava/util/List;
ARG 0 layerx
METHOD method_73513 getTextCommands ()Ljava/util/List;
METHOD method_73514 (Lnet/minecraft/class_1921;)Ljava/util/List;
ARG 0 layerx
METHOD method_73515 getDebugHitboxCommands ()Ljava/util/List;
METHOD method_73516 (Lnet/minecraft/class_1921;)Ljava/util/List;
ARG 0 layerx
METHOD method_73517 getLeashCommands ()Ljava/util/List;
METHOD method_73518 getBlockCommands ()Ljava/util/List;
METHOD method_73519 getMovingBlockCommands ()Ljava/util/List;
METHOD method_73520 getBlockStateModelCommands ()Ljava/util/List;
METHOD method_73521 getModelPartCommands ()Ljava/util/Map;
METHOD method_73522 getItemCommands ()Ljava/util/List;
METHOD method_73523 getModelCommands ()Ljava/util/Map;
METHOD method_73524 getBlendedModelCommands ()Ljava/util/List;
METHOD method_73525 getCustomCommands ()Ljava/util/Map;
METHOD method_73526 hasCommands ()Z
METHOD method_73527 clear ()V
METHOD method_73528 onNextFrame ()V

View file

@ -1,4 +1,4 @@
CLASS net/minecraft/class_11682 net/minecraft/client/render/entity/command/CustomCommandRenderer CLASS net/minecraft/class_11682 net/minecraft/client/render/command/CustomCommandRenderer
METHOD method_72999 render (Lnet/minecraft/class_11788;Lnet/minecraft/class_4597$class_4598;)V METHOD method_72999 render (Lnet/minecraft/class_11788;Lnet/minecraft/class_4597$class_4598;)V
ARG 1 queue ARG 1 queue
ARG 2 vertexConsumers ARG 2 vertexConsumers

View file

@ -1,11 +1,11 @@
CLASS net/minecraft/class_11686 net/minecraft/client/render/entity/command/DebugHitboxCommandRenderer CLASS net/minecraft/class_11686 net/minecraft/client/render/command/DebugHitboxCommandRenderer
METHOD method_73007 renderHitbox (Lnet/minecraft/class_4587;Lnet/minecraft/class_4588;Lnet/minecraft/class_10932;)V METHOD method_73007 renderHitbox (Lnet/minecraft/class_4587;Lnet/minecraft/class_4588;Lnet/minecraft/class_10932;)V
ARG 0 matrices ARG 0 matrices
ARG 1 vertexConsumer ARG 1 vertexConsumer
ARG 2 hitbox ARG 2 hitbox
METHOD method_73008 renderHitboxesAndEyeLevel (Lnet/minecraft/class_4587;Lnet/minecraft/class_10933;Lnet/minecraft/class_4588;F)V METHOD method_73008 renderDebugHitbox (Lnet/minecraft/class_4587;Lnet/minecraft/class_10933;Lnet/minecraft/class_4588;F)V
ARG 0 matrices ARG 0 matrices
ARG 1 hitboxAndView ARG 1 debugHitbox
ARG 2 vertexConsumer ARG 2 vertexConsumer
ARG 3 standingEyeHeight ARG 3 standingEyeHeight
METHOD method_73009 render (Lnet/minecraft/class_11788;Lnet/minecraft/class_4597$class_4598;)V METHOD method_73009 render (Lnet/minecraft/class_11788;Lnet/minecraft/class_4597$class_4598;)V

View file

@ -1,6 +1,7 @@
CLASS net/minecraft/class_11681 net/minecraft/client/render/entity/command/FallingBlockCommandRenderer CLASS net/minecraft/class_11681 net/minecraft/client/render/command/FallingBlockCommandRenderer
FIELD field_61826 matrices Lnet/minecraft/class_4587; FIELD field_61826 matrices Lnet/minecraft/class_4587;
METHOD method_72998 render (Lnet/minecraft/class_11788;Lnet/minecraft/class_4597$class_4598;Lnet/minecraft/class_776;Lnet/minecraft/class_4618;)V METHOD method_72998 render (Lnet/minecraft/class_11788;Lnet/minecraft/class_4597$class_4598;Lnet/minecraft/class_776;Lnet/minecraft/class_4618;)V
ARG 1 queue ARG 1 queue
ARG 2 vertexConsumers ARG 2 vertexConsumers
ARG 3 blockRenderManager ARG 3 blockRenderManager
ARG 4 outlineVertexConsumers

View file

@ -1,4 +1,12 @@
CLASS net/minecraft/class_11685 net/minecraft/client/render/entity/command/FireCommandRenderer CLASS net/minecraft/class_11685 net/minecraft/client/render/command/FireCommandRenderer
METHOD method_73004 vertex (Lnet/minecraft/class_4587$class_4665;Lnet/minecraft/class_4588;FFFFF)V
ARG 0 matricesEntry
ARG 1 vertexConsumer
ARG 2 x
ARG 3 y
ARG 4 z
ARG 5 u
ARG 6 v
METHOD method_73005 render (Lnet/minecraft/class_4587$class_4665;Lnet/minecraft/class_4597;Lnet/minecraft/class_10017;Lorg/joml/Quaternionf;Lnet/minecraft/class_11697;)V METHOD method_73005 render (Lnet/minecraft/class_4587$class_4665;Lnet/minecraft/class_4597;Lnet/minecraft/class_10017;Lorg/joml/Quaternionf;Lnet/minecraft/class_11697;)V
ARG 1 matricesEntry ARG 1 matricesEntry
ARG 2 vertexConsumers ARG 2 vertexConsumers

View file

@ -1,5 +1,6 @@
CLASS net/minecraft/class_11687 net/minecraft/client/render/entity/command/ItemCommandRenderer CLASS net/minecraft/class_11687 net/minecraft/client/render/command/ItemCommandRenderer
FIELD field_61844 matrices Lnet/minecraft/class_4587; FIELD field_61844 matrices Lnet/minecraft/class_4587;
METHOD method_73010 render (Lnet/minecraft/class_11788;Lnet/minecraft/class_4597$class_4598;Lnet/minecraft/class_4618;)V METHOD method_73010 render (Lnet/minecraft/class_11788;Lnet/minecraft/class_4597$class_4598;Lnet/minecraft/class_4618;)V
ARG 1 queue ARG 1 queue
ARG 2 vertexConsumers ARG 2 vertexConsumers
ARG 3 outlineVertexConsumers

View file

@ -1,4 +1,4 @@
CLASS net/minecraft/class_11689 net/minecraft/client/render/entity/command/LabelCommandRenderer CLASS net/minecraft/class_11689 net/minecraft/client/render/command/LabelCommandRenderer
METHOD method_73014 render (Lnet/minecraft/class_11788;Lnet/minecraft/class_4597$class_4598;Lnet/minecraft/class_327;)V METHOD method_73014 render (Lnet/minecraft/class_11788;Lnet/minecraft/class_4597$class_4598;Lnet/minecraft/class_327;)V
ARG 1 queue ARG 1 queue
ARG 2 vertexConsumers ARG 2 vertexConsumers

View file

@ -1,5 +1,5 @@
CLASS net/minecraft/class_11688 net/minecraft/client/render/entity/command/LeashCommandRenderer CLASS net/minecraft/class_11688 net/minecraft/client/render/command/LeashCommandRenderer
METHOD method_73011 (Lnet/minecraft/class_4588;Lorg/joml/Matrix4f;FFFFFFIZLnet/minecraft/class_10017$class_10018;)V METHOD method_73011 render (Lnet/minecraft/class_4588;Lorg/joml/Matrix4f;FFFFFFIZLnet/minecraft/class_10017$class_10018;)V
ARG 0 vertexConsumer ARG 0 vertexConsumer
ARG 1 matrix ARG 1 matrix
ARG 2 offsetX ARG 2 offsetX

View file

@ -0,0 +1,28 @@
CLASS net/minecraft/class_11683 net/minecraft/client/render/command/ModelCommandRenderer
FIELD field_61827 matrices Lnet/minecraft/class_4587;
METHOD method_73000 render (Lnet/minecraft/class_11661$class_11670;Lnet/minecraft/class_1921;Lnet/minecraft/class_4588;Lnet/minecraft/class_4618;Lnet/minecraft/class_4597$class_4598;)V
ARG 1 model
ARG 2 renderLayer
ARG 3 vertexConsumer
ARG 4 outlineVertexConsumers
ARG 5 crumblingOverlayVertexConsumers
METHOD method_73001 render (Lnet/minecraft/class_11788;Lnet/minecraft/class_4597$class_4598;Lnet/minecraft/class_4618;Lnet/minecraft/class_4597$class_4598;)V
ARG 1 queue
ARG 2 vertexConsumers
ARG 3 outlineVertexConsumers
ARG 4 crumblingOverlayVertexConsumers
METHOD method_73249 renderAll (Lnet/minecraft/class_4597$class_4598;Lnet/minecraft/class_4618;Ljava/util/Map;Lnet/minecraft/class_4597$class_4598;)V
ARG 1 vertexConsumers
ARG 2 outlineVertexConsumers
ARG 3 modelCommands
ARG 4 crumblingOverlayVertexConsumers
METHOD method_73250 renderAllBlended (Lnet/minecraft/class_4597$class_4598;Lnet/minecraft/class_4618;Ljava/util/List;Lnet/minecraft/class_4597$class_4598;)V
ARG 1 vertexConsumers
ARG 2 outlineVertexConsumers
ARG 3 blendedModelCommands
ARG 4 crumblingOverlayVertexConsumers
METHOD method_73251 (Lnet/minecraft/class_11661$class_11744;)D
ARG 0 modelCommand
CLASS class_11792 CrumblingOverlayCommand
FIELD comp_4657 cameraMatricesEntry Lnet/minecraft/class_4587$class_4665;
METHOD comp_4657 cameraMatricesEntry ()Lnet/minecraft/class_4587$class_4665;

View file

@ -0,0 +1,5 @@
CLASS net/minecraft/class_11793 net/minecraft/client/render/command/ModelPartCommandRenderer
FIELD field_62261 matrices Lnet/minecraft/class_4587;
METHOD method_73543 render (Lnet/minecraft/class_11788;Lnet/minecraft/class_4597$class_4598;)V
ARG 1 queue
ARG 2 vertexConsumers

View file

@ -0,0 +1,7 @@
CLASS net/minecraft/class_11659 net/minecraft/client/render/command/OrderedRenderCommandQueue
METHOD method_73529 getBatchingQueue (I)Lnet/minecraft/class_11785;
ARG 1 order
CLASS class_11660 Custom
METHOD render (Lnet/minecraft/class_4587$class_4665;Lnet/minecraft/class_4588;)V
ARG 1 matricesEntry
ARG 2 vertexConsumer

View file

@ -0,0 +1,69 @@
CLASS net/minecraft/class_11661 net/minecraft/client/render/command/OrderedRenderCommandQueueImpl
FIELD field_62244 batchingQueues Lit/unimi/dsi/fastutil/ints/Int2ObjectAVLTreeMap;
METHOD method_72953 clear ()V
METHOD method_72954 onNextFrame ()V
METHOD method_73530 (Lnet/minecraft/class_11788;)Z
ARG 0 queue
METHOD method_73532 getBatchingQueues ()Lit/unimi/dsi/fastutil/ints/Int2ObjectAVLTreeMap;
METHOD method_73533 (I)Lnet/minecraft/class_11788;
ARG 1 orderx
CLASS class_11662 BlockStateModelCommand
FIELD comp_4476 matricesEntry Lnet/minecraft/class_4587$class_4665;
FIELD comp_4477 renderLayer Lnet/minecraft/class_1921;
METHOD comp_4476 matricesEntry ()Lnet/minecraft/class_4587$class_4665;
METHOD comp_4477 renderLayer ()Lnet/minecraft/class_1921;
CLASS class_11663 BlockCommand
FIELD comp_4484 matricesEntry Lnet/minecraft/class_4587$class_4665;
METHOD comp_4484 matricesEntry ()Lnet/minecraft/class_4587$class_4665;
CLASS class_11664 CustomCommand
FIELD comp_4488 matricesEntry Lnet/minecraft/class_4587$class_4665;
FIELD comp_4489 customRenderer Lnet/minecraft/class_11659$class_11660;
METHOD comp_4488 matricesEntry ()Lnet/minecraft/class_4587$class_4665;
METHOD comp_4489 customRenderer ()Lnet/minecraft/class_11659$class_11660;
CLASS class_11666 FireCommand
FIELD comp_4492 matricesEntry Lnet/minecraft/class_4587$class_4665;
FIELD comp_4493 renderState Lnet/minecraft/class_10017;
METHOD comp_4492 matricesEntry ()Lnet/minecraft/class_4587$class_4665;
METHOD comp_4493 renderState ()Lnet/minecraft/class_10017;
CLASS class_11667 DebugHitboxCommand
FIELD comp_4496 renderState Lnet/minecraft/class_10017;
FIELD comp_4497 debugHitbox Lnet/minecraft/class_10933;
METHOD comp_4496 renderState ()Lnet/minecraft/class_10017;
METHOD comp_4497 debugHitbox ()Lnet/minecraft/class_10933;
CLASS class_11668 ItemCommand
FIELD comp_4498 positionMatrix Lnet/minecraft/class_4587$class_4665;
FIELD comp_4641 renderLayer Lnet/minecraft/class_1921;
FIELD comp_4642 glintType Lnet/minecraft/class_10444$class_10445;
METHOD comp_4498 positionMatrix ()Lnet/minecraft/class_4587$class_4665;
METHOD comp_4641 renderLayer ()Lnet/minecraft/class_1921;
METHOD comp_4642 glintType ()Lnet/minecraft/class_10444$class_10445;
CLASS class_11669 LeashCommand
FIELD comp_4502 matricesEntry Lorg/joml/Matrix4f;
METHOD comp_4502 matricesEntry ()Lorg/joml/Matrix4f;
CLASS class_11670 ModelCommand
FIELD comp_4504 matricesEntry Lnet/minecraft/class_4587$class_4665;
METHOD comp_4504 matricesEntry ()Lnet/minecraft/class_4587$class_4665;
CLASS class_11672 LabelCommand
FIELD comp_4514 matricesEntry Lorg/joml/Matrix4f;
METHOD comp_4514 matricesEntry ()Lorg/joml/Matrix4f;
CLASS class_11673 ShadowPiecesCommand
FIELD comp_4522 matricesEntry Lorg/joml/Matrix4f;
METHOD comp_4522 matricesEntry ()Lorg/joml/Matrix4f;
CLASS class_11674 TextCommand
FIELD comp_4525 matricesEntry Lorg/joml/Matrix4f;
FIELD comp_4528 text Lnet/minecraft/class_5481;
FIELD comp_4530 layerType Lnet/minecraft/class_327$class_6415;
METHOD comp_4525 matricesEntry ()Lorg/joml/Matrix4f;
METHOD comp_4528 text ()Lnet/minecraft/class_5481;
METHOD comp_4530 layerType ()Lnet/minecraft/class_327$class_6415;
CLASS class_11744 BlendedModelCommand
FIELD comp_4615 model Lnet/minecraft/class_11661$class_11670;
METHOD comp_4615 model ()Lnet/minecraft/class_11661$class_11670;
CLASS class_11789 ModelPartCommand
FIELD comp_4643 matricesEntry Lnet/minecraft/class_4587$class_4665;
FIELD comp_4649 hasGlint Z
METHOD comp_4643 matricesEntry ()Lnet/minecraft/class_4587$class_4665;
METHOD comp_4649 hasGlint ()Z
CLASS class_11790 MovingBlockCommand
FIELD comp_4652 matricesEntry Lorg/joml/Matrix4f;
METHOD comp_4652 matricesEntry ()Lorg/joml/Matrix4f;

View file

@ -0,0 +1,121 @@
CLASS net/minecraft/class_11785 net/minecraft/client/render/command/RenderCommandQueue
METHOD method_73478 submitText (Lnet/minecraft/class_4587;FFLnet/minecraft/class_5481;ZLnet/minecraft/class_327$class_6415;IIII)V
ARG 1 matrices
ARG 2 x
ARG 3 y
ARG 4 text
ARG 5 dropShadow
ARG 6 layerType
ARG 7 light
ARG 8 color
ARG 9 backgroundColor
ARG 10 outlineColor
METHOD method_73479 submitShadowPieces (Lnet/minecraft/class_4587;FLjava/util/List;)V
ARG 1 matrices
ARG 2 shadowRadius
ARG 3 shadowPieces
METHOD method_73480 submitItem (Lnet/minecraft/class_4587;Lnet/minecraft/class_811;III[ILjava/util/List;Lnet/minecraft/class_1921;Lnet/minecraft/class_10444$class_10445;)V
ARG 1 matrices
ARG 2 displayContext
ARG 3 light
ARG 4 overlay
ARG 5 outlineColors
ARG 6 tintLayers
ARG 7 quads
ARG 8 renderLayer
ARG 9 glintType
METHOD method_73481 submitBlock (Lnet/minecraft/class_4587;Lnet/minecraft/class_2680;III)V
ARG 1 matrices
ARG 2 state
ARG 3 light
ARG 4 overlay
ARG 5 outlineColor
METHOD method_73482 submitLabel (Lnet/minecraft/class_4587;Lnet/minecraft/class_243;Lnet/minecraft/class_2561;ZID)V
ARG 1 matrices
ARG 2 nameLabelPos
ARG 3 label
ARG 4 notSneaking
ARG 5 light
ARG 6 squaredDistanceToCamera
METHOD method_73483 submitCustom (Lnet/minecraft/class_4587;Lnet/minecraft/class_1921;Lnet/minecraft/class_11659$class_11660;)V
ARG 1 matrices
ARG 2 renderLayer
ARG 3 customRenderer
METHOD method_73484 submitBlockStateModel (Lnet/minecraft/class_4587;Lnet/minecraft/class_1921;Lnet/minecraft/class_1087;FFFIII)V
ARG 1 matrices
ARG 2 renderLayer
ARG 3 model
ARG 4 r
ARG 5 g
ARG 6 b
ARG 7 light
ARG 8 overlay
ARG 9 outlineColor
METHOD method_73485 submitMovingBlock (Lnet/minecraft/class_4587;Lnet/minecraft/class_11791;)V
ARG 1 matrices
ARG 2 state
METHOD method_73486 submitLeash (Lnet/minecraft/class_4587;Lnet/minecraft/class_10017$class_10018;)V
ARG 1 matrices
ARG 2 leashData
METHOD method_73487 submitDebugHitbox (Lnet/minecraft/class_4587;Lnet/minecraft/class_10017;Lnet/minecraft/class_10933;)V
ARG 1 matrices
ARG 2 renderState
ARG 3 debugHitbox
METHOD method_73488 submitFire (Lnet/minecraft/class_4587;Lnet/minecraft/class_10017;Lorg/joml/Quaternionf;)V
ARG 1 matrices
ARG 2 renderState
ARG 3 rotation
METHOD method_73489 submitModel (Lnet/minecraft/class_3879;Ljava/lang/Object;Lnet/minecraft/class_4587;Lnet/minecraft/class_1921;IIILnet/minecraft/class_11683$class_11792;)V
ARG 1 model
ARG 2 state
ARG 3 matrices
ARG 4 renderLayer
ARG 5 light
ARG 6 overlay
ARG 7 outlineColor
ARG 8 crumblingOverlay
METHOD method_73490 submitModel (Lnet/minecraft/class_3879;Ljava/lang/Object;Lnet/minecraft/class_4587;Lnet/minecraft/class_1921;IIILnet/minecraft/class_1058;ILnet/minecraft/class_11683$class_11792;)V
ARG 1 model
ARG 2 state
ARG 3 matrices
ARG 4 renderLayer
ARG 5 light
ARG 6 overlay
ARG 7 tintedColor
ARG 8 sprite
ARG 9 outlineColor
ARG 10 crumblingOverlay
METHOD method_73491 submitModelPart (Lnet/minecraft/class_630;Lnet/minecraft/class_4587;Lnet/minecraft/class_1921;IILnet/minecraft/class_1058;)V
ARG 1 part
ARG 2 matrices
ARG 3 renderLayer
ARG 4 light
ARG 5 overlay
ARG 6 sprite
METHOD method_73492 submitModelPart (Lnet/minecraft/class_630;Lnet/minecraft/class_4587;Lnet/minecraft/class_1921;IILnet/minecraft/class_1058;I)V
ARG 1 part
ARG 2 matrices
ARG 3 renderLayer
ARG 4 light
ARG 5 overlay
ARG 6 sprite
ARG 7 tintedColor
METHOD method_73493 submitModelPart (Lnet/minecraft/class_630;Lnet/minecraft/class_4587;Lnet/minecraft/class_1921;IILnet/minecraft/class_1058;ZZ)V
ARG 1 part
ARG 2 matrices
ARG 3 renderLayer
ARG 4 light
ARG 5 overlay
ARG 6 sprite
ARG 7 sheeted
ARG 8 hasGlint
METHOD method_73494 submitModelPart (Lnet/minecraft/class_630;Lnet/minecraft/class_4587;Lnet/minecraft/class_1921;IILnet/minecraft/class_1058;ZZI)V
ARG 1 part
ARG 2 matrices
ARG 3 renderLayer
ARG 4 light
ARG 5 overlay
ARG 6 sprite
ARG 7 sheeted
ARG 8 hasGlint
ARG 9 tintedColor

View file

@ -1,4 +1,4 @@
CLASS net/minecraft/class_11684 net/minecraft/client/render/entity/command/EntityRenderDispatcher CLASS net/minecraft/class_11684 net/minecraft/client/render/command/RenderDispatcher
FIELD field_61828 queue Lnet/minecraft/class_11661; FIELD field_61828 queue Lnet/minecraft/class_11661;
FIELD field_61829 blockRenderManager Lnet/minecraft/class_776; FIELD field_61829 blockRenderManager Lnet/minecraft/class_776;
FIELD field_61830 vertexConsumers Lnet/minecraft/class_4597$class_4598; FIELD field_61830 vertexConsumers Lnet/minecraft/class_4597$class_4598;
@ -14,11 +14,16 @@ CLASS net/minecraft/class_11684 net/minecraft/client/render/entity/command/Entit
FIELD field_61841 itemCommandRenderer Lnet/minecraft/class_11687; FIELD field_61841 itemCommandRenderer Lnet/minecraft/class_11687;
FIELD field_61842 customCommandRenderer Lnet/minecraft/class_11682; FIELD field_61842 customCommandRenderer Lnet/minecraft/class_11682;
FIELD field_61843 fallingBlockCommandRenderer Lnet/minecraft/class_11681; FIELD field_61843 fallingBlockCommandRenderer Lnet/minecraft/class_11681;
FIELD field_62258 crumblingOverlayVertexConsumers Lnet/minecraft/class_4597$class_4598;
FIELD field_62259 modelCommandRenderer Lnet/minecraft/class_11683;
FIELD field_62260 modelPartCommandRenderer Lnet/minecraft/class_11793;
METHOD <init> (Lnet/minecraft/class_11661;Lnet/minecraft/class_776;Lnet/minecraft/class_4597$class_4598;Lnet/minecraft/class_11697;Lnet/minecraft/class_4618;Lnet/minecraft/class_4597$class_4598;Lnet/minecraft/class_327;)V METHOD <init> (Lnet/minecraft/class_11661;Lnet/minecraft/class_776;Lnet/minecraft/class_4597$class_4598;Lnet/minecraft/class_11697;Lnet/minecraft/class_4618;Lnet/minecraft/class_4597$class_4598;Lnet/minecraft/class_327;)V
ARG 1 queue ARG 1 queue
ARG 2 blockRenderManager ARG 2 blockRenderManager
ARG 3 vertexConsumers ARG 3 vertexConsumers
ARG 4 atlasManager ARG 4 atlasManager
ARG 5 outlineVertexConsumers ARG 5 outlineVertexConsumers
ARG 6 crumblingOverlayVertexConsumers
ARG 7 textRenderer
METHOD method_73002 render ()V METHOD method_73002 render ()V
METHOD method_73003 getQueue ()Lnet/minecraft/class_11661; METHOD method_73003 getQueue ()Lnet/minecraft/class_11661;

View file

@ -1,4 +1,4 @@
CLASS net/minecraft/class_11690 net/minecraft/client/render/entity/command/ShadowPiecesCommandRenderer CLASS net/minecraft/class_11690 net/minecraft/client/render/command/ShadowPiecesCommandRenderer
FIELD field_61847 renderLayer Lnet/minecraft/class_1921; FIELD field_61847 renderLayer Lnet/minecraft/class_1921;
METHOD method_73015 render (Lnet/minecraft/class_11788;Lnet/minecraft/class_4597$class_4598;)V METHOD method_73015 render (Lnet/minecraft/class_11788;Lnet/minecraft/class_4597$class_4598;)V
ARG 1 queue ARG 1 queue

View file

@ -1,4 +1,4 @@
CLASS net/minecraft/class_11691 net/minecraft/client/render/entity/command/TextCommandRenderer CLASS net/minecraft/class_11691 net/minecraft/client/render/command/TextCommandRenderer
METHOD method_73017 render (Lnet/minecraft/class_11788;Lnet/minecraft/class_4597$class_4598;)V METHOD method_73017 render (Lnet/minecraft/class_11788;Lnet/minecraft/class_4597$class_4598;)V
ARG 1 queue ARG 1 queue
ARG 2 vertexConsumers ARG 2 vertexConsumers

View file

@ -11,6 +11,8 @@ CLASS net/minecraft/class_5617 net/minecraft/client/render/entity/EntityRenderer
FIELD field_54174 equipmentModelLoader Lnet/minecraft/class_10201; FIELD field_54174 equipmentModelLoader Lnet/minecraft/class_10201;
FIELD field_54175 equipmentRenderer Lnet/minecraft/class_10197; FIELD field_54175 equipmentRenderer Lnet/minecraft/class_10197;
FIELD field_55291 itemModelManager Lnet/minecraft/class_10442; FIELD field_55291 itemModelManager Lnet/minecraft/class_10442;
FIELD field_61799 spriteHolder Lnet/minecraft/class_11697;
FIELD field_62255 playerSkinCache Lnet/minecraft/class_11786;
METHOD <init> (Lnet/minecraft/class_898;Lnet/minecraft/class_10442;Lnet/minecraft/class_330;Lnet/minecraft/class_776;Lnet/minecraft/class_3300;Lnet/minecraft/class_5599;Lnet/minecraft/class_10201;Lnet/minecraft/class_11697;Lnet/minecraft/class_327;Lnet/minecraft/class_11786;)V METHOD <init> (Lnet/minecraft/class_898;Lnet/minecraft/class_10442;Lnet/minecraft/class_330;Lnet/minecraft/class_776;Lnet/minecraft/class_3300;Lnet/minecraft/class_5599;Lnet/minecraft/class_10201;Lnet/minecraft/class_11697;Lnet/minecraft/class_327;Lnet/minecraft/class_11786;)V
ARG 1 renderDispatcher ARG 1 renderDispatcher
ARG 2 itemRenderer ARG 2 itemRenderer
@ -19,6 +21,9 @@ CLASS net/minecraft/class_5617 net/minecraft/client/render/entity/EntityRenderer
ARG 5 resourceManager ARG 5 resourceManager
ARG 6 entityModels ARG 6 entityModels
ARG 7 equipmentModelLoader ARG 7 equipmentModelLoader
ARG 8 atlasManager
ARG 9 textRenderer
ARG 10 playerSkinCache
METHOD method_32166 getRenderDispatcher ()Lnet/minecraft/class_898; METHOD method_32166 getRenderDispatcher ()Lnet/minecraft/class_898;
METHOD method_32167 getPart (Lnet/minecraft/class_5601;)Lnet/minecraft/class_630; METHOD method_32167 getPart (Lnet/minecraft/class_5601;)Lnet/minecraft/class_630;
ARG 1 layer ARG 1 layer
@ -30,3 +35,7 @@ CLASS net/minecraft/class_5617 net/minecraft/client/render/entity/EntityRenderer
METHOD method_64071 getEquipmentModelLoader ()Lnet/minecraft/class_10201; METHOD method_64071 getEquipmentModelLoader ()Lnet/minecraft/class_10201;
METHOD method_64072 getEquipmentRenderer ()Lnet/minecraft/class_10197; METHOD method_64072 getEquipmentRenderer ()Lnet/minecraft/class_10197;
METHOD method_65566 getItemModelManager ()Lnet/minecraft/class_10442; METHOD method_65566 getItemModelManager ()Lnet/minecraft/class_10442;
METHOD method_72980 getSpriteAtlasTexture (Lnet/minecraft/class_2960;)Lnet/minecraft/class_1059;
ARG 1 id
METHOD method_72981 getSpriteHolder ()Lnet/minecraft/class_11701;
METHOD method_73540 getPlayerSkinCache ()Lnet/minecraft/class_11786;

View file

@ -1,20 +0,0 @@
CLASS net/minecraft/class_11661 net/minecraft/client/render/entity/command/BatchingEntityRenderCommandQueue
METHOD method_72953 clear ()V
METHOD method_72954 onNextFrame ()V
CLASS class_11662 BlockStateModelCommand
CLASS class_11663 BlockCommand
CLASS class_11664 CustomCommand
CLASS class_11666 FireCommand
FIELD comp_4493 renderState Lnet/minecraft/class_10017;
METHOD comp_4493 renderState ()Lnet/minecraft/class_10017;
CLASS class_11667 DebugHitboxCommand
FIELD comp_4496 renderState Lnet/minecraft/class_10017;
FIELD comp_4497 hitboxAndView Lnet/minecraft/class_10933;
METHOD comp_4496 renderState ()Lnet/minecraft/class_10017;
METHOD comp_4497 hitboxAndView ()Lnet/minecraft/class_10933;
CLASS class_11668 ItemCommand
CLASS class_11669 LeashCommand
CLASS class_11670 ModelCommand
CLASS class_11672 LabelCommand
CLASS class_11673 ShadowPiecesCommand
CLASS class_11674 TextCommand

View file

@ -1,5 +0,0 @@
CLASS net/minecraft/class_11659 net/minecraft/client/render/entity/command/EntityRenderCommandQueue
CLASS class_11660 Custom
METHOD render (Lnet/minecraft/class_4587$class_4665;Lnet/minecraft/class_4588;)V
ARG 1 matricesEntry
ARG 2 vertexConsumer

View file

@ -1,10 +0,0 @@
CLASS net/minecraft/class_11683 net/minecraft/client/render/entity/command/ModelCommandRenderer
FIELD field_61827 matrices Lnet/minecraft/class_4587;
METHOD method_73000 render (Lnet/minecraft/class_11661$class_11670;Lnet/minecraft/class_1921;Lnet/minecraft/class_4588;Lnet/minecraft/class_4618;Lnet/minecraft/class_4597$class_4598;)V
ARG 1 modelCommand
ARG 2 renderLayer
ARG 3 vertexConsumer
ARG 4 outlineVertexConsumers
METHOD method_73001 render (Lnet/minecraft/class_11788;Lnet/minecraft/class_4597$class_4598;Lnet/minecraft/class_4618;Lnet/minecraft/class_4597$class_4598;)V
ARG 2 vertexConsumers
ARG 3 outlineVertexConsumers

View file

@ -1 +1,2 @@
CLASS net/minecraft/class_10023 net/minecraft/client/render/entity/state/FallingBlockEntityRenderState CLASS net/minecraft/class_10023 net/minecraft/client/render/entity/state/FallingBlockEntityRenderState
FIELD field_62257 movingBlockRenderState Lnet/minecraft/class_11791;

View file

@ -58,6 +58,7 @@ CLASS net/minecraft/class_759 net/minecraft/client/render/item/HeldItemRenderer
ARG 5 player ARG 5 player
METHOD method_3219 renderArmHoldingItem (Lnet/minecraft/class_4587;Lnet/minecraft/class_11659;IFFLnet/minecraft/class_1306;)V METHOD method_3219 renderArmHoldingItem (Lnet/minecraft/class_4587;Lnet/minecraft/class_11659;IFFLnet/minecraft/class_1306;)V
ARG 1 matrices ARG 1 matrices
ARG 2 queue
ARG 3 light ARG 3 light
ARG 4 equipProgress ARG 4 equipProgress
ARG 5 swingProgress ARG 5 swingProgress
@ -72,6 +73,7 @@ CLASS net/minecraft/class_759 net/minecraft/client/render/item/HeldItemRenderer
ARG 7 stack ARG 7 stack
METHOD method_3223 renderFirstPersonMap (Lnet/minecraft/class_4587;Lnet/minecraft/class_11659;ILnet/minecraft/class_1799;)V METHOD method_3223 renderFirstPersonMap (Lnet/minecraft/class_4587;Lnet/minecraft/class_11659;ILnet/minecraft/class_1799;)V
ARG 1 matrices ARG 1 matrices
ARG 2 queue
ARG 3 swingProgress ARG 3 swingProgress
ARG 4 stack ARG 4 stack
METHOD method_3224 applyEquipOffset (Lnet/minecraft/class_4587;Lnet/minecraft/class_1306;F)V METHOD method_3224 applyEquipOffset (Lnet/minecraft/class_4587;Lnet/minecraft/class_1306;F)V
@ -129,6 +131,9 @@ CLASS net/minecraft/class_759 net/minecraft/client/render/item/HeldItemRenderer
METHOD method_65910 shouldSkipHandAnimationOnSwap (Lnet/minecraft/class_1799;Lnet/minecraft/class_1799;)Z METHOD method_65910 shouldSkipHandAnimationOnSwap (Lnet/minecraft/class_1799;Lnet/minecraft/class_1799;)Z
ARG 1 from ARG 1 from
ARG 2 to ARG 2 to
METHOD method_73476 (ILnet/minecraft/class_4587$class_4665;Lnet/minecraft/class_4588;)V
ARG 1 matricesEntry
ARG 2 vertexConsumer
CLASS class_5773 HandRenderType CLASS class_5773 HandRenderType
FIELD field_28387 renderMainHand Z FIELD field_28387 renderMainHand Z
FIELD field_28388 renderOffHand Z FIELD field_28388 renderOffHand Z

View file

@ -1,6 +1,8 @@
CLASS net/minecraft/class_11533 net/minecraft/client/render/item/model/special/PlayerHeadModelRenderer CLASS net/minecraft/class_11533 net/minecraft/client/render/item/model/special/PlayerHeadModelRenderer
FIELD field_61034 model Lnet/minecraft/class_5598; FIELD field_61034 model Lnet/minecraft/class_5598;
FIELD field_62262 playerSkinCache Lnet/minecraft/class_11786;
METHOD <init> (Lnet/minecraft/class_11786;Lnet/minecraft/class_5598;)V METHOD <init> (Lnet/minecraft/class_11786;Lnet/minecraft/class_5598;)V
ARG 1 playerSkinCache
ARG 2 model ARG 2 model
CLASS class_11535 Unbaked CLASS class_11535 Unbaked
FIELD field_61036 CODEC Lcom/mojang/serialization/MapCodec; FIELD field_61036 CODEC Lcom/mojang/serialization/MapCodec;

View file

@ -3,6 +3,7 @@ CLASS net/minecraft/class_10515 net/minecraft/client/render/item/model/special/S
ARG 1 data ARG 1 data
ARG 2 displayContext ARG 2 displayContext
ARG 3 matrices ARG 3 matrices
ARG 4 queue
ARG 5 light ARG 5 light
ARG 6 overlay ARG 6 overlay
ARG 7 glint ARG 7 glint

View file

@ -0,0 +1,37 @@
CLASS net/minecraft/class_11786 net/minecraft/client/texture/PlayerSkinCache
FIELD field_62215 DEFAULT_RENDER_LAYER Lnet/minecraft/class_1921;
FIELD field_62216 fetchingCache Lcom/google/common/cache/LoadingCache;
FIELD field_62217 immediateCache Lcom/google/common/cache/LoadingCache;
FIELD field_62218 playerSkinProvider Lnet/minecraft/class_1071;
FIELD field_62219 gameProfileResolver Lnet/minecraft/class_11755;
METHOD <init> (Lnet/minecraft/class_1071;Lnet/minecraft/class_11755;)V
ARG 1 playerSkinProvider
ARG 2 gameProfileResolver
METHOD method_73495 get (Lnet/minecraft/class_9296;)Lnet/minecraft/class_11786$class_11787;
ARG 1 profile
METHOD method_73496 getRenderLayer (Lnet/minecraft/class_8685;)Lnet/minecraft/class_1921;
ARG 0 skinTextures
CLASS 1
METHOD load (Ljava/lang/Object;)Ljava/lang/Object;
ARG 1 profile
METHOD method_73497 (Lcom/mojang/authlib/GameProfile;)Ljava/util/concurrent/CompletionStage;
ARG 1 profile
METHOD method_73498 (Lcom/mojang/authlib/GameProfile;Lnet/minecraft/class_8685;)Lnet/minecraft/class_11786$class_11787;
ARG 1 skinTextures
METHOD method_73499 (Lcom/mojang/authlib/GameProfile;Ljava/util/Optional;)Lnet/minecraft/class_11786$class_11787;
ARG 1 optionalSkinTextures
CLASS 2
METHOD load (Ljava/lang/Object;)Ljava/lang/Object;
ARG 1 profile
CLASS class_11787 Entry
FIELD field_62221 profile Lcom/mojang/authlib/GameProfile;
FIELD field_62222 textures Lnet/minecraft/class_8685;
FIELD field_62223 renderLayer Lnet/minecraft/class_1921;
METHOD <init> (Lcom/mojang/authlib/GameProfile;Lnet/minecraft/class_8685;)V
ARG 1 profile
ARG 2 textures
METHOD equals (Ljava/lang/Object;)Z
ARG 1 o
METHOD method_73502 getProfile ()Lcom/mojang/authlib/GameProfile;
METHOD method_73503 getTextures ()Lnet/minecraft/class_8685;
METHOD method_73504 getRenderLayer ()Lnet/minecraft/class_1921;

View file

@ -4,8 +4,10 @@ CLASS net/minecraft/class_1071 net/minecraft/client/texture/PlayerSkinProvider
FIELD field_45636 capeCache Lnet/minecraft/class_1071$class_8687; FIELD field_45636 capeCache Lnet/minecraft/class_1071$class_8687;
FIELD field_45637 elytraCache Lnet/minecraft/class_1071$class_8687; FIELD field_45637 elytraCache Lnet/minecraft/class_1071$class_8687;
FIELD field_46909 LOGGER Lorg/slf4j/Logger; FIELD field_46909 LOGGER Lorg/slf4j/Logger;
FIELD field_62263 apiServices Lnet/minecraft/class_7497;
METHOD <init> (Ljava/nio/file/Path;Lnet/minecraft/class_7497;Ljava/util/concurrent/Executor;)V METHOD <init> (Ljava/nio/file/Path;Lnet/minecraft/class_7497;Ljava/util/concurrent/Executor;)V
ARG 1 directory ARG 1 directory
ARG 2 apiServices
ARG 3 executor ARG 3 executor
METHOD method_52859 fetchSkinTextures (Ljava/util/UUID;Lcom/mojang/authlib/minecraft/MinecraftProfileTextures;)Ljava/util/concurrent/CompletableFuture; METHOD method_52859 fetchSkinTextures (Ljava/util/UUID;Lcom/mojang/authlib/minecraft/MinecraftProfileTextures;)Ljava/util/concurrent/CompletableFuture;
ARG 1 uuid ARG 1 uuid
@ -14,6 +16,13 @@ CLASS net/minecraft/class_1071 net/minecraft/client/texture/PlayerSkinProvider
ARG 6 v ARG 6 v
METHOD method_52863 fetchSkinTextures (Lcom/mojang/authlib/GameProfile;)Ljava/util/concurrent/CompletableFuture; METHOD method_52863 fetchSkinTextures (Lcom/mojang/authlib/GameProfile;)Ljava/util/concurrent/CompletableFuture;
ARG 1 profile ARG 1 profile
METHOD method_73544 supplySkinTextures (Lcom/mojang/authlib/GameProfile;Z)Ljava/util/function/Supplier;
ARG 1 profile
ARG 2 requireSecure
METHOD method_73547 (ZLnet/minecraft/class_8685;)Z
ARG 1 skinTextures
METHOD method_73549 (ZLnet/minecraft/class_8685;)Z
ARG 1 skinTextures
CLASS 1 CLASS 1
METHOD load (Ljava/lang/Object;)Ljava/lang/Object; METHOD load (Ljava/lang/Object;)Ljava/lang/Object;
ARG 1 value ARG 1 value

View file

@ -1,3 +1,54 @@
CLASS net/minecraft/class_9296 net/minecraft/component/type/ProfileComponent CLASS net/minecraft/class_9296 net/minecraft/component/type/ProfileComponent
FIELD field_49359 CODEC Lcom/mojang/serialization/Codec; FIELD field_49359 CODEC Lcom/mojang/serialization/Codec;
FIELD field_49360 PACKET_CODEC Lnet/minecraft/class_9139; FIELD field_49360 PACKET_CODEC Lnet/minecraft/class_9139;
FIELD field_62071 profile Lcom/mojang/authlib/GameProfile;
METHOD <init> (Lcom/mojang/authlib/GameProfile;)V
ARG 1 profile
METHOD method_73305 get ()Lcom/mojang/datafixers/util/Either;
METHOD method_73306 resolve (Lnet/minecraft/class_11755;)Ljava/util/concurrent/CompletableFuture;
ARG 1 resolver
METHOD method_73307 ofStatic (Lcom/mojang/authlib/GameProfile;)Lnet/minecraft/class_9296;
ARG 0 profile
METHOD method_73308 ofDispatched (Lcom/mojang/datafixers/util/Either;)Lnet/minecraft/class_9296;
ARG 0 profileOrData
METHOD method_73309 (Lnet/minecraft/class_9296$class_11757;)Lnet/minecraft/class_9296;
ARG 0 data
METHOD method_73311 createGameProfile (Ljava/util/Optional;Ljava/util/Optional;)Lcom/mojang/authlib/GameProfile;
ARG 0 name
ARG 1 id
METHOD method_73312 ofDynamic (Ljava/util/UUID;)Lnet/minecraft/class_9296;
ARG 0 id
METHOD method_73313 getGameProfile ()Lcom/mojang/authlib/GameProfile;
METHOD method_73314 (Lcom/mojang/authlib/GameProfile;)Lnet/minecraft/class_9296;
ARG 0 profile
METHOD method_73316 (Ljava/lang/String;)Lnet/minecraft/class_9296$class_11756;
ARG 0 name
METHOD method_73317 getName ()Ljava/util/Optional;
CLASS class_11756 Dynamic
FIELD field_62072 TEXT Lnet/minecraft/class_2561;
FIELD field_62073 nameOrId Lcom/mojang/datafixers/util/Either;
METHOD <init> (Lcom/mojang/datafixers/util/Either;)V
ARG 1 nameOrId
METHOD equals (Ljava/lang/Object;)Z
ARG 1 o
CLASS class_11757 Data
FIELD field_62074 CODEC Lcom/mojang/serialization/Codec;
FIELD field_62075 PACKET_CODEC Lnet/minecraft/class_9139;
FIELD field_62076 RECORD_CODEC Lcom/mojang/serialization/Codec;
METHOD method_73319 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App;
ARG 0 instance
METHOD method_73320 (Ljava/lang/String;)Lnet/minecraft/class_9296$class_11757;
ARG 0 name
METHOD method_73321 createGameProfile ()Lcom/mojang/authlib/GameProfile;
CLASS class_11758 Static
FIELD field_62077 profileOrData Lcom/mojang/datafixers/util/Either;
METHOD <init> (Lcom/mojang/datafixers/util/Either;)V
ARG 1 profileOrData
METHOD equals (Ljava/lang/Object;)Z
ARG 1 o
METHOD method_73322 (Lnet/minecraft/class_9296$class_11757;)Ljava/util/Optional;
ARG 0 data
METHOD method_73323 (Lcom/mojang/authlib/GameProfile;)Ljava/util/Optional;
ARG 0 profile
METHOD method_73324 (Lcom/mojang/authlib/GameProfile;)Lcom/mojang/authlib/GameProfile;
ARG 0 profile

View file

@ -115,6 +115,7 @@ CLASS net/minecraft/class_9135 net/minecraft/network/codec/PacketCodecs
COMMENT @see net.minecraft.network.PacketByteBuf#readLongArray() COMMENT @see net.minecraft.network.PacketByteBuf#readLongArray()
COMMENT @see net.minecraft.network.PacketByteBuf#writeLongArray(long[]) COMMENT @see net.minecraft.network.PacketByteBuf#writeLongArray(long[])
FIELD field_59990 RGB Lnet/minecraft/class_9139; FIELD field_59990 RGB Lnet/minecraft/class_9139;
FIELD field_62276 PLAYER_NAME Lnet/minecraft/class_9139;
METHOD method_56363 toList ()Lnet/minecraft/class_9139$class_9140; METHOD method_56363 toList ()Lnet/minecraft/class_9139$class_9140;
COMMENT Used to make a codec for a list of values using {@link PacketCodec#collect}. COMMENT Used to make a codec for a list of values using {@link PacketCodec#collect}.
COMMENT This creates an {@link java.util.ArrayList}, so the decoded result can be modified. COMMENT This creates an {@link java.util.ArrayList}, so the decoded result can be modified.

View file

@ -9,3 +9,5 @@ CLASS net/minecraft/class_8732 net/minecraft/network/listener/ClientConfiguratio
ARG 1 packet ARG 1 packet
METHOD method_58577 onResetChat (Lnet/minecraft/class_9448;)V METHOD method_58577 onResetChat (Lnet/minecraft/class_9448;)V
ARG 1 packet ARG 1 packet
METHOD method_73257 onCodeOfConduct (Lnet/minecraft/class_11751;)V
ARG 1 codeOfConduct

View file

@ -3,3 +3,5 @@ CLASS net/minecraft/class_8735 net/minecraft/network/listener/ServerConfiguratio
ARG 1 packet ARG 1 packet
METHOD method_56909 onSelectKnownPacks (Lnet/minecraft/class_9220;)V METHOD method_56909 onSelectKnownPacks (Lnet/minecraft/class_9220;)V
ARG 1 packet ARG 1 packet
METHOD method_73259 onAcceptCodeOfConduct (Lnet/minecraft/class_11752;)V
ARG 1 packet

View file

@ -0,0 +1,3 @@
CLASS net/minecraft/class_11752 net/minecraft/network/packet/c2s/config/AcceptCodeOfConductS2CPacket
FIELD field_62060 INSTANCE Lnet/minecraft/class_11752;
FIELD field_62061 CODEC Lnet/minecraft/class_9139;

View file

@ -0,0 +1,2 @@
CLASS net/minecraft/class_11751 net/minecraft/server/CodeOfConduct
FIELD field_62057 CODEC Lnet/minecraft/class_9139;

View file

@ -0,0 +1,21 @@
CLASS net/minecraft/class_11755 net/minecraft/server/GameProfileResolver
METHOD method_73288 getProfile (Lcom/mojang/datafixers/util/Either;)Ljava/util/Optional;
ARG 1 either
METHOD method_73289 getProfileByName (Ljava/lang/String;)Ljava/util/Optional;
ARG 1 name
METHOD method_73290 getProfileById (Ljava/util/UUID;)Ljava/util/Optional;
ARG 1 id
CLASS class_11579 CachedSessionProfileResolver
FIELD field_61355 nameCache Lcom/google/common/cache/LoadingCache;
FIELD field_61356 idCache Lcom/google/common/cache/LoadingCache;
METHOD <init> (Lcom/mojang/authlib/minecraft/MinecraftSessionService;Lnet/minecraft/class_11561;)V
ARG 1 sessionService
ARG 2 cache
CLASS 1
METHOD load (Ljava/lang/Object;)Ljava/lang/Object;
ARG 1 id
CLASS 2
METHOD load (Ljava/lang/Object;)Ljava/lang/Object;
ARG 1 name
METHOD method_73292 (Lnet/minecraft/class_11560;)Ljava/util/Optional;
ARG 1 entry

View file

@ -488,6 +488,8 @@ CLASS net/minecraft/server/MinecraftServer
COMMENT {@return a {@link ChunkLoadMap} to visualize chunk loading in singleplayer} COMMENT {@return a {@link ChunkLoadMap} to visualize chunk loading in singleplayer}
ARG 1 radius ARG 1 radius
METHOD method_73046 getChunkLoadProgress ()Lnet/minecraft/class_11545; METHOD method_73046 getChunkLoadProgress ()Lnet/minecraft/class_11545;
METHOD method_73282 getCodeOfConductLanguages ()Ljava/util/Map;
METHOD method_73550 getApiServices ()Lnet/minecraft/class_7497;
CLASS 1 CLASS 1
FIELD field_61875 chunkLoadingManager Lnet/minecraft/class_3898; FIELD field_61875 chunkLoadingManager Lnet/minecraft/class_3898;
FIELD field_61876 spawnChunkX I FIELD field_61876 spawnChunkX I

View file

@ -0,0 +1,22 @@
CLASS net/minecraft/class_11753 net/minecraft/server/command/FetchProfileCommand
METHOD method_73262 register (Lcom/mojang/brigadier/CommandDispatcher;)V
ARG 0 dispatcher
METHOD method_73263 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_73264 (Lnet/minecraft/class_2168;Lcom/mojang/authlib/GameProfile;Ljava/lang/String;Lnet/minecraft/class_2561;)V
ARG 0 source
ARG 1 profile
ARG 2 successText
ARG 3 inputText
METHOD method_73266 executeName (Lnet/minecraft/class_2168;Ljava/lang/String;)I
ARG 0 source
ARG 1 name
METHOD method_73268 executeId (Lnet/minecraft/class_2168;Ljava/util/UUID;)I
ARG 0 source
ARG 1 id
METHOD method_73270 (Lnet/minecraft/class_2168;Lnet/minecraft/class_2561;Lcom/mojang/authlib/GameProfile;)V
ARG 2 profile
METHOD method_73277 (Lcom/mojang/brigadier/context/CommandContext;)I
ARG 0 context
METHOD method_73279 (Lnet/minecraft/class_2168;Lnet/minecraft/class_2561;Lcom/mojang/authlib/GameProfile;)V
ARG 2 profile

View file

@ -10,6 +10,7 @@ CLASS net/minecraft/class_3176 net/minecraft/server/dedicated/MinecraftDedicated
FIELD field_48789 subscriptionTracker Lnet/minecraft/class_9188; FIELD field_48789 subscriptionTracker Lnet/minecraft/class_9188;
FIELD field_52215 serverLinks Lnet/minecraft/class_9782; FIELD field_52215 serverLinks Lnet/minecraft/class_9782;
FIELD field_52350 filterer Lnet/minecraft/class_9847; FIELD field_52350 filterer Lnet/minecraft/class_9847;
FIELD field_62062 codeOfConductLanguages Ljava/util/Map;
METHOD <init> (Ljava/lang/Thread;Lnet/minecraft/class_32$class_5143;Lnet/minecraft/class_3283;Lnet/minecraft/class_6904;Lnet/minecraft/class_3807;Lcom/mojang/datafixers/DataFixer;Lnet/minecraft/class_7497;)V METHOD <init> (Ljava/lang/Thread;Lnet/minecraft/class_32$class_5143;Lnet/minecraft/class_3283;Lnet/minecraft/class_6904;Lnet/minecraft/class_3807;Lcom/mojang/datafixers/DataFixer;Lnet/minecraft/class_7497;)V
ARG 1 serverThread ARG 1 serverThread
ARG 2 session ARG 2 session
@ -38,3 +39,4 @@ CLASS net/minecraft/class_3176 net/minecraft/server/dedicated/MinecraftDedicated
ARG 0 propertiesLoader ARG 0 propertiesLoader
METHOD method_60941 (Ljava/net/URI;)Lnet/minecraft/class_9782; METHOD method_60941 (Ljava/net/URI;)Lnet/minecraft/class_9782;
ARG 0 uri ARG 0 uri
METHOD method_73283 loadCodeOfConductLanguages ()Ljava/util/Map;

View file

@ -0,0 +1,5 @@
CLASS net/minecraft/class_11754 net/minecraft/server/network/SendCodeOfConductTask
FIELD field_62064 KEY Lnet/minecraft/class_8605$class_8606;
FIELD field_62065 textSupplier Ljava/util/function/Supplier;
METHOD <init> (Ljava/util/function/Supplier;)V
ARG 1 textSupplier

View file

@ -525,6 +525,10 @@ CLASS net/minecraft/class_156 net/minecraft/util/Util
ARG 0 current ARG 0 current
ARG 1 min ARG 1 min
METHOD method_72236 isOnAarch64 ()Z METHOD method_72236 isOnAarch64 ()Z
METHOD method_73261 createGameProfile (Ljava/util/UUID;Ljava/lang/String;Lcom/mojang/authlib/properties/PropertyMap;)Lcom/mojang/authlib/GameProfile;
ARG 0 uuid
ARG 1 name
ARG 2 properties
CLASS 2 CLASS 2
FIELD field_29655 cache Ljava/util/Map; FIELD field_29655 cache Ljava/util/Map;
METHOD apply (Ljava/lang/Object;)Ljava/lang/Object; METHOD apply (Ljava/lang/Object;)Ljava/lang/Object;

View file

@ -42,6 +42,8 @@ CLASS net/minecraft/class_5699 net/minecraft/util/dynamic/Codecs
FIELD field_59993 VECTOR_2F Lcom/mojang/serialization/Codec; FIELD field_59993 VECTOR_2F Lcom/mojang/serialization/Codec;
FIELD field_59994 VECTOR_3I Lcom/mojang/serialization/Codec; FIELD field_59994 VECTOR_3I Lcom/mojang/serialization/Codec;
FIELD field_60980 NBT_ELEMENT Lcom/mojang/serialization/Codec; FIELD field_60980 NBT_ELEMENT Lcom/mojang/serialization/Codec;
FIELD field_62069 GAME_PROFILE_CODEC Lcom/mojang/serialization/Codec;
FIELD field_62070 INT_STREAM_UUID_GAME_PROFILE_CODEC Lcom/mojang/serialization/Codec;
METHOD method_36241 rangedInt (IILjava/util/function/Function;)Lcom/mojang/serialization/Codec; METHOD method_36241 rangedInt (IILjava/util/function/Function;)Lcom/mojang/serialization/Codec;
ARG 0 min ARG 0 min
ARG 1 max ARG 1 max
@ -300,6 +302,10 @@ CLASS net/minecraft/class_5699 net/minecraft/util/dynamic/Codecs
ARG 0 list ARG 0 list
METHOD method_70979 (Ljava/util/List;)Lorg/joml/Vector3f; METHOD method_70979 (Ljava/util/List;)Lorg/joml/Vector3f;
ARG 0 listx ARG 0 listx
METHOD method_73294 (Lcom/mojang/serialization/Codec;Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App;
ARG 1 instance
METHOD method_73295 createGameProfileCodec (Lcom/mojang/serialization/Codec;)Lcom/mojang/serialization/Codec;
ARG 0 uuidCodec
CLASS 1 CLASS 1
METHOD apply (Lcom/mojang/serialization/DynamicOps;Ljava/lang/Object;Lcom/mojang/serialization/DataResult;)Lcom/mojang/serialization/DataResult; METHOD apply (Lcom/mojang/serialization/DynamicOps;Ljava/lang/Object;Lcom/mojang/serialization/DataResult;)Lcom/mojang/serialization/DataResult;
ARG 1 ops ARG 1 ops

View file

@ -34,7 +34,7 @@ target_method net.minecraft.client.model.ModelPart render (Lnet/minecraft/client
target_method net.minecraft.client.model.ModelPart renderCuboids (Lnet/minecraft/client/util/math/MatrixStack$Entry;Lnet/minecraft/client/render/VertexConsumer;III)V target_method net.minecraft.client.model.ModelPart renderCuboids (Lnet/minecraft/client/util/math/MatrixStack$Entry;Lnet/minecraft/client/render/VertexConsumer;III)V
param 2 lightmap_coordinates param 2 lightmap_coordinates
target_method net.minecraft.client.render.MapRenderer draw (Lnet/minecraft/client/render/MapRenderState;Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/entity/command/EntityRenderCommandQueue;ZI)V target_method net.minecraft.client.render.MapRenderer draw (Lnet/minecraft/client/render/MapRenderState;Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/command/OrderedRenderCommandQueue;ZI)V
param 4 lightmap_coordinates param 4 lightmap_coordinates
target_method net.minecraft.client.render.VertexConsumer light (I)Lnet/minecraft/client/render/VertexConsumer; target_method net.minecraft.client.render.VertexConsumer light (I)Lnet/minecraft/client/render/VertexConsumer;
@ -57,10 +57,33 @@ target_method net.minecraft.client.render.block.FluidRenderer vertex (Lnet/minec
target_method net.minecraft.client.render.block.FluidRenderer getLight (Lnet/minecraft/world/BlockRenderView;Lnet/minecraft/util/math/BlockPos;)I target_method net.minecraft.client.render.block.FluidRenderer getLight (Lnet/minecraft/world/BlockRenderView;Lnet/minecraft/util/math/BlockPos;)I
return lightmap_coordinates return lightmap_coordinates
target_method net.minecraft.client.render.command.RenderCommandQueue submitLabel (Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/util/math/Vec3d;Lnet/minecraft/text/Text;ZID)V
param 4 lightmap_coordinates
target_method net.minecraft.client.render.command.RenderCommandQueue submitText (Lnet/minecraft/client/util/math/MatrixStack;FFLnet/minecraft/text/OrderedText;ZLnet/minecraft/client/font/TextRenderer$TextLayerType;IIII)V
param 6 lightmap_coordinates
target_method net.minecraft.client.render.command.RenderCommandQueue submitModel (Lnet/minecraft/client/model/Model;Ljava/lang/Object;Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/RenderLayer;IIILnet/minecraft/client/texture/Sprite;ILnet/minecraft/client/render/command/ModelCommandRenderer$CrumblingOverlayCommand;)V
param 4 lightmap_coordinates
target_method net.minecraft.client.render.command.RenderCommandQueue submitModel (Lnet/minecraft/client/model/Model;Ljava/lang/Object;Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/RenderLayer;IIILnet/minecraft/client/render/command/ModelCommandRenderer$CrumblingOverlayCommand;)V
param 4 lightmap_coordinates
target_method net.minecraft.client.render.command.RenderCommandQueue submitModelPart (Lnet/minecraft/client/model/ModelPart;Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/RenderLayer;IILnet/minecraft/client/texture/Sprite;)V
param 3 lightmap_coordinates
target_method net.minecraft.client.render.command.RenderCommandQueue submitModelPart (Lnet/minecraft/client/model/ModelPart;Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/RenderLayer;IILnet/minecraft/client/texture/Sprite;I)V
param 3 lightmap_coordinates
target_method net.minecraft.client.render.command.RenderCommandQueue submitModelPart (Lnet/minecraft/client/model/ModelPart;Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/RenderLayer;IILnet/minecraft/client/texture/Sprite;ZZ)V
param 3 lightmap_coordinates
target_method net.minecraft.client.render.command.RenderCommandQueue submitModelPart (Lnet/minecraft/client/model/ModelPart;Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/RenderLayer;IILnet/minecraft/client/texture/Sprite;ZZI)V
param 3 lightmap_coordinates
target_method net.minecraft.client.render.command.RenderCommandQueue submitBlock (Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/block/BlockState;III)V
param 2 lightmap_coordinates
target_method net.minecraft.client.render.command.RenderCommandQueue submitBlockStateModel (Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/RenderLayer;Lnet/minecraft/client/render/model/BlockStateModel;FFFIII)V
param 6 lightmap_coordinates
target_method net.minecraft.client.render.command.RenderCommandQueue submitItem (Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/item/ItemDisplayContext;III[ILjava/util/List;Lnet/minecraft/client/render/RenderLayer;Lnet/minecraft/client/render/item/ItemRenderState$Glint;)V
param 2 lightmap_coordinates
target_method net.minecraft.client.render.entity.DragonFireballEntityRenderer produceVertex (Lnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/client/util/math/MatrixStack$Entry;IFIII)V target_method net.minecraft.client.render.entity.DragonFireballEntityRenderer produceVertex (Lnet/minecraft/client/render/VertexConsumer;Lnet/minecraft/client/util/math/MatrixStack$Entry;IFIII)V
param 2 lightmap_coordinates param 2 lightmap_coordinates
target_method net.minecraft.client.render.entity.EnderDragonEntityRenderer renderCrystalBeam (FFFFLnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/entity/command/EntityRenderCommandQueue;I)V target_method net.minecraft.client.render.entity.EnderDragonEntityRenderer renderCrystalBeam (FFFFLnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/command/OrderedRenderCommandQueue;I)V
param 6 lightmap_coordinates param 6 lightmap_coordinates
@ -78,29 +101,29 @@ target_method net.minecraft.client.render.entity.ItemFrameEntityRenderer getLigh
param 2 lightmap_coordinates param 2 lightmap_coordinates
return lightmap_coordinates return lightmap_coordinates
target_method net.minecraft.client.render.entity.AbstractMinecartEntityRenderer renderBlock (Lnet/minecraft/client/render/entity/state/MinecartEntityRenderState;Lnet/minecraft/block/BlockState;Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/entity/command/EntityRenderCommandQueue;I)V target_method net.minecraft.client.render.entity.AbstractMinecartEntityRenderer renderBlock (Lnet/minecraft/client/render/entity/state/MinecartEntityRenderState;Lnet/minecraft/block/BlockState;Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/command/OrderedRenderCommandQueue;I)V
param 4 lightmap_coordinates param 4 lightmap_coordinates
target_method net.minecraft.client.render.entity.PaintingEntityRenderer vertex (Lnet/minecraft/client/util/math/MatrixStack$Entry;Lnet/minecraft/client/render/VertexConsumer;FFFFFIIII)V target_method net.minecraft.client.render.entity.PaintingEntityRenderer vertex (Lnet/minecraft/client/util/math/MatrixStack$Entry;Lnet/minecraft/client/render/VertexConsumer;FFFFFIIII)V
param 10 lightmap_coordinates param 10 lightmap_coordinates
target_method net.minecraft.client.render.entity.feature.ArmorFeatureRenderer renderArmor (Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/entity/command/EntityRenderCommandQueue;Lnet/minecraft/item/ItemStack;Lnet/minecraft/entity/EquipmentSlot;ILnet/minecraft/client/render/entity/state/BipedEntityRenderState;)V target_method net.minecraft.client.render.entity.feature.ArmorFeatureRenderer renderArmor (Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/command/OrderedRenderCommandQueue;Lnet/minecraft/item/ItemStack;Lnet/minecraft/entity/EquipmentSlot;ILnet/minecraft/client/render/entity/state/BipedEntityRenderState;)V
param 4 lightmap_coordinates param 4 lightmap_coordinates
target_method net.minecraft.client.render.entity.feature.FeatureRenderer render (Lnet/minecraft/client/model/Model;Lnet/minecraft/util/Identifier;Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/entity/command/EntityRenderCommandQueue;ILnet/minecraft/client/render/entity/state/LivingEntityRenderState;II)V target_method net.minecraft.client.render.entity.feature.FeatureRenderer render (Lnet/minecraft/client/model/Model;Lnet/minecraft/util/Identifier;Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/command/OrderedRenderCommandQueue;ILnet/minecraft/client/render/entity/state/LivingEntityRenderState;II)V
param 4 lightmap_coordinates param 4 lightmap_coordinates
target_method net.minecraft.client.render.entity.feature.FeatureRenderer renderModel (Lnet/minecraft/client/model/Model;Lnet/minecraft/util/Identifier;Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/entity/command/EntityRenderCommandQueue;ILnet/minecraft/client/render/entity/state/LivingEntityRenderState;II)V target_method net.minecraft.client.render.entity.feature.FeatureRenderer renderModel (Lnet/minecraft/client/model/Model;Lnet/minecraft/util/Identifier;Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/command/OrderedRenderCommandQueue;ILnet/minecraft/client/render/entity/state/LivingEntityRenderState;II)V
param 4 lightmap_coordinates param 4 lightmap_coordinates
target_method net.minecraft.client.render.entity.feature.FeatureRenderer render (Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/entity/command/EntityRenderCommandQueue;ILnet/minecraft/client/render/entity/state/EntityRenderState;FF)V target_method net.minecraft.client.render.entity.feature.FeatureRenderer render (Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/command/OrderedRenderCommandQueue;ILnet/minecraft/client/render/entity/state/EntityRenderState;FF)V
param 2 lightmap_coordinates param 2 lightmap_coordinates
target_method net.minecraft.client.render.entity.feature.HeldItemFeatureRenderer renderItem (Lnet/minecraft/client/render/entity/state/ArmedEntityRenderState;Lnet/minecraft/client/render/item/ItemRenderState;Lnet/minecraft/util/Arm;Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/entity/command/EntityRenderCommandQueue;I)V target_method net.minecraft.client.render.entity.feature.HeldItemFeatureRenderer renderItem (Lnet/minecraft/client/render/entity/state/ArmedEntityRenderState;Lnet/minecraft/client/render/item/ItemRenderState;Lnet/minecraft/util/Arm;Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/command/OrderedRenderCommandQueue;I)V
param 5 lightmap_coordinates param 5 lightmap_coordinates
target_method net.minecraft.client.render.entity.feature.ShoulderParrotFeatureRenderer render (Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/entity/command/EntityRenderCommandQueue;ILnet/minecraft/client/render/entity/state/PlayerEntityRenderState;Lnet/minecraft/entity/passive/ParrotEntity$Variant;FFZ)V target_method net.minecraft.client.render.entity.feature.ShoulderParrotFeatureRenderer render (Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/command/OrderedRenderCommandQueue;ILnet/minecraft/client/render/entity/state/PlayerEntityRenderState;Lnet/minecraft/entity/passive/ParrotEntity$Variant;FFZ)V
param 2 lightmap_coordinates param 2 lightmap_coordinates
target_method net.minecraft.client.render.entity.feature.StuckObjectsFeatureRenderer renderObject (Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/entity/command/EntityRenderCommandQueue;IFFFI)V target_method net.minecraft.client.render.entity.feature.StuckObjectsFeatureRenderer renderObject (Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/command/OrderedRenderCommandQueue;IFFFI)V
param 2 lightmap_coordinates param 2 lightmap_coordinates
target_method net.minecraft.client.render.item.ItemRenderer renderItem (Lnet/minecraft/item/ItemDisplayContext;Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;II[ILjava/util/List;Lnet/minecraft/client/render/RenderLayer;Lnet/minecraft/client/render/item/ItemRenderState$Glint;)V target_method net.minecraft.client.render.item.ItemRenderer renderItem (Lnet/minecraft/item/ItemDisplayContext;Lnet/minecraft/client/util/math/MatrixStack;Lnet/minecraft/client/render/VertexConsumerProvider;II[ILjava/util/List;Lnet/minecraft/client/render/RenderLayer;Lnet/minecraft/client/render/item/ItemRenderState$Glint;)V