Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

24w33a even more stuff #3943

Merged
merged 2 commits into from
Aug 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions mappings/net/minecraft/client/MinecraftClient.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,9 @@ CLASS net/minecraft/class_310 net/minecraft/client/MinecraftClient
FIELD field_46553 uptimeInTicks J
FIELD field_47680 userPropertiesFuture Ljava/util/concurrent/CompletableFuture;
FIELD field_50035 mapDecorationsAtlasManager Lnet/minecraft/class_9443;
FIELD field_52750 renderTickCounter Lnet/minecraft/class_9779$class_9781;
FIELD field_52751 mapRenderer Lnet/minecraft/class_330;
FIELD field_52752 mapTextureManager Lnet/minecraft/class_10093;
FIELD field_52753 inactivityFpsLimiter Lnet/minecraft/class_9919;
METHOD <init> (Lnet/minecraft/class_542;)V
ARG 1 args
Expand Down Expand Up @@ -523,7 +526,10 @@ CLASS net/minecraft/class_310 net/minecraft/client/MinecraftClient
METHOD method_61962 saveCrashReport (Ljava/io/File;Lnet/minecraft/class_128;)I
ARG 0 runDir
ARG 1 crashReport
METHOD method_61963 getMapTextureManager ()Lnet/minecraft/class_10093;
METHOD method_61964 getInactivityFpsLimiter ()Lnet/minecraft/class_9919;
METHOD method_61965 getMapRenderer ()Lnet/minecraft/class_330;
METHOD method_61966 getRenderTickCounter ()Lnet/minecraft/class_9779;
CLASS 1
FIELD field_52756 closed Z
CLASS class_5859 ChatRestriction
Expand Down
5 changes: 5 additions & 0 deletions mappings/net/minecraft/client/gui/hud/InGameHud.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ CLASS net/minecraft/class_329 net/minecraft/client/gui/hud/InGameHud
FIELD field_45328 FOOD_HALF_TEXTURE Lnet/minecraft/class_2960;
FIELD field_47550 SCOREBOARD_ENTRY_COMPARATOR Ljava/util/Comparator;
FIELD field_47847 layeredDrawer Lnet/minecraft/class_9080;
FIELD field_52771 NAUSEA_TEXTURE Lnet/minecraft/class_2960;
METHOD <init> (Lnet/minecraft/class_310;)V
ARG 1 client
METHOD method_1731 updateVignetteDarkness (Lnet/minecraft/class_1297;)V
Expand Down Expand Up @@ -99,6 +100,7 @@ CLASS net/minecraft/class_329 net/minecraft/client/gui/hud/InGameHud
ARG 1 entity
METHOD method_1745 resetDebugHudChunk ()V
METHOD method_1746 renderPortalOverlay (Lnet/minecraft/class_332;F)V
ARG 1 context
ARG 2 nauseaStrength
METHOD method_1747 clear ()V
METHOD method_1748 tick ()V
Expand Down Expand Up @@ -241,6 +243,9 @@ CLASS net/minecraft/class_329 net/minecraft/client/gui/hud/InGameHud
ARG 0 context
ARG 1 player
ARG 5 x
METHOD method_61980 renderNauseaOverlay (Lnet/minecraft/class_332;F)V
ARG 1 context
ARG 2 nauseaStrength
CLASS class_6411 HeartType
FIELD field_33946 POISONED Lnet/minecraft/class_329$class_6411;
FIELD field_45329 fullTexture Lnet/minecraft/class_2960;
Expand Down
16 changes: 15 additions & 1 deletion mappings/net/minecraft/client/model/Model.mapping
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
CLASS net/minecraft/class_3879 net/minecraft/client/model/Model
COMMENT Represents a dynamic model which has its own render layers and custom rendering.
FIELD field_21343 layerFactory Ljava/util/function/Function;
FIELD field_52922 ANIMATION_VEC Lorg/joml/Vector3f;
METHOD <init> (Ljava/util/function/Function;)V
ARG 1 layerFactory
METHOD method_23500 getLayer (Lnet/minecraft/class_2960;)Lnet/minecraft/class_1921;
Expand All @@ -13,16 +14,29 @@ CLASS net/minecraft/class_3879 net/minecraft/client/model/Model
ARG 2 vertices
ARG 3 light
ARG 4 overlay
METHOD method_62099 (Lnet/minecraft/class_7094;Lnet/minecraft/class_7184;FF)V
METHOD method_62098 animate (Lnet/minecraft/class_7094;Lnet/minecraft/class_7184;F)V
ARG 1 animationState
ARG 2 animation
ARG 3 age
METHOD method_62099 animate (Lnet/minecraft/class_7094;Lnet/minecraft/class_7184;FF)V
ARG 1 animationState
ARG 2 animation
ARG 3 age
ARG 4 speedMultiplier
METHOD method_62100 render (Lnet/minecraft/class_4587;Lnet/minecraft/class_4588;III)V
ARG 1 matrices
ARG 2 vertices
ARG 3 light
ARG 4 overlay
ARG 5 color
METHOD method_62101 animate (Lnet/minecraft/class_7184;)V
ARG 1 animation
METHOD method_62102 animateWalking (Lnet/minecraft/class_7184;FFFF)V
ARG 1 animation
ARG 2 limbFrequency
ARG 3 limbAmplitudeModifier
METHOD method_62103 (Lnet/minecraft/class_7184;FFLnet/minecraft/class_7094;)V
ARG 4 state
METHOD method_62104 getPart (Ljava/lang/String;)Ljava/util/Optional;
ARG 1 name
METHOD method_62105 (Ljava/lang/String;Lnet/minecraft/class_630;)Lnet/minecraft/class_630;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ CLASS net/minecraft/class_742 net/minecraft/client/network/AbstractClientPlayerE
ARG 1 world
ARG 2 profile
METHOD method_3118 getFovMultiplier (Z)F
ARG 1 firstPerson
METHOD method_3123 getPlayerListEntry ()Lnet/minecraft/class_640;
METHOD method_49339 lerpVelocity (F)Lnet/minecraft/class_243;
ARG 1 tickDelta
Expand Down
3 changes: 3 additions & 0 deletions mappings/net/minecraft/client/option/GameOptions.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,8 @@ CLASS net/minecraft/class_315 net/minecraft/client/option/GameOptions
FIELD field_52758 INACTIVITY_FPS_LIMIT_MINIMIZED_TOOLTIP Lnet/minecraft/class_2561;
FIELD field_52759 INACTIVITY_FPS_LIMIT_AFK_TOOLTIP Lnet/minecraft/class_2561;
FIELD field_52760 inactivityFpsLimit Lnet/minecraft/class_7172;
FIELD field_52761 ROTATE_WITH_MINECART_TOOLTIP Lnet/minecraft/class_2561;
FIELD field_52762 rotateWithMinecart Lnet/minecraft/class_7172;
METHOD <init> (Lnet/minecraft/class_310;Ljava/io/File;)V
ARG 1 client
ARG 2 optionsFile
Expand Down Expand Up @@ -590,6 +592,7 @@ CLASS net/minecraft/class_315 net/minecraft/client/option/GameOptions
ARG 0 prefix
ARG 1 value
METHOD method_61127 setAccessibilityOnboarded ()V
METHOD method_61967 getRotateWithMinecart ()Lnet/minecraft/class_7172;
METHOD method_61969 (Lnet/minecraft/class_9927;)Lnet/minecraft/class_7919;
ARG 0 option
METHOD method_61970 getInactivityFpsLimit ()Lnet/minecraft/class_7172;
Expand Down
10 changes: 10 additions & 0 deletions mappings/net/minecraft/client/render/MapRenderState.mapping
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
CLASS net/minecraft/class_10090 net/minecraft/client/render/MapRenderState
FIELD field_53638 texture Lnet/minecraft/class_2960;
FIELD field_53639 decorations Ljava/util/List;
CLASS class_10091 Decoration
FIELD field_53640 sprite Lnet/minecraft/class_1058;
FIELD field_53641 x B
FIELD field_53642 z B
FIELD field_53643 rotation B
FIELD field_53644 alwaysRendered Z
FIELD field_53645 name Lnet/minecraft/class_2561;
15 changes: 14 additions & 1 deletion mappings/net/minecraft/client/render/MapRenderer.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,18 @@ CLASS net/minecraft/class_330 net/minecraft/client/render/MapRenderer
FIELD field_2043 textureManager Lnet/minecraft/class_10093;
FIELD field_32173 DEFAULT_IMAGE_WIDTH I
FIELD field_32174 DEFAULT_IMAGE_HEIGHT I
FIELD field_50036 mapDecorationsAtlasManager Lnet/minecraft/class_9443;
FIELD field_50036 decorationsAtlasManager Lnet/minecraft/class_9443;
METHOD <init> (Lnet/minecraft/class_9443;Lnet/minecraft/class_10093;)V
ARG 1 decorationsAtlasManager
ARG 2 textureManager
METHOD method_1773 draw (Lnet/minecraft/class_10090;Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;ZI)V
ARG 1 state
ARG 2 matrices
ARG 3 vertexConsumers
ARG 5 light
METHOD method_62229 createDecoration (Lnet/minecraft/class_20;)Lnet/minecraft/class_10090$class_10091;
ARG 1 decoration
METHOD method_62230 update (Lnet/minecraft/class_9209;Lnet/minecraft/class_22;Lnet/minecraft/class_10090;)V
ARG 1 mapId
ARG 2 mapState
ARG 3 renderState
5 changes: 5 additions & 0 deletions mappings/net/minecraft/client/render/RenderLayer.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ CLASS net/minecraft/class_1921 net/minecraft/client/render/RenderLayer
FIELD field_42521 DEBUG_LINE_STRIP Ljava/util/function/Function;
FIELD field_48950 FAST_CLOUDS Lnet/minecraft/class_1921;
FIELD field_48951 FANCY_CLOUDS Lnet/minecraft/class_1921;
FIELD field_53129 NO_CULLING_CLOUDS Lnet/minecraft/class_1921;
FIELD field_53130 ENTITY_SOLID_Z_OFFSET_FORWARD Ljava/util/function/Function;
FIELD field_53132 GUI_TEXTURED_OVERLAY Ljava/util/function/Function;
FIELD field_53133 GUI_OPAQUE_TEXTURED_BACKGROUND Ljava/util/function/Function;
Expand Down Expand Up @@ -248,6 +249,7 @@ CLASS net/minecraft/class_1921 net/minecraft/client/render/RenderLayer
ARG 0 texture
METHOD method_56848 getClouds (ZZ)Lnet/minecraft/class_1921$class_4687;
ARG 0 fancy
ARG 1 culling
METHOD method_56849 getFastClouds ()Lnet/minecraft/class_1921;
METHOD method_56850 getFancyClouds ()Lnet/minecraft/class_1921;
METHOD method_60894 isTranslucent ()Z
Expand All @@ -269,6 +271,9 @@ CLASS net/minecraft/class_1921 net/minecraft/client/render/RenderLayer
ARG 0 texture
METHOD method_62284 getGuiNauseaOverlay ()Lnet/minecraft/class_1921;
METHOD method_62287 getMojangLogo ()Lnet/minecraft/class_1921;
METHOD method_62290 getEntitySolidZOffsetForward (Lnet/minecraft/class_2960;)Lnet/minecraft/class_1921;
ARG 0 texture
METHOD method_62291 getNoCullingClouds ()Lnet/minecraft/class_1921;
CLASS class_4687 MultiPhase
FIELD field_21403 phases Lnet/minecraft/class_1921$class_4688;
FIELD field_21697 affectedOutline Ljava/util/Optional;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
CLASS net/minecraft/class_9988 net/minecraft/client/render/entity/AbstractHoglinEntityRenderer
METHOD <init> (Lnet/minecraft/class_5617$class_5618;Lnet/minecraft/class_5601;Lnet/minecraft/class_5601;F)V
ARG 1 context
ARG 2 layer
ARG 3 babyLayer
ARG 4 scale
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
CLASS net/minecraft/class_9989 net/minecraft/client/render/entity/AbstractSkeletonEntityRenderer
METHOD <init> (Lnet/minecraft/class_5617$class_5618;Lnet/minecraft/class_5601;Lnet/minecraft/class_5601;Lnet/minecraft/class_5601;)V
ARG 1 context
ARG 2 layer
ARG 3 armorInnerLayer
ARG 4 armorOuterLayer
METHOD <init> (Lnet/minecraft/class_5617$class_5618;Lnet/minecraft/class_5601;Lnet/minecraft/class_5601;Lnet/minecraft/class_606;)V
ARG 1 context
ARG 2 armorInnerLayer
ARG 3 armorOuterLayer
ARG 4 model
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CLASS net/minecraft/class_9990 net/minecraft/client/render/entity/AgeableMobEntityRenderer
FIELD field_53177 layer Lnet/minecraft/class_583;
FIELD field_53178 babyLayer Lnet/minecraft/class_583;
FIELD field_53177 adultModel Lnet/minecraft/class_583;
FIELD field_53178 babyModel Lnet/minecraft/class_583;
METHOD <init> (Lnet/minecraft/class_5617$class_5618;Lnet/minecraft/class_583;Lnet/minecraft/class_583;F)V
ARG 1 context
ARG 2 model
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
CLASS net/minecraft/class_877 net/minecraft/client/render/entity/ArmorStandEntityRenderer
FIELD field_4642 TEXTURE Lnet/minecraft/class_2960;
FIELD field_53179 mainModel Lnet/minecraft/class_548;
FIELD field_53180 smallModel Lnet/minecraft/class_548;
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,15 @@ CLASS net/minecraft/class_909 net/minecraft/client/render/entity/BipedEntityRend
ARG 3 shadowRadius
METHOD <init> (Lnet/minecraft/class_5617$class_5618;Lnet/minecraft/class_572;Lnet/minecraft/class_572;F)V
ARG 1 context
ARG 2 model
ARG 3 babyModel
ARG 4 scale
METHOD <init> (Lnet/minecraft/class_5617$class_5618;Lnet/minecraft/class_572;Lnet/minecraft/class_572;FLnet/minecraft/class_976$class_9994;)V
ARG 1 context
ARG 2 model
ARG 4 scaleX
ARG 3 babyModel
ARG 4 scale
ARG 5 headTransformation
METHOD method_62461 updateBipedRenderState (Lnet/minecraft/class_1309;Lnet/minecraft/class_10034;F)V
ARG 0 entity
ARG 1 state
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
CLASS net/minecraft/class_892 net/minecraft/client/render/entity/EndCrystalEntityRenderer
FIELD field_21736 END_CRYSTAL Lnet/minecraft/class_1921;
FIELD field_4663 TEXTURE Lnet/minecraft/class_2960;
FIELD field_53187 model Lnet/minecraft/class_9946;
METHOD method_23155 getYOffset (F)F
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ CLASS net/minecraft/class_897 net/minecraft/client/render/entity/EntityRenderer
COMMENT
COMMENT <p>Checks for a custom nametag on living entities, and for teams/team visibilities for players.
ARG 1 entity
ARG 2 squaredDistanceToCamera
METHOD method_3926 renderLabelIfPresent (Lnet/minecraft/class_10017;Lnet/minecraft/class_2561;Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;I)V
ARG 1 state
ARG 2 text
Expand All @@ -48,6 +49,7 @@ CLASS net/minecraft/class_897 net/minecraft/client/render/entity/EntityRenderer
METHOD method_61049 renderLeash (Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;Lnet/minecraft/class_10017$class_10018;)V
ARG 0 matrices
ARG 1 vertexConsumers
ARG 2 leashData
METHOD method_61050 renderLeashSegment (Lnet/minecraft/class_4588;Lorg/joml/Matrix4f;FFFIIIIFFFFIZ)V
ARG 0 vertexConsumer
ARG 1 matrix
Expand All @@ -66,6 +68,8 @@ CLASS net/minecraft/class_897 net/minecraft/client/render/entity/EntityRenderer
ARG 3 tickDelta
METHOD method_62358 getBoundingBox (Lnet/minecraft/class_1297;)Lnet/minecraft/class_238;
ARG 1 entity
METHOD method_62406 canBeCulled (Lnet/minecraft/class_1297;)Z
ARG 1 entity
METHOD method_62425 getAndUpdateRenderState (Lnet/minecraft/class_1297;F)Lnet/minecraft/class_10017;
ARG 1 entity
ARG 2 tickDelta
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ CLASS net/minecraft/class_915 net/minecraft/client/render/entity/ItemFrameEntity
FIELD field_4720 itemRenderer Lnet/minecraft/class_918;
FIELD field_53191 mapRenderer Lnet/minecraft/class_330;
METHOD method_33433 getLight (ZII)I
ARG 1 glow
ARG 2 glowLight
ARG 3 regularLight
METHOD method_33434 getModelId (ZLnet/minecraft/class_1799;)Lnet/minecraft/class_1091;
ARG 1 glow
ARG 2 stack
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,11 @@ CLASS net/minecraft/class_922 net/minecraft/client/render/entity/LivingEntityRen
ARG 2 matrices
ARG 3 animationProgress
ARG 4 bodyYaw
METHOD method_62484 (Lnet/minecraft/class_10042;)I
METHOD method_62482 clampBodyYaw (Lnet/minecraft/class_1309;FF)F
ARG 0 entity
ARG 1 degrees
ARG 2 tickDelta
METHOD method_62483 shouldRenderFeatures (Lnet/minecraft/class_10042;)Z
ARG 1 state
METHOD method_62484 getMixColor (Lnet/minecraft/class_10042;)I
ARG 1 state
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ CLASS net/minecraft/class_921 net/minecraft/client/render/entity/LlamaEntityRend
FIELD field_41633 BROWN_TEXTURE Lnet/minecraft/class_2960;
FIELD field_41634 GRAY_TEXTURE Lnet/minecraft/class_2960;
METHOD <init> (Lnet/minecraft/class_5617$class_5618;Lnet/minecraft/class_5601;Lnet/minecraft/class_5601;)V
ARG 1 ctx
ARG 1 context
ARG 2 layer
ARG 3 babyLayer
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ CLASS net/minecraft/class_928 net/minecraft/client/render/entity/PaintingEntityR
METHOD method_4074 renderPainting (Lnet/minecraft/class_4587;Lnet/minecraft/class_4588;[IIILnet/minecraft/class_1058;Lnet/minecraft/class_1058;)V
ARG 1 matrices
ARG 2 vertexConsumer
ARG 3 lightmapCoordinates
ARG 4 width
ARG 5 height
ARG 6 paintingSprite
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ CLASS net/minecraft/class_4842 net/minecraft/client/render/entity/PiglinEntityRe
METHOD <init> (Lnet/minecraft/class_5617$class_5618;Lnet/minecraft/class_5601;Lnet/minecraft/class_5601;Lnet/minecraft/class_5601;Lnet/minecraft/class_5601;Lnet/minecraft/class_5601;Lnet/minecraft/class_5601;)V
ARG 1 ctx
ARG 2 mainLayer
ARG 3 layer
ARG 3 babyMainLayer
ARG 4 armorInnerLayer
ARG 5 armorOuterLayer
ARG 6 babyArmorInnerLayer
ARG 7 babyArmorOuterLayer
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ CLASS net/minecraft/class_1007 net/minecraft/client/render/entity/PlayerEntityRe
ARG 4 skinTexture
ARG 5 arm
METHOD method_4210 getArmPose (Lnet/minecraft/class_10055;Lnet/minecraft/class_10055$class_10056;Lnet/minecraft/class_1268;)Lnet/minecraft/class_572$class_573;
ARG 0 state
ARG 1 handState
ARG 2 hand
METHOD method_4220 renderRightArm (Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;ILnet/minecraft/class_2960;)V
ARG 1 matrices
ARG 2 vertexConsumers
Expand All @@ -28,11 +31,11 @@ CLASS net/minecraft/class_1007 net/minecraft/client/render/entity/PlayerEntityRe
METHOD method_62605 getShoulderParrotVariant (Lnet/minecraft/class_742;Z)Lnet/minecraft/class_1453$class_7989;
ARG 0 player
ARG 1 left
METHOD method_62607 (Lnet/minecraft/class_742;Lnet/minecraft/class_10055;F)V
METHOD method_62607 updateFallFlying (Lnet/minecraft/class_742;Lnet/minecraft/class_10055;F)V
ARG 0 player
ARG 1 state
ARG 2 tickDelta
METHOD method_62609 (Lnet/minecraft/class_742;Lnet/minecraft/class_10055;F)V
METHOD method_62609 updateCape (Lnet/minecraft/class_742;Lnet/minecraft/class_10055;F)V
ARG 0 player
ARG 1 state
ARG 2 tickDelta
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
CLASS net/minecraft/class_950 net/minecraft/client/render/entity/StrayEntityRenderer
FIELD field_4790 TEXTURE Lnet/minecraft/class_2960;
FIELD field_49165 OVERLAY_TEXTURE Lnet/minecraft/class_2960;
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
CLASS net/minecraft/class_968 net/minecraft/client/render/entity/ZombieBaseEntityRenderer
FIELD field_4819 TEXTURE Lnet/minecraft/class_2960;
METHOD <init> (Lnet/minecraft/class_5617$class_5618;Lnet/minecraft/class_623;Lnet/minecraft/class_623;Lnet/minecraft/class_623;Lnet/minecraft/class_623;Lnet/minecraft/class_623;Lnet/minecraft/class_623;)V
ARG 2 bodyModel
ARG 1 context
ARG 2 mainModel
ARG 3 babyMainModel
ARG 4 armorInnerModel
ARG 5 armorOuterModel
ARG 6 babyArmorInnerModel
ARG 7 babyArmorOuterModel
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,9 @@ CLASS net/minecraft/class_9993 net/minecraft/client/render/entity/ZombifiedPigli
FIELD field_53205 TEXTURE Lnet/minecraft/class_2960;
METHOD <init> (Lnet/minecraft/class_5617$class_5618;Lnet/minecraft/class_5601;Lnet/minecraft/class_5601;Lnet/minecraft/class_5601;Lnet/minecraft/class_5601;Lnet/minecraft/class_5601;Lnet/minecraft/class_5601;)V
ARG 1 context
ARG 2 mainLayer
ARG 3 babyMainLayer
ARG 4 armorInnerLayer
ARG 5 armorOuterLayer
ARG 6 babyArmorInnerLayer
ARG 7 babyArmorOuterLayer
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
CLASS net/minecraft/class_8972 net/minecraft/client/render/entity/animation/BreezeAnimations
FIELD field_47428 SHOOTING Lnet/minecraft/class_7184;
FIELD field_47429 INHALING Lnet/minecraft/class_7184;
FIELD field_47429 LONG_JUMPING Lnet/minecraft/class_7184;
FIELD field_47430 SLIDING Lnet/minecraft/class_7184;
FIELD field_47846 SLIDING_BACK Lnet/minecraft/class_7184;
FIELD field_52766 INHALING Lnet/minecraft/class_7184;
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ CLASS net/minecraft/class_970 net/minecraft/client/render/entity/feature/ArmorFe
FIELD field_42074 armorTrimsAtlas Lnet/minecraft/class_1059;
FIELD field_4830 innerModel Lnet/minecraft/class_572;
FIELD field_4831 outerModel Lnet/minecraft/class_572;
FIELD field_53218 babyInnerModel Lnet/minecraft/class_572;
FIELD field_53219 babyOuterModel Lnet/minecraft/class_572;
METHOD <init> (Lnet/minecraft/class_3883;Lnet/minecraft/class_572;Lnet/minecraft/class_572;Lnet/minecraft/class_1092;)V
ARG 1 context
ARG 2 innerModel
Expand All @@ -11,12 +13,16 @@ CLASS net/minecraft/class_970 net/minecraft/client/render/entity/feature/ArmorFe
ARG 1 context
ARG 2 innerModel
ARG 3 outerModel
ARG 4 babyInnerModel
ARG 5 babyOuterModel
ARG 6 bakedModelManager
METHOD method_23192 renderArmorParts (Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;ILnet/minecraft/class_572;ILnet/minecraft/class_2960;)V
ARG 1 matrices
ARG 2 vertexConsumers
ARG 3 light
ARG 4 model
ARG 5 color
ARG 6 texture
METHOD method_4169 renderArmor (Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;Lnet/minecraft/class_1799;Lnet/minecraft/class_1304;ILnet/minecraft/class_572;)V
ARG 1 matrices
ARG 2 vertexConsumers
Expand All @@ -28,6 +34,8 @@ CLASS net/minecraft/class_970 net/minecraft/client/render/entity/feature/ArmorFe
ARG 1 bipedModel
ARG 2 slot
METHOD method_4172 getModel (Lnet/minecraft/class_10034;Lnet/minecraft/class_1304;)Lnet/minecraft/class_572;
ARG 1 state
ARG 2 slot
METHOD method_4173 usesInnerModel (Lnet/minecraft/class_1304;)Z
ARG 1 slot
METHOD method_48482 renderTrim (Lnet/minecraft/class_6880;Lnet/minecraft/class_4587;Lnet/minecraft/class_4597;ILnet/minecraft/class_8053;Lnet/minecraft/class_572;Z)V
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ CLASS net/minecraft/class_8989 net/minecraft/client/render/entity/feature/Breeze
FIELD field_47484 TEXTURE Lnet/minecraft/class_2960;
FIELD field_47485 model Lnet/minecraft/class_8973;
METHOD <init> (Lnet/minecraft/class_5617$class_5618;Lnet/minecraft/class_3883;)V
ARG 1 context
ARG 1 entityRendererContext
ARG 2 featureContext
METHOD method_55273 getXOffset (F)F
ARG 1 tickDelta
Loading