forked from QuiltMC/quilt-mappings
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
complete entity, particle, and sound
- Loading branch information
Showing
19 changed files
with
74 additions
and
2 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
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,7 @@ | ||
CLASS net/minecraft/unmapped/C_fiwnwrrf net/minecraft/entity/EquipmentTable | ||
FIELD f_dkmtcuiu CODEC Lcom/mojang/serialization/Codec; | ||
FIELD f_nrtowqnp DROP_CHANCES_CODEC Lcom/mojang/serialization/Codec; | ||
METHOD m_eoydeadh createSlotDropChances (F)Ljava/util/Map; | ||
METHOD m_nyvzjlnn createSlotDropChances (Ljava/util/List;F)Ljava/util/Map; | ||
ARG 0 slots | ||
ARG 1 dropChance |
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,10 +1,16 @@ | ||
CLASS net/minecraft/unmapped/C_fxfvcivl net/minecraft/entity/EquipmentUser | ||
METHOD m_esnoggyp resolveSlot (Lnet/minecraft/unmapped/C_sddaxwyk;Ljava/util/List;)Lnet/minecraft/unmapped/C_yuycoehb; | ||
ARG 2 filledSlots | ||
METHOD m_jcbansoq equip (Lnet/minecraft/unmapped/C_xhhleach;Lnet/minecraft/unmapped/C_nzsnkdtl;JLjava/util/Map;)V | ||
ARG 5 dropChances | ||
METHOD m_mxaydhis equip (Lnet/minecraft/unmapped/C_xhhleach;Lnet/minecraft/unmapped/C_nzsnkdtl;Ljava/util/Map;)V | ||
ARG 3 dropChances | ||
METHOD m_mywpdhns setDropChance (Lnet/minecraft/unmapped/C_yuycoehb;F)V | ||
ARG 1 slot | ||
ARG 2 chance | ||
METHOD m_udqbhpxg equipStack (Lnet/minecraft/unmapped/C_yuycoehb;Lnet/minecraft/unmapped/C_sddaxwyk;)V | ||
ARG 1 slot | ||
METHOD m_ybivtegh equip (Lnet/minecraft/unmapped/C_fiwnwrrf;Lnet/minecraft/unmapped/C_nzsnkdtl;)V | ||
ARG 1 equipmentTable | ||
METHOD m_zwvabaox getEquippedStack (Lnet/minecraft/unmapped/C_yuycoehb;)Lnet/minecraft/unmapped/C_sddaxwyk; | ||
ARG 1 slot |
14 changes: 14 additions & 0 deletions
14
mappings/net/minecraft/entity/OminousItemSpawnerEntity.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 +1,15 @@ | ||
CLASS net/minecraft/unmapped/C_czxrapyw net/minecraft/entity/OminousItemSpawnerEntity | ||
FIELD f_acgarpsz TICKS_BEFORE_SOUND I | ||
FIELD f_aidjyzuo SPAWN_ITEM_AFTER_TICKS_KEY Ljava/lang/String; | ||
FIELD f_fpgygaic spawnItemAfterTicks J | ||
FIELD f_fqqnpxrv ITEM Lnet/minecraft/unmapped/C_rinmcaxy; | ||
FIELD f_hwkvzweu MIN_ITEM_SPAWN_DELAY I | ||
FIELD f_iqwiqvcx ITEM_KEY Ljava/lang/String; | ||
FIELD f_nbbuvcry MAX_ITEM_SPAWN_DELAY I | ||
METHOD m_apattskp getItem ()Lnet/minecraft/unmapped/C_sddaxwyk; | ||
METHOD m_fschfwkq spawnItem ()V | ||
METHOD m_hbpvxart create (Lnet/minecraft/unmapped/C_cdctfzbn;Lnet/minecraft/unmapped/C_sddaxwyk;)Lnet/minecraft/unmapped/C_czxrapyw; | ||
METHOD m_orrtvmdq addParticles ()V | ||
METHOD m_qfxtwbzg tickServer ()V | ||
METHOD m_uggltryb tickClient ()V | ||
METHOD m_xgqbzeee setItem (Lnet/minecraft/unmapped/C_sddaxwyk;)V |
5 changes: 4 additions & 1 deletion
5
mappings/net/minecraft/entity/effect/InfestedStatusEffect.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,5 +1,8 @@ | ||
CLASS net/minecraft/unmapped/C_oqpueoay net/minecraft/entity/effect/InfestedStatusEffect | ||
METHOD m_qnqnjewe (Lnet/minecraft/unmapped/C_cdctfzbn;Lnet/minecraft/unmapped/C_usxaxydn;DDD)V | ||
FIELD f_ivvbwqfr spawnedCountFunction Ljava/util/function/ToIntFunction; | ||
FIELD f_wjzspyfs chanceToSpawn F | ||
METHOD m_qnqnjewe spawnSilverfish (Lnet/minecraft/unmapped/C_cdctfzbn;Lnet/minecraft/unmapped/C_usxaxydn;DDD)V | ||
ARG 2 entity | ||
ARG 3 x | ||
ARG 5 y | ||
ARG 7 z |
6 changes: 6 additions & 0 deletions
6
mappings/net/minecraft/entity/effect/OozingStatusEffect.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,6 +1,12 @@ | ||
CLASS net/minecraft/unmapped/C_koniavnx net/minecraft/entity/effect/OozingStatusEffect | ||
FIELD f_cyoohyey RADIUS_TO_CHECK_FOR_SLIMES I | ||
FIELD f_drmymdqm slimeSpawnCountFunction Ljava/util/function/ToIntFunction; | ||
FIELD f_xiaeazlk SLIME_SIZE I | ||
METHOD m_shkrczuy spawnSlimes (Lnet/minecraft/unmapped/C_cdctfzbn;DDD)V | ||
ARG 2 x | ||
ARG 4 y | ||
ARG 6 z | ||
METHOD m_veysajwx getSpawnedSlimeCount (III)I | ||
ARG 0 maxEntityCramming | ||
ARG 1 nearbySlimeCount | ||
ARG 2 potentialSlimes |
2 changes: 2 additions & 0 deletions
2
mappings/net/minecraft/entity/effect/WeavingStatusEffect.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 +1,3 @@ | ||
CLASS net/minecraft/unmapped/C_zyqpnbsg net/minecraft/entity/effect/WeavingStatusEffect | ||
FIELD f_qhzcaglh cobwebChanceFunction Ljava/util/function/ToIntFunction; | ||
METHOD m_ordwiosb spawnCobwebs (Lnet/minecraft/unmapped/C_cdctfzbn;Lnet/minecraft/unmapped/C_rlomrsco;Lnet/minecraft/unmapped/C_hynzadkk;)V |
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
1 change: 1 addition & 0 deletions
1
mappings/net/minecraft/entity/projectile/ExplosiveProjectileEntity.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
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