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

rename pauseWhenMobIdle to skipMobIdleCheck #3068

Open
wants to merge 1 commit into
base: 1.17.1
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions mappings/net/minecraft/entity/ai/goal/MeleeAttackGoal.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CLASS net/minecraft/class_1366 net/minecraft/entity/ai/goal/MeleeAttackGoal
FIELD field_30218 MAX_ATTACK_TIME J
FIELD field_6500 speed D
FIELD field_6501 updateCountdownTicks I
FIELD field_6502 pauseWhenMobIdle Z
FIELD field_6502 skipMobIdleCheck Z
FIELD field_6503 mob Lnet/minecraft/class_1314;
FIELD field_6504 attackIntervalTicks I
FIELD field_6506 targetZ D
Expand All @@ -14,7 +14,7 @@ CLASS net/minecraft/class_1366 net/minecraft/entity/ai/goal/MeleeAttackGoal
METHOD <init> (Lnet/minecraft/class_1314;DZ)V
ARG 1 mob
ARG 2 speed
ARG 4 pauseWhenMobIdle
ARG 4 skipMobIdleCheck
METHOD method_28346 resetCooldown ()V
METHOD method_28347 isCooledDown ()Z
METHOD method_28348 getCooldown ()I
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ CLASS net/minecraft/class_1396 net/minecraft/entity/ai/goal/ZombieAttackGoal
METHOD <init> (Lnet/minecraft/class_1642;DZ)V
ARG 1 zombie
ARG 2 speed
ARG 4 pauseWhenMobIdle
ARG 4 skipMobIdleCheck
2 changes: 1 addition & 1 deletion mappings/net/minecraft/entity/mob/DrownedEntity.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ CLASS net/minecraft/class_1551 net/minecraft/entity/mob/DrownedEntity
METHOD <init> (Lnet/minecraft/class_1551;DZ)V
ARG 1 drowned
ARG 2 speed
ARG 4 pauseWhenMobIdle
ARG 4 skipMobIdleCheck
CLASS class_1554 LeaveWaterGoal
FIELD field_7237 drowned Lnet/minecraft/class_1551;
METHOD <init> (Lnet/minecraft/class_1551;D)V
Expand Down
2 changes: 1 addition & 1 deletion mappings/net/minecraft/entity/passive/BeeEntity.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ CLASS net/minecraft/class_4466 net/minecraft/entity/passive/BeeEntity
METHOD <init> (Lnet/minecraft/class_4466;Lnet/minecraft/class_1314;DZ)V
ARG 2 mob
ARG 3 speed
ARG 5 pauseWhenMobIdle
ARG 5 skipMobIdleCheck
CLASS class_4469 BeeFollowTargetGoal
METHOD <init> (Lnet/minecraft/class_4466;)V
ARG 1 bee
Expand Down
2 changes: 1 addition & 1 deletion mappings/net/minecraft/entity/passive/PandaEntity.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ CLASS net/minecraft/class_1440 net/minecraft/entity/passive/PandaEntity
METHOD <init> (Lnet/minecraft/class_1440;DZ)V
ARG 1 panda
ARG 2 speed
ARG 4 pauseWhenMobIdle
ARG 4 skipMobIdleCheck
CLASS class_4056 LookAtEntityGoal
FIELD field_18116 panda Lnet/minecraft/class_1440;
METHOD <init> (Lnet/minecraft/class_1440;Ljava/lang/Class;F)V
Expand Down