Skip to content

Commit

Permalink
Fix #4037
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnupbups committed Oct 30, 2024
1 parent 10b2a7f commit 0f9508d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ CLASS net/minecraft/class_7288 net/minecraft/client/render/entity/feature/Emissi
METHOD <init> (Lnet/minecraft/class_3883;Lnet/minecraft/class_2960;Lnet/minecraft/class_7288$class_7289;Lnet/minecraft/class_7288$class_7311;Ljava/util/function/Function;)V
ARG 1 context
ARG 2 texture
ARG 3 animationAngleAdjuster
ARG 3 animationAlphaAdjuster
ARG 4 modelPartVisibility
ARG 5 renderLayerFunction
METHOD method_42746 updateModelPartVisibility (Lnet/minecraft/class_10042;)Z
Expand All @@ -18,7 +18,7 @@ CLASS net/minecraft/class_7288 net/minecraft/client/render/entity/feature/Emissi
ARG 0 part
METHOD method_42750 (Lnet/minecraft/class_630;)V
ARG 0 part
CLASS class_7289 AnimationAngleAdjuster
CLASS class_7289 AnimationAlphaAdjuster
METHOD apply (Lnet/minecraft/class_10042;F)F
ARG 1 state
ARG 2 tickDelta
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CLASS net/minecraft/class_10081 net/minecraft/client/render/entity/state/WardenEntityRenderState
FIELD field_53607 tendrilPitch F
FIELD field_53608 heartPitch F
FIELD field_53607 tendrilAlpha F
FIELD field_53608 heartAlpha F
FIELD field_53609 roaringAnimationState Lnet/minecraft/class_7094;
FIELD field_53610 sniffingAnimationState Lnet/minecraft/class_7094;
FIELD field_53611 emergingAnimationState Lnet/minecraft/class_7094;
Expand Down
8 changes: 4 additions & 4 deletions mappings/net/minecraft/entity/mob/WardenEntity.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ CLASS net/minecraft/class_7260 net/minecraft/entity/mob/WardenEntity
FIELD field_38148 ANGER Lnet/minecraft/class_2940;
FIELD field_38150 DARKNESS_EFFECT_DURATION I
FIELD field_38155 ANGRINESS_AMOUNT I
FIELD field_38162 tendrilPitch I
FIELD field_38163 lastTendrilPitch I
FIELD field_38162 tendrilAlpha I
FIELD field_38163 lastTendrilAlpha I
FIELD field_38164 heartbeatCooldown I
FIELD field_38165 lastHeartbeatCooldown I
FIELD field_38166 gameEventHandler Lnet/minecraft/class_5715;
Expand All @@ -23,7 +23,7 @@ CLASS net/minecraft/class_7260 net/minecraft/entity/mob/WardenEntity
FIELD field_44598 vibrationCallback Lnet/minecraft/class_8514$class_5719;
FIELD field_44599 vibrationListenerData Lnet/minecraft/class_8514$class_8515;
FIELD field_52503 FOLLOW_RANGE I
METHOD method_42202 getHeartPitch (F)F
METHOD method_42202 getHeartAlpha (F)F
ARG 1 tickDelta
METHOD method_42204 addDarknessToClosePlayers (Lnet/minecraft/class_3218;Lnet/minecraft/class_243;Lnet/minecraft/class_1297;I)V
ARG 0 world
Expand Down Expand Up @@ -54,7 +54,7 @@ CLASS net/minecraft/class_7260 net/minecraft/entity/mob/WardenEntity
METHOD method_42219 playListeningSound ()V
METHOD method_42221 addAttributes ()Lnet/minecraft/class_5132$class_5133;
METHOD method_42222 getAnger ()I
METHOD method_42223 getTendrilPitch (F)F
METHOD method_42223 getTendrilAlpha (F)F
ARG 1 tickDelta
METHOD method_42669 (Lnet/minecraft/class_2487;Lnet/minecraft/class_2520;)V
ARG 1 listenerData
Expand Down

0 comments on commit 0f9508d

Please sign in to comment.