Skip to content

Commit

Permalink
25w09a stuff
Browse files Browse the repository at this point in the history
Resolves FabricMC#4136
Resolves FabricMC#4133
tons left to do, but I'm tired
  • Loading branch information
Shnupbups committed Feb 26, 2025
1 parent 436c8c0 commit 6c51ba0
Show file tree
Hide file tree
Showing 75 changed files with 350 additions and 25 deletions.
1 change: 1 addition & 0 deletions mappings/net/minecraft/block/entity/BlockEntity.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ CLASS net/minecraft/class_2586 net/minecraft/block/entity/BlockEntity
FIELD field_11867 pos Lnet/minecraft/class_2338;
FIELD field_11868 LOGGER Lorg/slf4j/Logger;
FIELD field_50172 components Lnet/minecraft/class_9323;
FIELD field_57768 TYPE_CODEC Lcom/mojang/serialization/Codec;
METHOD <init> (Lnet/minecraft/class_2591;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)V
ARG 1 type
ARG 2 pos
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,7 @@ CLASS net/minecraft/class_2619 net/minecraft/block/entity/JukeboxBlockEntity
METHOD method_60785 onManagerChange ()V
METHOD method_60786 reloadDisc ()V
METHOD method_60992 getComparatorOutput ()I
METHOD method_68286 (Ljava/lang/Long;Lnet/minecraft/class_6880;)V
ARG 2 song
METHOD method_68287 (Lnet/minecraft/class_7225$class_7874;Ljava/lang/Long;)V
ARG 2 ticksSinceSongStarted
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ CLASS net/minecraft/class_2627 net/minecraft/block/entity/ShulkerBoxBlockEntity
ARG 2 pos
ARG 3 state
METHOD method_11319 readInventoryNbt (Lnet/minecraft/class_2487;Lnet/minecraft/class_7225$class_7874;)V
ARG 1 nbt
ARG 2 registries
METHOD method_11320 getColor ()Lnet/minecraft/class_1767;
METHOD method_20047 updateNeighborStates (Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_2680;)V
Expand Down
4 changes: 4 additions & 0 deletions mappings/net/minecraft/block/entity/Spawner.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@ CLASS net/minecraft/class_8959 net/minecraft/block/entity/Spawner
ARG 0 nbtComponent
ARG 1 textConsumer
ARG 2 spawnDataKey
METHOD method_68279 (Lnet/minecraft/class_2487;)Ljava/util/Optional;
ARG 0 entityNbt
METHOD method_68280 (Lnet/minecraft/class_2487;)Ljava/util/Optional;
ARG 0 spawnDataNbt
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ CLASS net/minecraft/class_4910 net/minecraft/client/data/BlockStateModelGenerato
ARG 0 pressurePlateBlock
ARG 1 upModel
ARG 2 downModel
METHOD method_25676 registerLog (Lnet/minecraft/class_2248;)Lnet/minecraft/class_4910$class_4914;
METHOD method_25676 createLogTexturePool (Lnet/minecraft/class_2248;)Lnet/minecraft/class_4910$class_4914;
ARG 1 logBlock
METHOD method_25677 registerTorch (Lnet/minecraft/class_2248;Lnet/minecraft/class_2248;)V
ARG 1 torch
Expand Down
22 changes: 8 additions & 14 deletions mappings/net/minecraft/client/model/ModelTransform.mapping
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
CLASS net/minecraft/class_5603 net/minecraft/client/model/ModelTransform
FIELD comp_2997 pivotX F
FIELD comp_2998 pivotY F
FIELD comp_2999 pivotZ F
FIELD comp_3000 pitch F
FIELD comp_3001 yaw F
FIELD comp_3002 roll F
Expand All @@ -11,16 +8,13 @@ CLASS net/minecraft/class_5603 net/minecraft/client/model/ModelTransform
ARG 2 pivotY
ARG 3 pivotZ
ARG 4 pitch
METHOD comp_2997 pivotX ()F
METHOD comp_2998 pivotY ()F
METHOD comp_2999 pivotZ ()F
METHOD comp_3000 pitch ()F
METHOD comp_3001 yaw ()F
METHOD comp_3002 roll ()F
METHOD method_32090 pivot (FFF)Lnet/minecraft/class_5603;
ARG 0 pivotX
ARG 1 pivotY
ARG 2 pivotZ
METHOD method_32090 anchor (FFF)Lnet/minecraft/class_5603;
ARG 0 x
ARG 1 y
ARG 2 z
METHOD method_32091 of (FFFFFF)Lnet/minecraft/class_5603;
ARG 0 pivotX
ARG 1 pivotY
Expand All @@ -36,10 +30,10 @@ CLASS net/minecraft/class_5603 net/minecraft/client/model/ModelTransform
ARG 1 scale
METHOD method_62134 scaled (F)Lnet/minecraft/class_5603;
ARG 1 scale
METHOD method_62135 addPivot (FFF)Lnet/minecraft/class_5603;
ARG 1 pivotX
ARG 2 pivotY
ARG 3 pivotZ
METHOD method_62135 offset (FFF)Lnet/minecraft/class_5603;
ARG 1 x
ARG 2 y
ARG 3 z
METHOD method_62136 scaled (FFF)Lnet/minecraft/class_5603;
ARG 1 xScale
ARG 2 yScale
Expand Down
Original file line number Diff line number Diff line change
@@ -1,29 +1,33 @@
CLASS net/minecraft/class_4896 net/minecraft/client/render/entity/model/CrossbowPosing
COMMENT Utility class to help posing when a crossbow is involved.
CLASS net/minecraft/class_4896 net/minecraft/client/render/entity/model/ArmPosing
COMMENT Utility class to help posing arms.
METHOD method_25446 charge (Lnet/minecraft/class_630;Lnet/minecraft/class_630;FIZ)V
ARG 0 holdingArm
ARG 1 pullingArm
ARG 2 crossbowPullTime
ARG 3 itemUseTime
ARG 4 rightArm
METHOD method_25447 hold (Lnet/minecraft/class_630;Lnet/minecraft/class_630;Lnet/minecraft/class_630;Z)V
ARG 0 holdingArm
ARG 1 otherArm
ARG 2 head
ARG 3 rightArmed
ARG 3 rightArm
METHOD method_29350 swingArm (Lnet/minecraft/class_630;FF)V
ARG 0 arm
ARG 1 animationProgress
ARG 2 sigma
METHOD method_29351 meleeAttack (Lnet/minecraft/class_630;Lnet/minecraft/class_630;Lnet/minecraft/class_1306;FF)V
ARG 0 leftArm
ARG 1 rightArm
ARG 0 rightArm
ARG 1 leftArm
ARG 2 mainArm
ARG 3 swingProgress
ARG 4 animationProgress
METHOD method_29352 meleeAttack (Lnet/minecraft/class_630;Lnet/minecraft/class_630;ZFF)V
METHOD method_29352 zombieArms (Lnet/minecraft/class_630;Lnet/minecraft/class_630;ZFF)V
ARG 0 leftArm
ARG 1 rightArm
ARG 2 attacking
ARG 3 swingProgress
ARG 4 animationProgress
METHOD method_32789 swingArms (Lnet/minecraft/class_630;Lnet/minecraft/class_630;F)V
ARG 0 leftArm
ARG 1 rightArm
ARG 0 rightArm
ARG 1 leftArm
ARG 2 animationProgress
1 change: 1 addition & 0 deletions mappings/net/minecraft/entity/EntityType.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ CLASS net/minecraft/class_1299 net/minecraft/entity/EntityType
FIELD field_40115 requiredFeatures Lnet/minecraft/class_7699;
FIELD field_50125 spawnBoxScale F
FIELD field_55544 POTENTIALLY_EXECUTES_COMMANDS Ljava/util/Set;
FIELD field_57582 CODEC Lcom/mojang/serialization/Codec;
FIELD field_6056 saveable Z
FIELD field_6072 summonable Z
FIELD field_6088 LOGGER Lorg/slf4j/Logger;
Expand Down
2 changes: 2 additions & 0 deletions mappings/net/minecraft/entity/mob/SkeletonHorseEntity.mapping
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
CLASS net/minecraft/class_1506 net/minecraft/entity/mob/SkeletonHorseEntity
FIELD field_30427 DESPAWN_AGE I
FIELD field_47809 BABY_BASE_DIMENSIONS Lnet/minecraft/class_4048;
FIELD field_57636 DEFAULT_TRAPPED Z
FIELD field_57637 DEFAULT_TRAP_TIME I
FIELD field_7003 trapTriggerGoal Lnet/minecraft/class_1505;
FIELD field_7004 trapTime I
FIELD field_7005 trapped Z
Expand Down
1 change: 1 addition & 0 deletions mappings/net/minecraft/entity/mob/SlimeEntity.mapping
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
CLASS net/minecraft/class_1621 net/minecraft/entity/mob/SlimeEntity
FIELD field_30496 MIN_SIZE I
FIELD field_30497 MAX_SIZE I
FIELD field_57692 DEFAULT_ON_GROUND_LAST_TICK Z
FIELD field_7387 lastStretch F
FIELD field_7388 stretch F
FIELD field_7389 targetStretch F
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
CLASS net/minecraft/class_1617 net/minecraft/entity/mob/SpellcastingIllagerEntity
FIELD field_57693 DEFAULT_SPELL_TICKS I
FIELD field_7371 spell Lnet/minecraft/class_1617$class_1618;
FIELD field_7372 spellTicks I
FIELD field_7373 SPELL Lnet/minecraft/class_2940;
Expand Down
1 change: 1 addition & 0 deletions mappings/net/minecraft/entity/mob/VindicatorEntity.mapping
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
CLASS net/minecraft/class_1632 net/minecraft/entity/mob/VindicatorEntity
FIELD field_19014 DIFFICULTY_ALLOWS_DOOR_BREAKING_PREDICATE Ljava/util/function/Predicate;
FIELD field_30504 JOHNNY_KEY Ljava/lang/String;
FIELD field_57694 DEFAULT_JOHNNY Z
FIELD field_7406 johnny Z
METHOD method_20007 (Lnet/minecraft/class_1267;)Z
ARG 0 difficulty
Expand Down
1 change: 1 addition & 0 deletions mappings/net/minecraft/entity/mob/ZoglinEntity.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ CLASS net/minecraft/class_5136 net/minecraft/entity/mob/ZoglinEntity
FIELD field_30510 BABY_MELEE_ATTACK_COOLDOWN I
FIELD field_30511 ATTACK_TARGET_DURATION I
FIELD field_30512 DEFAULT_MOVEMENT_SPEED F
FIELD field_57695 DEFAULT_IS_BABY Z
METHOD method_26928 addCoreTasks (Lnet/minecraft/class_4095;)V
ARG 0 brain
METHOD method_26929 addIdleTasks (Lnet/minecraft/class_4095;)V
Expand Down
3 changes: 3 additions & 0 deletions mappings/net/minecraft/entity/mob/ZombieEntity.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ CLASS net/minecraft/class_1642 net/minecraft/entity/mob/ZombieEntity
FIELD field_52017 LEADER_ZOMBIE_BONUS_MODIFIER_ID Lnet/minecraft/class_2960;
FIELD field_52018 REINFORCEMENT_CALLER_CHARGE_MODIFIER_ID Lnet/minecraft/class_2960;
FIELD field_52193 ZOMBIE_RANDOM_SPAWN_BONUS_MODIFIER_ID Lnet/minecraft/class_2960;
FIELD field_57697 DEFAULT_IS_BABY Z
FIELD field_57698 DEFAULT_CAN_BREAK_DOORS Z
FIELD field_57699 DEFAULT_IN_WATER_TIME I
FIELD field_7424 ticksUntilWaterConversion I
FIELD field_7425 CONVERTING_IN_WATER Lnet/minecraft/class_2940;
FIELD field_7426 inWaterTime I
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ CLASS net/minecraft/class_1641 net/minecraft/entity/mob/ZombieVillagerEntity
FIELD field_18877 experience I
FIELD field_20299 gossip Lnet/minecraft/class_4136;
FIELD field_30523 BASE_CONVERSION_DELAY I
FIELD field_57700 DEFAULT_CONVERSION_TIME I
FIELD field_57701 DEFAULT_EXPERIENCE I
FIELD field_7420 VILLAGER_DATA Lnet/minecraft/class_2940;
FIELD field_7421 converter Ljava/util/UUID;
FIELD field_7422 conversionTimer I
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
CLASS net/minecraft/class_1492 net/minecraft/entity/passive/AbstractDonkeyEntity
FIELD field_47806 babyBaseDimensions Lnet/minecraft/class_4048;
FIELD field_57629 DEFAULT_HAS_CHEST Z
FIELD field_6943 CHEST Lnet/minecraft/class_2940;
METHOD method_26898 createAbstractDonkeyAttributes ()Lnet/minecraft/class_5132$class_5133;
METHOD method_45374 addChest (Lnet/minecraft/class_1657;Lnet/minecraft/class_1799;)V
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ CLASS net/minecraft/class_1496 net/minecraft/entity/passive/AbstractHorseEntity
FIELD field_42645 MIN_HEALTH_BONUS F
FIELD field_42646 MAX_HEALTH_BONUS F
FIELD field_55705 ownerReference Lnet/minecraft/class_10583;
FIELD field_57630 DEFAULT_TEMPER I
FIELD field_57631 DEFAULT_EATING_GRASS Z
FIELD field_57632 DEFAULT_BRED Z
FIELD field_57633 DEFAULT_TAME Z
FIELD field_6955 temper I
FIELD field_6956 IS_BRED_HORSE Lnet/minecraft/class_4051$class_10254;
FIELD field_6957 tailWagTicks I
Expand Down
1 change: 1 addition & 0 deletions mappings/net/minecraft/entity/passive/AllayEntity.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ CLASS net/minecraft/class_7298 net/minecraft/entity/passive/AllayEntity
FIELD field_39473 spinningAnimationTicks F
FIELD field_39474 lastSpinningAnimationTicks F
FIELD field_44596 vibrationListenerData Lnet/minecraft/class_8514$class_8515;
FIELD field_57621 DEFAULT_DUPLICATION_COOLDOWN I
METHOD method_42654 isItemPickupCoolingDown ()Z
METHOD method_42655 createAllayAttributes ()Lnet/minecraft/class_5132$class_5133;
METHOD method_43396 isHoldingItem ()Z
Expand Down
1 change: 1 addition & 0 deletions mappings/net/minecraft/entity/passive/AnimalEntity.mapping
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
CLASS net/minecraft/class_1429 net/minecraft/entity/passive/AnimalEntity
FIELD field_30270 BREEDING_COOLDOWN I
FIELD field_57599 DEFAULT_LOVE_TICKS I
FIELD field_6744 lovingPlayer Ljava/util/UUID;
FIELD field_6745 loveTicks I
METHOD method_20663 isValidNaturalSpawn (Lnet/minecraft/class_1299;Lnet/minecraft/class_1936;Lnet/minecraft/class_3730;Lnet/minecraft/class_2338;Lnet/minecraft/class_5819;)Z
Expand Down
2 changes: 2 additions & 0 deletions mappings/net/minecraft/entity/passive/AxolotlEntity.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ CLASS net/minecraft/class_5762 net/minecraft/entity/passive/AxolotlEntity
FIELD field_52479 inWaterFf Lnet/minecraft/class_9849;
FIELD field_52480 onGroundFf Lnet/minecraft/class_9849;
FIELD field_52481 isMovingFf Lnet/minecraft/class_9849;
FIELD field_57622 DEFAULT_FROM_BUCKET Z
METHOD method_33219 setVariant (Lnet/minecraft/class_5762$class_5767;)V
ARG 1 variant
METHOD method_33221 shouldBabyBeDifferent (Lnet/minecraft/class_5819;)Z
Expand Down Expand Up @@ -97,6 +98,7 @@ CLASS net/minecraft/class_5762 net/minecraft/entity/passive/AxolotlEntity
FIELD field_41585 CODEC Lcom/mojang/serialization/Codec;
FIELD field_55970 PACKET_CODEC Lnet/minecraft/class_9139;
FIELD field_56659 INDEX_CODEC Lcom/mojang/serialization/Codec;
FIELD field_57623 DEFAULT Lnet/minecraft/class_5762$class_5767;
METHOD <init> (Ljava/lang/String;IILjava/lang/String;Z)V
ARG 3 index
ARG 4 id
Expand Down
1 change: 1 addition & 0 deletions mappings/net/minecraft/entity/passive/BatEntity.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ CLASS net/minecraft/class_1420 net/minecraft/entity/passive/BatEntity
FIELD field_30269 ROOSTING_FLAG I
FIELD field_46968 flyingAnimationState Lnet/minecraft/class_7094;
FIELD field_46969 roostingAnimationState Lnet/minecraft/class_7094;
FIELD field_57597 DEFAULT_BAT_FLAGS B
FIELD field_6728 BAT_FLAGS Lnet/minecraft/class_2940;
COMMENT The tracked flags of bats. Only has the {@code 1} bit for {@linkplain
COMMENT #isRoosting() roosting}.
Expand Down
5 changes: 5 additions & 0 deletions mappings/net/minecraft/entity/passive/BeeEntity.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@ CLASS net/minecraft/class_4466 net/minecraft/entity/passive/BeeEntity
COMMENT The minimum distance that bees lose their hive or flower position at.
FIELD field_30293 MIN_HIVE_RETURN_DISTANCE I
COMMENT The minimum distance that bees will immediately return to their hive at.
FIELD field_57600 DEFAULT_HAS_NECTAR Z
FIELD field_57601 DEFAULT_HAS_STUNG Z
FIELD field_57602 DEFAULT_TICKS_SINCE_POLLINATION I
FIELD field_57603 DEFAULT_CANNOT_ENTER_HIVE_TICKS I
FIELD field_57604 DEFAULT_CROPS_GROWN_SINCE_POLLINATION I
METHOD method_21769 addParticle (Lnet/minecraft/class_1937;DDDDDLnet/minecraft/class_2394;)V
ARG 1 world
ARG 2 lastX
Expand Down
1 change: 1 addition & 0 deletions mappings/net/minecraft/entity/passive/CamelEntity.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ CLASS net/minecraft/class_7689 net/minecraft/entity/passive/CamelEntity
FIELD field_40144 idlingAnimationState Lnet/minecraft/class_7094;
FIELD field_40145 dashingAnimationState Lnet/minecraft/class_7094;
FIELD field_40734 sittingAnimationState Lnet/minecraft/class_7094;
FIELD field_57624 DEFAULT_LAST_POSE_TICK J
METHOD method_45344 setLastPoseTick (J)V
ARG 1 lastPoseTick
METHOD method_45346 getPassengerAttachmentY (ZFLnet/minecraft/class_4048;F)D
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
CLASS net/minecraft/class_1428 net/minecraft/entity/passive/ChickenEntity
FIELD field_47770 BABY_BASE_DIMENSIONS Lnet/minecraft/class_4048;
FIELD field_56537 VARIANT Lnet/minecraft/class_2940;
FIELD field_57605 DEFAULT_HAS_JOCKEY Z
FIELD field_6736 lastFlapProgress F
FIELD field_6737 flapSpeed F
FIELD field_6738 lastMaxWingDeviation F
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ CLASS net/minecraft/class_1433 net/minecraft/entity/passive/DolphinEntity
FIELD field_30327 MAX_MOISTNESS I
FIELD field_52467 BABY_SCALE_FACTOR F
FIELD field_56651 treasurePos Lnet/minecraft/class_2338;
FIELD field_57606 DEFAULT_HAS_FISH Z
FIELD field_6748 CAN_TAKE Ljava/util/function/Predicate;
FIELD field_6749 MOISTNESS Lnet/minecraft/class_2940;
FIELD field_6750 HAS_FISH Lnet/minecraft/class_2940;
Expand Down
1 change: 1 addition & 0 deletions mappings/net/minecraft/entity/passive/FishEntity.mapping
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
CLASS net/minecraft/class_1422 net/minecraft/entity/passive/FishEntity
FIELD field_57598 DEFAULT_FROM_BUCKET Z
FIELD field_6730 FROM_BUCKET Lnet/minecraft/class_2940;
METHOD method_26879 createFishAttributes ()Lnet/minecraft/class_5132$class_5133;
METHOD method_6456 hasSelfControl ()Z
Expand Down
4 changes: 4 additions & 0 deletions mappings/net/minecraft/entity/passive/FoxEntity.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ CLASS net/minecraft/class_4019 net/minecraft/entity/passive/FoxEntity
FIELD field_30335 EATING_DURATION I
FIELD field_47772 BABY_BASE_DIMENSIONS Lnet/minecraft/class_4048;
FIELD field_56652 TRUSTED_ENTITIES_CODEC Lcom/mojang/serialization/Codec;
FIELD field_57607 DEFAULT_SLEEPING Z
FIELD field_57608 DEFAULT_SITTING Z
FIELD field_57609 DEFAULT_CROUCHING Z
METHOD method_18253 (Lnet/minecraft/class_1297;)Z
ARG 0 entity
METHOD method_18254 (Lnet/minecraft/class_1309;Lnet/minecraft/class_3218;)Z
Expand Down Expand Up @@ -185,6 +188,7 @@ CLASS net/minecraft/class_4019 net/minecraft/entity/passive/FoxEntity
FIELD field_18001 id Ljava/lang/String;
FIELD field_41548 CODEC Lnet/minecraft/class_3542$class_7292;
FIELD field_55960 PACKET_CODEC Lnet/minecraft/class_9139;
FIELD field_57610 DEFAULT Lnet/minecraft/class_4019$class_4039;
METHOD <init> (Ljava/lang/String;IILjava/lang/String;)V
ARG 3 index
ARG 4 id
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
CLASS net/minecraft/class_5776 net/minecraft/entity/passive/GlowSquidEntity
FIELD field_28403 DARK_TICKS_REMAINING Lnet/minecraft/class_2940;
FIELD field_57587 DEFAULT_DARK_TICKS_REMAINING I
METHOD method_33333 setDarkTicksRemaining (I)V
ARG 1 ticks
METHOD method_33334 getDarkTicksRemaining ()I
Expand Down
5 changes: 5 additions & 0 deletions mappings/net/minecraft/entity/passive/GoatEntity.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ CLASS net/minecraft/class_6053 net/minecraft/entity/passive/GoatEntity
FIELD field_34023 BABY_ATTACK_DAMAGE I
FIELD field_39047 LEFT_HORN Lnet/minecraft/class_2940;
FIELD field_39048 RIGHT_HORN Lnet/minecraft/class_2940;
FIELD field_57626 DEFAULT_SCREAMING Z
FIELD field_57627 DEFAULT_LEFT_HORN Z
FIELD field_57628 DEFAULT_RIGHT_HORN Z
METHOD method_35178 isScreaming ()Z
METHOD method_35179 createGoatAttributes ()Lnet/minecraft/class_5132$class_5133;
METHOD method_35180 getMilkingSound ()Lnet/minecraft/class_3414;
Expand All @@ -29,3 +32,5 @@ CLASS net/minecraft/class_6053 net/minecraft/entity/passive/GoatEntity
METHOD method_43541 addHorns ()V
METHOD method_43542 removeHorns ()V
METHOD method_43690 getGoatHornStack ()Lnet/minecraft/class_1799;
METHOD method_61482 (Lnet/minecraft/class_6880;)Lnet/minecraft/class_1799;
ARG 0 instrument
1 change: 1 addition & 0 deletions mappings/net/minecraft/entity/passive/HorseEntity.mapping
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
CLASS net/minecraft/class_1498 net/minecraft/entity/passive/HorseEntity
FIELD field_47807 BABY_BASE_DIMENSIONS Lnet/minecraft/class_4048;
FIELD field_57634 DEFAULT_VARIANT I
FIELD field_6990 VARIANT Lnet/minecraft/class_2940;
METHOD method_27076 setHorseVariant (Lnet/minecraft/class_5149;Lnet/minecraft/class_5148;)V
ARG 1 color
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ CLASS net/minecraft/class_1439 net/minecraft/entity/passive/IronGolemEntity
FIELD field_25366 angerTime I
FIELD field_25367 angryAt Ljava/util/UUID;
FIELD field_30338 HEALTH_PER_INGOT I
FIELD field_57611 DEFAULT_PLAYER_CREATED Z
FIELD field_6759 lookingAtVillagerTicksLeft I
FIELD field_6762 attackTicksLeft I
FIELD field_6763 IRON_GOLEM_FLAGS Lnet/minecraft/class_2940;
Expand Down
1 change: 1 addition & 0 deletions mappings/net/minecraft/entity/passive/LlamaEntity.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ CLASS net/minecraft/class_1501 net/minecraft/entity/passive/LlamaEntity
FIELD field_41593 id Ljava/lang/String;
FIELD field_55971 PACKET_CODEC Lnet/minecraft/class_9139;
FIELD field_56660 INDEX_CODEC Lcom/mojang/serialization/Codec;
FIELD field_57635 DEFAULT Lnet/minecraft/class_1501$class_7993;
METHOD <init> (Ljava/lang/String;IILjava/lang/String;)V
ARG 3 index
ARG 4 id
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ CLASS net/minecraft/class_1438 net/minecraft/entity/passive/MooshroomEntity
FIELD field_55962 PACKET_CODEC Lnet/minecraft/class_9139;
FIELD field_55963 INDEX_MAPPER Ljava/util/function/IntFunction;
FIELD field_55964 index I
FIELD field_57612 DEFAULT Lnet/minecraft/class_1438$class_4053;
METHOD <init> (Ljava/lang/String;ILjava/lang/String;ILnet/minecraft/class_2680;)V
ARG 3 name
ARG 4 index
Expand Down
1 change: 1 addition & 0 deletions mappings/net/minecraft/entity/passive/OcelotEntity.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ CLASS net/minecraft/class_3701 net/minecraft/entity/passive/OcelotEntity
FIELD field_30340 CROUCHING_SPEED D
FIELD field_30341 NORMAL_SPEED D
FIELD field_30342 SPRINTING_SPEED D
FIELD field_57613 DEFAULT_TRUSTING Z
METHOD method_16099 isTrusting ()Z
METHOD method_16100 showEmoteParticle (Z)V
ARG 1 positive
Expand Down
1 change: 1 addition & 0 deletions mappings/net/minecraft/entity/passive/ParrotEntity.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ CLASS net/minecraft/class_1453 net/minecraft/entity/passive/ParrotEntity
FIELD field_41558 id Ljava/lang/String;
FIELD field_55965 PACKET_CODEC Lnet/minecraft/class_9139;
FIELD field_56653 INDEX_CODEC Lcom/mojang/serialization/Codec;
FIELD field_57614 DEFAULT Lnet/minecraft/class_1453$class_7989;
METHOD <init> (Ljava/lang/String;IILjava/lang/String;)V
ARG 3 index
ARG 4 id
Expand Down
2 changes: 2 additions & 0 deletions mappings/net/minecraft/entity/passive/PassiveEntity.mapping
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
CLASS net/minecraft/class_1296 net/minecraft/entity/passive/PassiveEntity
FIELD field_29969 BABY_AGE I
FIELD field_29970 HAPPY_TICKS I
FIELD field_57562 DEFAULT_AGE I
FIELD field_57563 DEFAULT_FORCED_AGE I
FIELD field_5947 happyTicksRemaining I
FIELD field_5948 forcedAge I
FIELD field_5949 CHILD Lnet/minecraft/class_2940;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ CLASS net/minecraft/class_1454 net/minecraft/entity/passive/PufferfishEntity
FIELD field_30354 SEMI_PUFFED I
FIELD field_30355 FULLY_PUFFED I
FIELD field_33692 BLOW_UP_TARGET_PREDICATE Lnet/minecraft/class_4051;
FIELD field_57615 DEFAULT_PUFF_STATE I
FIELD field_6832 deflateTicks I
FIELD field_6833 inflateTicks I
FIELD field_6834 BLOW_UP_FILTER Lnet/minecraft/class_4051$class_10254;
Expand Down
Loading

0 comments on commit 6c51ba0

Please sign in to comment.