-
-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* some entity work * more work * fix breeze wind charge name * drop * update TrackedDataHandlerRegistry
- Loading branch information
Showing
29 changed files
with
168 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
mappings/net/minecraft/entity/EntityAttachmentType.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
CLASS net/minecraft/unmapped/C_biqpbxns net/minecraft/entity/EntityAttachmentType | ||
FIELD f_hjaurwhu fallbackPoint Lnet/minecraft/unmapped/C_biqpbxns$C_jrkzvbtd; | ||
METHOD m_bqmhrynz createFallbackPoints (FF)Ljava/util/List; | ||
CLASS C_jrkzvbtd Point | ||
FIELD f_hmwmenfs AT_HEIGHT Lnet/minecraft/unmapped/C_biqpbxns$C_jrkzvbtd; | ||
FIELD f_indjjgnb AT_CENTER Lnet/minecraft/unmapped/C_biqpbxns$C_jrkzvbtd; | ||
FIELD f_nfmvenxl AT_FEET Lnet/minecraft/unmapped/C_biqpbxns$C_jrkzvbtd; | ||
FIELD f_teqpcypw NONE Ljava/util/List; | ||
METHOD create create (FF)Ljava/util/List; | ||
ARG 1 width | ||
ARG 2 height | ||
METHOD m_bylqhvib (FF)Ljava/util/List; | ||
ARG 0 width | ||
ARG 1 height | ||
METHOD m_hzloigwm (FF)Ljava/util/List; | ||
ARG 0 width | ||
ARG 1 height | ||
METHOD m_vtfkapvw (FF)Ljava/util/List; | ||
ARG 0 width | ||
ARG 1 height |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
CLASS net/minecraft/unmapped/C_ufdjspmk net/minecraft/entity/EntityPose | ||
FIELD f_drjcyate CODEC Lnet/minecraft/unmapped/C_qsrmwluu; | ||
FIELD f_iutbzuhu BY_ID Ljava/util/function/IntFunction; | ||
FIELD f_lpaujdpk id I | ||
METHOD <init> (Ljava/lang/String;II)V | ||
ARG 3 id | ||
METHOD m_hbfckuwh getId ()I |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
CLASS net/minecraft/unmapped/C_jslwmoew net/minecraft/entity/ProjectileDeflector | ||
FIELD f_jcluacrw REVERSE Lnet/minecraft/unmapped/C_jslwmoew; | ||
FIELD f_jpxrdlxe NONE Lnet/minecraft/unmapped/C_jslwmoew; | ||
METHOD deflect deflect (Lnet/minecraft/unmapped/C_ltpsyvhj;Lnet/minecraft/unmapped/C_astfners;Lnet/minecraft/unmapped/C_rlomrsco;)V | ||
ARG 1 projectile | ||
ARG 2 hitEntity | ||
METHOD m_ildzihki (Lnet/minecraft/unmapped/C_ltpsyvhj;Lnet/minecraft/unmapped/C_astfners;Lnet/minecraft/unmapped/C_rlomrsco;)V | ||
ARG 0 projectile | ||
ARG 1 hitEntity | ||
METHOD m_kofgyouf (Lnet/minecraft/unmapped/C_ltpsyvhj;Lnet/minecraft/unmapped/C_astfners;Lnet/minecraft/unmapped/C_rlomrsco;)V | ||
ARG 0 projectile | ||
ARG 1 hitEntity |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
mappings/net/minecraft/entity/data/TrackedDataHandler.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,9 @@ | ||
CLASS net/minecraft/unmapped/C_xrzqxzbg net/minecraft/entity/data/TrackedDataHandler | ||
METHOD codec codec ()Lnet/minecraft/unmapped/C_qsrmwluu; | ||
METHOD copy copy (Ljava/lang/Object;)Ljava/lang/Object; | ||
ARG 1 object | ||
METHOD m_eoamrvbe create (Lnet/minecraft/unmapped/C_qsrmwluu;)Lnet/minecraft/unmapped/C_xrzqxzbg; | ||
ARG 0 codec | ||
METHOD m_hkkrjyzt create (I)Lnet/minecraft/unmapped/C_rinmcaxy; | ||
ARG 1 id | ||
CLASS C_knjazpcj SimpleHandler |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
CLASS net/minecraft/unmapped/C_uvkvnqfu net/minecraft/entity/data/TrackedDataHolder | ||
METHOD m_efnedaed onTrackedDataSet (Lnet/minecraft/unmapped/C_rinmcaxy;)V | ||
ARG 1 data | ||
METHOD m_zobtcszk onTrackedDataUpdate (Ljava/util/List;)V | ||
ARG 1 entries |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
CLASS net/minecraft/unmapped/C_zsgzopda net/minecraft/entity/mob/BoggedEntity |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
mappings/net/minecraft/entity/projectile/BreezeWindChargeEntity.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
CLASS net/minecraft/unmapped/C_uqkupzdc net/minecraft/entity/projectile/BreezeWindChargeEntity | ||
METHOD <init> (Lnet/minecraft/unmapped/C_nqresjkz;Lnet/minecraft/unmapped/C_cdctfzbn;)V | ||
ARG 1 breeze |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
19 changes: 19 additions & 0 deletions
19
mappings/net/minecraft/entity/vehicle/VehicleEntity.mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
CLASS net/minecraft/unmapped/C_ogoqhclb net/minecraft/entity/vehicle/VehicleEntity | ||
FIELD f_unhxqdej DAMAGE_WOBBLE_STRENGTH Lnet/minecraft/unmapped/C_rinmcaxy; | ||
FIELD f_wrioxvei DAMAGE_WOBBLE_TICKS Lnet/minecraft/unmapped/C_rinmcaxy; | ||
FIELD f_xpsuuovr DAMAGE_WOBBLE_SIDE Lnet/minecraft/unmapped/C_rinmcaxy; | ||
METHOD m_couryzeq setDamageWobbleStrength (F)V | ||
ARG 1 strength | ||
METHOD m_gbbedxeg getDamageWobbleTicks ()I | ||
METHOD m_gbralwah isDestroyedBy (Lnet/minecraft/unmapped/C_sbxfkpyv;)Z | ||
ARG 1 source | ||
METHOD m_qobhgcrb killAndDropItem (Lnet/minecraft/unmapped/C_vorddnax;)V | ||
METHOD m_tqtorwvl killAndDropSelf (Lnet/minecraft/unmapped/C_sbxfkpyv;)V | ||
ARG 1 source | ||
METHOD m_ubjgxlhd setDamageWobbleTicks (I)V | ||
ARG 1 ticks | ||
METHOD m_votqnvdy getDamageWobbleSide ()I | ||
METHOD m_wotxlatt asItem ()Lnet/minecraft/unmapped/C_vorddnax; | ||
METHOD m_yhxfhlvo setDamageWobbleSide (I)V | ||
ARG 1 side | ||
METHOD m_zqlwnnzm getDamageWobbleStrength ()F |
Oops, something went wrong.
f8a4394
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With commit f8a4394, 219 file(s) were updated with 1291 line(s) added and 1237 removed compared to the latest Quilt Mappings version.
View the diff here (1/3):
f8a4394
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
View the diff here (2/3):
f8a4394
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
View the diff here (3/3):