Skip to content
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
4 changes: 4 additions & 0 deletions mappings/net/minecraft/entity/mob/ZoglinEntity.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ CLASS net/minecraft/class_5136 net/minecraft/entity/mob/ZoglinEntity
FIELD field_30512 DEFAULT_MOVEMENT_SPEED F
FIELD field_57695 DEFAULT_IS_BABY Z
METHOD method_1_1167 getTaskLists ()Ljava/util/List;
METHOD method_1_1168 (Lnet/minecraft/class_3218;Lnet/minecraft/class_1308;Lnet/minecraft/class_1309;)Z
ARG 2 candidate
METHOD method_1_1281 (Lnet/minecraft/class_5136;)Ljava/util/List;
ARG 0 zoglin
METHOD method_26928 getCoreTasks ()Lnet/minecraft/class_1_137;
Expand All @@ -19,6 +21,8 @@ CLASS net/minecraft/class_5136 net/minecraft/entity/mob/ZoglinEntity
METHOD method_26931 tickBrain ()V
METHOD method_26933 playAngrySound ()V
METHOD method_26934 getHoglinTarget (Lnet/minecraft/class_3218;Lnet/minecraft/class_1308;)Ljava/util/Optional;
ARG 0 world
ARG 1 entity
METHOD method_26937 createZoglinAttributes ()Lnet/minecraft/class_5132$class_5133;
METHOD method_26938 setAttackTarget (Lnet/minecraft/class_1309;)V
ARG 1 entity
Expand Down
1 change: 1 addition & 0 deletions mappings/net/minecraft/entity/mob/ZombieEntity.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ CLASS net/minecraft/class_1642 net/minecraft/entity/mob/ZombieEntity
ARG 1 canBreakDoors
METHOD method_7205 applyAttributeModifiers (FLnet/minecraft/class_3730;)V
ARG 1 chanceMultiplier
ARG 2 spawnReason
METHOD method_7206 isConvertingInWater ()Z
METHOD method_7207 getStepSound ()Lnet/minecraft/class_3414;
METHOD method_7208 initCustomGoals ()V
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ CLASS net/minecraft/class_1296 net/minecraft/entity/passive/PassiveEntity
ARG 3 stack
ARG 4 toggleCallback
METHOD method_1_1679 toggleAgeLock ()V
METHOD method_1_3137 getStartingAge ()I
METHOD method_5613 createChild (Lnet/minecraft/class_3218;Lnet/minecraft/class_1296;)Lnet/minecraft/class_1296;
ARG 1 world
ARG 2 entity
Expand Down
Loading