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

25w07a stuff #4121

Merged
merged 1 commit into from
Feb 16, 2025
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
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ CLASS net/minecraft/class_634 net/minecraft/client/network/ClientPlayNetworkHand
METHOD method_43209 playSpawnSound (Lnet/minecraft/class_1297;)V
ARG 1 entity
METHOD method_44940 acknowledge (Lnet/minecraft/class_7469;Z)V
ARG 1 signature
ARG 2 displayed
METHOD method_45720 hasFeature (Lnet/minecraft/class_7699;)Z
ARG 1 feature
Expand Down
7 changes: 7 additions & 0 deletions mappings/net/minecraft/client/network/ServerInfo.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,15 @@ CLASS net/minecraft/class_642 net/minecraft/client/network/ServerInfo
COMMENT this server for the current pack or any pack in the future.
FIELD field_3768 ENABLED Lnet/minecraft/class_642$class_643;
COMMENT Always accepts the resource pack and starts downloading it.
FIELD field_56800 CODEC Lcom/mojang/serialization/MapCodec;
METHOD <init> (Ljava/lang/String;ILjava/lang/String;)V
ARG 3 name
METHOD method_2997 getName ()Lnet/minecraft/class_2561;
METHOD method_67875 (Lnet/minecraft/class_642$class_643;)Ljava/util/Optional;
ARG 0 value
METHOD method_67876 (Ljava/lang/Boolean;)Lnet/minecraft/class_642$class_643;
ARG 0 acceptTextures
METHOD method_67877 (Ljava/util/Optional;)Lnet/minecraft/class_642$class_643;
ARG 0 value
CLASS class_8678 ServerType
CLASS class_9083 Status
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,9 @@ CLASS net/minecraft/class_7594 net/minecraft/client/network/message/MessageHandl
ARG 2 sender
ARG 3 params
METHOD method_53488 onUnverifiedMessage (Ljava/util/UUID;Lnet/minecraft/class_7469;Lnet/minecraft/class_2556$class_7602;)V
ARG 1 sender
ARG 2 signature
ARG 3 parameters
CLASS class_7627 ProcessableMessage
COMMENT A message to be processed. An instance is created for each received message.
METHOD method_45750 accept ()Z
Expand Down
2 changes: 2 additions & 0 deletions mappings/net/minecraft/client/util/ScreenshotRecorder.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,5 @@ CLASS net/minecraft/class_318 net/minecraft/client/util/ScreenshotRecorder
COMMENT Finish taking the screenshot and return the complete tga file.
COMMENT
COMMENT @return the tga file
METHOD method_67805 (Ljava/io/File;Lnet/minecraft/class_2583;)Lnet/minecraft/class_2583;
ARG 1 style
19 changes: 19 additions & 0 deletions mappings/net/minecraft/client/util/math/MatrixStack.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ CLASS net/minecraft/class_4587 net/minecraft/client/util/math/MatrixStack
ARG 3 z
METHOD method_22907 multiply (Lorg/joml/Quaternionfc;)V
COMMENT Applies the rotation transformation to the top entry.
ARG 1 quaternion
METHOD method_22909 pop ()V
COMMENT Removes the entry at the top of this stack.
METHOD method_23760 peek ()Lnet/minecraft/class_4587$class_4665;
Expand All @@ -41,13 +42,15 @@ CLASS net/minecraft/class_4587 net/minecraft/client/util/math/MatrixStack
COMMENT
COMMENT <p>This does not update the normal matrix unlike other transformation
COMMENT methods.
ARG 1 matrix
METHOD method_34426 loadIdentity ()V
COMMENT Sets the top entry to be the identity matrix.
METHOD method_46416 translate (FFF)V
ARG 1 x
ARG 2 y
ARG 3 z
METHOD method_49278 multiply (Lorg/joml/Quaternionfc;FFF)V
ARG 1 quaternion
ARG 2 originX
ARG 3 originY
ARG 4 originZ
Expand All @@ -67,8 +70,24 @@ CLASS net/minecraft/class_4587 net/minecraft/client/util/math/MatrixStack
ARG 3 z
ARG 4 dest
METHOD method_56821 transformNormal (Lorg/joml/Vector3fc;Lorg/joml/Vector3f;)Lorg/joml/Vector3f;
ARG 1 vec
ARG 2 dest
METHOD method_56822 copy ()Lnet/minecraft/class_4587$class_4665;
METHOD method_56823 computeNormal ()V
METHOD method_66521 copy (Lnet/minecraft/class_4587$class_4665;)V
ARG 1 entry
METHOD method_67796 translate (FFF)Lorg/joml/Matrix4f;
ARG 1 x
ARG 2 y
ARG 3 z
METHOD method_67797 multiplyPositionMatrix (Lorg/joml/Matrix4fc;)V
ARG 1 matrix
METHOD method_67798 rotate (Lorg/joml/Quaternionfc;)V
ARG 1 quaternion
METHOD method_67799 rotateAround (Lorg/joml/Quaternionfc;FFF)V
ARG 1 quaternion
ARG 2 originX
ARG 3 originY
ARG 4 originZ
METHOD method_67800 scale (FFF)V
METHOD method_67801 loadIdentity ()V
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ CLASS net/minecraft/class_631 net/minecraft/client/world/ClientChunkManager
ARG 1 x
ARG 2 z
ARG 3 buf
ARG 4 heightmaps
METHOD method_20180 updateLoadDistance (I)V
ARG 1 loadDistance
METHOD method_20181 positionEquals (Lnet/minecraft/class_2818;II)Z
Expand Down
2 changes: 2 additions & 0 deletions mappings/net/minecraft/entity/Entity.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ CLASS net/minecraft/class_1297 net/minecraft/entity/Entity
FIELD field_51994 portalManager Lnet/minecraft/class_9787;
FIELD field_54947 queuedCollisionChecks Ljava/util/List;
FIELD field_54948 collidedBlockPositions Lit/unimi/dsi/fastutil/longs/LongSet;
FIELD field_56630 collisionHandler Lnet/minecraft/class_10774$class_10775;
FIELD field_56631 TAG_LIST_CODEC Lcom/mojang/serialization/Codec;
FIELD field_5951 ridingCooldown I
FIELD field_5952 onGround Z
Expand Down Expand Up @@ -2315,6 +2316,7 @@ CLASS net/minecraft/class_1297 net/minecraft/entity/Entity
METHOD method_67633 igniteByLava ()V
METHOD method_67634 (Ljava/util/UUID;)V
ARG 1 uuid
METHOD method_67635 defrost ()V
METHOD method_7325 isSpectator ()Z
COMMENT {@return whether the entity is a spectator}
COMMENT
Expand Down
5 changes: 5 additions & 0 deletions mappings/net/minecraft/entity/EntityType.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,11 @@ CLASS net/minecraft/class_1299 net/minecraft/entity/EntityType
METHOD method_66663 componentsCopier (Ljava/util/function/Consumer;Lnet/minecraft/class_1799;)Ljava/util/function/Consumer;
ARG 0 chained
ARG 1 stack
METHOD method_67636 (Lnet/minecraft/class_1937;Lnet/minecraft/class_3730;Lnet/minecraft/class_2520;Ljava/util/function/Consumer;)V
ARG 2 nbt
ARG 3 callback
METHOD method_67637 (Ljava/util/function/Consumer;Lnet/minecraft/class_1297;)Lnet/minecraft/class_1297;
ARG 1 entity
CLASS class_1300 Builder
FIELD field_18071 dimensions Lnet/minecraft/class_4048;
FIELD field_18982 fireImmune Z
Expand Down
2 changes: 2 additions & 0 deletions mappings/net/minecraft/entity/LazyEntityReference.mapping
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
CLASS net/minecraft/class_10583 net/minecraft/entity/LazyEntityReference
FIELD field_55661 value Lcom/mojang/datafixers/util/Either;
FIELD field_56632 CODEC Lcom/mojang/serialization/Codec;
FIELD field_56633 PACKET_CODEC Lnet/minecraft/class_9139;
METHOD <init> (Ljava/util/UUID;)V
ARG 1 value
METHOD <init> (Lnet/minecraft/class_10599;)V
Expand Down
3 changes: 3 additions & 0 deletions mappings/net/minecraft/entity/Leashable.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ CLASS net/minecraft/class_9817 net/minecraft/entity/Leashable
FIELD field_52217 leashHolder Lnet/minecraft/class_1297;
FIELD field_52218 unresolvedLeashData Lcom/mojang/datafixers/util/Either;
FIELD field_52219 unresolvedLeashHolderId I
FIELD field_56648 CODEC Lcom/mojang/serialization/Codec;
METHOD <init> (I)V
ARG 1 unresolvedLeashHolderId
METHOD <init> (Lcom/mojang/datafixers/util/Either;)V
Expand All @@ -70,3 +71,5 @@ CLASS net/minecraft/class_9817 net/minecraft/entity/Leashable
ARG 1 leashHolder
METHOD method_60971 setLeashHolder (Lnet/minecraft/class_1297;)V
ARG 1 leashHolder
METHOD method_67649 (Lnet/minecraft/class_9817$class_9818;)Lcom/mojang/datafixers/util/Either;
ARG 0 data
2 changes: 2 additions & 0 deletions mappings/net/minecraft/entity/boss/BossBar.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ CLASS net/minecraft/class_1259 net/minecraft/entity/boss/BossBar
METHOD method_5419 shouldThickenFog ()Z
METHOD method_5420 getColor ()Lnet/minecraft/class_1259$class_1260;
CLASS class_1260 Color
FIELD field_56628 CODEC Lcom/mojang/serialization/Codec;
FIELD field_5781 name Ljava/lang/String;
FIELD field_5787 format Lnet/minecraft/class_124;
METHOD <init> (Ljava/lang/String;ILjava/lang/String;Lnet/minecraft/class_124;)V
Expand All @@ -43,6 +44,7 @@ CLASS net/minecraft/class_1259 net/minecraft/entity/boss/BossBar
METHOD method_5421 getName ()Ljava/lang/String;
METHOD method_5423 getTextFormat ()Lnet/minecraft/class_124;
CLASS class_1261 Style
FIELD field_56629 CODEC Lcom/mojang/serialization/Codec;
FIELD field_5794 name Ljava/lang/String;
METHOD <init> (Ljava/lang/String;ILjava/lang/String;)V
ARG 3 name
Expand Down
7 changes: 7 additions & 0 deletions mappings/net/minecraft/entity/boss/BossBarManager.mapping
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
CLASS net/minecraft/class_3004 net/minecraft/entity/boss/BossBarManager
FIELD field_13447 commandBossBars Ljava/util/Map;
FIELD field_56604 LOGGER Lorg/slf4j/Logger;
FIELD field_56605 CODEC Lcom/mojang/serialization/Codec;
METHOD method_12968 getIds ()Ljava/util/Collection;
METHOD method_12969 getAll ()Ljava/util/Collection;
METHOD method_12970 add (Lnet/minecraft/class_2960;Lnet/minecraft/class_2561;)Lnet/minecraft/class_3002;
Expand All @@ -18,3 +20,8 @@ CLASS net/minecraft/class_3004 net/minecraft/entity/boss/BossBarManager
ARG 1 player
METHOD method_12976 onPlayerDisconnect (Lnet/minecraft/class_3222;)V
ARG 1 player
METHOD method_67562 (Lnet/minecraft/class_2960;Lnet/minecraft/class_3002$class_10765;)V
ARG 1 id
ARG 2 serialized
METHOD method_67563 (Ljava/lang/String;)V
ARG 0 error
10 changes: 9 additions & 1 deletion mappings/net/minecraft/entity/boss/CommandBossBar.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ CLASS net/minecraft/class_3002 net/minecraft/entity/boss/CommandBossBar
FIELD field_13441 id Lnet/minecraft/class_2960;
FIELD field_13442 maxValue I
FIELD field_13443 value I
FIELD field_56602 DEFAULT_MAX_VALUE I
METHOD <init> (Lnet/minecraft/class_2960;Lnet/minecraft/class_2561;)V
ARG 1 id
ARG 2 displayName
Expand All @@ -24,4 +25,11 @@ CLASS net/minecraft/class_3002 net/minecraft/entity/boss/CommandBossBar
METHOD method_12964 addPlayer (Ljava/util/UUID;)V
ARG 1 uuid
METHOD method_12965 toHoverableText ()Lnet/minecraft/class_2561;
METHOD method_12966 fromNbt (Lnet/minecraft/class_2960;Lnet/minecraft/class_3002$class_10765;)Lnet/minecraft/class_3002;
METHOD method_12966 fromSerialized (Lnet/minecraft/class_2960;Lnet/minecraft/class_3002$class_10765;)Lnet/minecraft/class_3002;
ARG 0 id
ARG 1 serialized
METHOD method_67560 toSerialized ()Lnet/minecraft/class_3002$class_10765;
CLASS class_10765 Serialized
FIELD field_56603 CODEC Lcom/mojang/serialization/Codec;
METHOD method_67561 (Lcom/mojang/serialization/codecs/RecordCodecBuilder$Instance;)Lcom/mojang/datafixers/kinds/App;
ARG 0 instance
2 changes: 2 additions & 0 deletions mappings/net/minecraft/entity/mob/Angerable.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ CLASS net/minecraft/class_5354 net/minecraft/entity/mob/Angerable
METHOD method_29511 hasAngerTime ()Z
METHOD method_29512 readAngerFromNbt (Lnet/minecraft/class_1937;Lnet/minecraft/class_2487;)V
ARG 1 world
ARG 2 nbt
METHOD method_29513 setAngryAt (Ljava/util/UUID;)V
ARG 1 angryAt
METHOD method_29514 setAngerTime (I)V
Expand All @@ -24,6 +25,7 @@ CLASS net/minecraft/class_5354 net/minecraft/entity/mob/Angerable
ARG 1 world
ARG 2 player
METHOD method_29517 writeAngerToNbt (Lnet/minecraft/class_2487;)V
ARG 1 nbt
METHOD method_29921 universallyAnger ()V
METHOD method_29922 stopAnger ()V
METHOD method_29923 isUniversallyAngry (Lnet/minecraft/class_3218;)Z
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CLASS net/minecraft/class_1641 net/minecraft/entity/mob/ZombieVillagerEntity
FIELD field_17047 offerData Lnet/minecraft/class_1916;
FIELD field_18877 experience I
FIELD field_20299 gossipData Lnet/minecraft/class_4136;
FIELD field_20299 gossip Lnet/minecraft/class_4136;
FIELD field_30523 BASE_CONVERSION_DELAY I
FIELD field_7420 VILLAGER_DATA Lnet/minecraft/class_2940;
FIELD field_7421 converter Ljava/util/UUID;
Expand All @@ -11,7 +11,8 @@ CLASS net/minecraft/class_1641 net/minecraft/entity/mob/ZombieVillagerEntity
ARG 1 offerData
METHOD method_19622 setExperience (I)V
ARG 1 experience
METHOD method_21649 setGossipData (Lnet/minecraft/class_4136;)V
METHOD method_21649 setGossip (Lnet/minecraft/class_4136;)V
ARG 1 gossip
METHOD method_35194 getExperience ()I
METHOD method_40125 (Lnet/minecraft/class_6880$class_6883;)V
ARG 1 profession
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ CLASS net/minecraft/class_5762 net/minecraft/entity/passive/AxolotlEntity
FIELD field_28349 natural Z
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;
METHOD <init> (Ljava/lang/String;IILjava/lang/String;Z)V
ARG 3 index
ARG 4 id
Expand Down
6 changes: 6 additions & 0 deletions mappings/net/minecraft/entity/passive/CamelEntity.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ CLASS net/minecraft/class_7689 net/minecraft/entity/passive/CamelEntity
ARG 1 time
METHOD method_48573 shouldUpdateSittingAnimations ()Z
METHOD method_52548 canChangePose ()Z
METHOD method_67661 canSpawn (Lnet/minecraft/class_1299;Lnet/minecraft/class_1936;Lnet/minecraft/class_3730;Lnet/minecraft/class_2338;Lnet/minecraft/class_5819;)Z
ARG 0 type
ARG 1 world
ARG 2 reason
ARG 3 pos
ARG 4 random
CLASS class_7690 CamelBodyControl
METHOD <init> (Lnet/minecraft/class_7689;Lnet/minecraft/class_7689;)V
ARG 2 camel
Expand Down
1 change: 1 addition & 0 deletions mappings/net/minecraft/entity/passive/CatEntity.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ CLASS net/minecraft/class_1451 net/minecraft/entity/passive/CatEntity
FIELD field_30312 SPRINTING_SPEED D
FIELD field_49979 DEFAULT_VARIANT Lnet/minecraft/class_5321;
FIELD field_52466 nearSleepingPlayer Z
FIELD field_56650 DEFAULT_COLLAR_COLOR Lnet/minecraft/class_1767;
FIELD field_6808 fleeGoal Lnet/minecraft/class_1451$class_3698;
FIELD field_6810 temptGoal Lnet/minecraft/class_1391;
FIELD field_6811 CAT_VARIANT 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_1433 net/minecraft/entity/passive/DolphinEntity
FIELD field_30326 MAX_AIR I
FIELD field_30327 MAX_MOISTNESS I
FIELD field_52467 BABY_SCALE_FACTOR F
FIELD field_56651 treasurePos Lnet/minecraft/class_2338;
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
2 changes: 2 additions & 0 deletions mappings/net/minecraft/entity/passive/FoxEntity.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ CLASS net/minecraft/class_4019 net/minecraft/entity/passive/FoxEntity
FIELD field_30334 AGGRESSIVE_FLAG I
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;
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 @@ -109,6 +110,7 @@ CLASS net/minecraft/class_4019 net/minecraft/entity/passive/FoxEntity
METHOD method_66293 getTrustedEntities ()Ljava/util/stream/Stream;
METHOD method_66294 trust (Lnet/minecraft/class_1309;)V
ARG 1 entity
METHOD method_67659 clearTrusted ()V
CLASS class_4020 DefendFriendGoal
FIELD field_17966 offender Lnet/minecraft/class_1309;
FIELD field_17967 friend Lnet/minecraft/class_1309;
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 @@ -48,6 +48,7 @@ CLASS net/minecraft/class_1501 net/minecraft/entity/passive/LlamaEntity
FIELD field_41592 index I
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;
METHOD <init> (Ljava/lang/String;IILjava/lang/String;)V
ARG 3 index
ARG 4 id
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 @@ -44,6 +44,7 @@ CLASS net/minecraft/class_1453 net/minecraft/entity/passive/ParrotEntity
FIELD field_41557 id I
FIELD field_41558 name Ljava/lang/String;
FIELD field_55965 PACKET_CODEC Lnet/minecraft/class_9139;
FIELD field_56653 ID_CODEC Lcom/mojang/serialization/Codec;
METHOD <init> (Ljava/lang/String;IILjava/lang/String;)V
ARG 3 id
ARG 4 name
Expand Down
1 change: 1 addition & 0 deletions mappings/net/minecraft/entity/passive/RabbitEntity.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ CLASS net/minecraft/class_1463 net/minecraft/entity/passive/RabbitEntity
FIELD field_41570 index I
FIELD field_41571 id Ljava/lang/String;
FIELD field_55966 PACKET_CODEC Lnet/minecraft/class_9139;
FIELD field_56654 INDEX_CODEC Lcom/mojang/serialization/Codec;
METHOD <init> (Ljava/lang/String;IILjava/lang/String;)V
ARG 3 index
ARG 4 id
Expand Down
4 changes: 4 additions & 0 deletions mappings/net/minecraft/entity/passive/TurtleEntity.mapping
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
CLASS net/minecraft/class_1481 net/minecraft/entity/passive/TurtleEntity
FIELD field_47774 BABY_SCALE F
FIELD field_47775 BABY_BASE_DIMENSIONS Lnet/minecraft/class_4048;
FIELD field_56655 homePos Lnet/minecraft/class_2338;
FIELD field_56656 travelPos Lnet/minecraft/class_2338;
FIELD field_56657 landBound Z
FIELD field_6918 sandDiggingCounter I
FIELD field_6919 HAS_EGG Lnet/minecraft/class_2940;
FIELD field_6921 BABY_TURTLE_ON_LAND_FILTER Lnet/minecraft/class_4051$class_10254;
Expand All @@ -23,6 +26,7 @@ CLASS net/minecraft/class_1481 net/minecraft/entity/passive/TurtleEntity
ARG 1 pos
METHOD method_6688 (Lnet/minecraft/class_1309;Lnet/minecraft/class_3218;)Z
ARG 0 entity
ARG 1 world
METHOD method_6695 isDiggingSand ()Z
CLASS class_1482 MateGoal
FIELD field_6926 turtle Lnet/minecraft/class_1481;
Expand Down
3 changes: 2 additions & 1 deletion mappings/net/minecraft/entity/passive/VillagerEntity.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@ CLASS net/minecraft/class_1646 net/minecraft/entity/passive/VillagerEntity
COMMENT
COMMENT <p>Checks if at least one of its trade offers has been used.
METHOD method_20824 canRestock ()Z
METHOD method_21650 readGossipDataNbt (Lnet/minecraft/class_4136;)V
METHOD method_21650 readGossipData (Lnet/minecraft/class_4136;)V
ARG 1 gossips
METHOD method_21651 getGossip ()Lnet/minecraft/class_4136;
METHOD method_21723 restockAndUpdateDemandBonus ()V
METHOD method_21724 updateDemandBonus ()V
Expand Down
1 change: 1 addition & 0 deletions mappings/net/minecraft/entity/passive/WolfEntity.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ CLASS net/minecraft/class_1493 net/minecraft/entity/passive/WolfEntity
FIELD field_30386 WILD_MAX_HEALTH F
FIELD field_30387 TAMED_MAX_HEALTH F
FIELD field_49722 VARIANT Lnet/minecraft/class_2940;
FIELD field_56658 DEFAULT_COLLAR_COLOR Lnet/minecraft/class_1767;
FIELD field_6944 furWet Z
FIELD field_6945 lastShakeProgress F
FIELD field_6946 BEGGING Lnet/minecraft/class_2940;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,5 +91,6 @@ CLASS net/minecraft/class_1665 net/minecraft/entity/projectile/PersistentProject
ARG 1 index
ARG 2 flag
CLASS class_1666 PickupPermission
FIELD field_56665 CODEC Lcom/mojang/serialization/Codec;
METHOD method_7458 fromOrdinal (I)Lnet/minecraft/class_1665$class_1666;
ARG 0 ordinal
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ CLASS net/minecraft/class_1676 net/minecraft/entity/projectile/ProjectileEntity
ARG 0 item
METHOD method_62823 deflectsAgainstWorldBorder ()Z
METHOD method_64180 setOwner (Ljava/util/UUID;)V
ARG 1 ownerUuid
METHOD method_7432 setOwner (Lnet/minecraft/class_1297;)V
ARG 1 entity
METHOD method_7454 onEntityHit (Lnet/minecraft/class_3966;)V
Expand Down
5 changes: 5 additions & 0 deletions mappings/net/minecraft/fluid/Fluid.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,8 @@ CLASS net/minecraft/class_3611 net/minecraft/fluid/Fluid
ARG 1 state
ARG 2 world
ARG 3 pos
METHOD method_67694 onEntityCollision (Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_1297;Lnet/minecraft/class_10774;)V
ARG 1 world
ARG 2 pos
ARG 3 entity
ARG 4 handler
5 changes: 5 additions & 0 deletions mappings/net/minecraft/fluid/FluidState.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,8 @@ CLASS net/minecraft/class_3610 net/minecraft/fluid/FluidState
METHOD method_66789 getCollisionBox (Lnet/minecraft/class_1922;Lnet/minecraft/class_2338;)Lnet/minecraft/class_238;
ARG 1 world
ARG 2 pos
METHOD method_67695 onEntityCollision (Lnet/minecraft/class_1937;Lnet/minecraft/class_2338;Lnet/minecraft/class_1297;Lnet/minecraft/class_10774;)V
ARG 1 world
ARG 2 pos
ARG 3 entity
ARG 4 handler
1 change: 1 addition & 0 deletions mappings/net/minecraft/inventory/LootableInventory.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ CLASS net/minecraft/class_8934 net/minecraft/inventory/LootableInventory
COMMENT the inventory if this returns {@code true}.
COMMENT
COMMENT @return whether the loot table was found
ARG 1 nbt
METHOD method_54872 writeLootTable (Lnet/minecraft/class_2487;)Z
COMMENT Writes the loot table and seed to {@code nbt}, if {@linkplain #getLootTable
COMMENT the loot table} is not {@code null}. Implementations should skip writing the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ CLASS net/minecraft/class_811 net/minecraft/item/ModelTransformationMode
ARG 4 name
METHOD method_29998 isFirstPerson ()Z
METHOD method_48961 getIndex ()B
METHOD method_67675 isLeftHand ()Z

This file was deleted.

Loading