Skip to content

Commit

Permalink
fixed typos and javadoc references
Browse files Browse the repository at this point in the history
  • Loading branch information
supersaiyansubtlety committed Apr 22, 2024
1 parent aeff8e0 commit 39361e2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ CLASS net/minecraft/unmapped/C_jakrppis net/minecraft/enchantment/EnchantmentHel
ARG 0 attacker
ARG 1 target
ARG 2 component
METHOD m_yivqyckp getSweepingEdgeMultipler (I)F
METHOD m_yivqyckp getSweepingEdgeMultiplier (I)F
ARG 0 level
METHOD m_ymaphuvh chooseEquipmentWith (Lnet/minecraft/unmapped/C_jxtrubuh;Lnet/minecraft/unmapped/C_usxaxydn;)Ljava/util/Map$Entry;
COMMENT {@return a pair of an equipment slot and the item stack in the supplied
Expand Down
2 changes: 1 addition & 1 deletion mappings/net/minecraft/entity/player/PlayerEntity.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ CLASS net/minecraft/unmapped/C_jzrpycqo net/minecraft/entity/player/PlayerEntity
COMMENT whether the held item is effective for that block, otherwise
COMMENT it returns {@code true}.
COMMENT
COMMENT @see net.minecraft.item.Item#isSuitableFor(ItemStack, BlockState)
COMMENT @see net.minecraft.item.Item#isCorrectForDrops(ItemStack, BlockState)
ARG 1 state
METHOD m_wkrnfehf addExperience (I)V
ARG 1 experience
Expand Down
6 changes: 3 additions & 3 deletions mappings/net/minecraft/item/ItemStack.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,8 @@ CLASS net/minecraft/unmapped/C_sddaxwyk net/minecraft/item/ItemStack
COMMENT Depending on block implementation, when combined together, the correct item and block may achieve a better mining speed and yield
COMMENT drops that would not be obtained when mining otherwise.
COMMENT
COMMENT @return values consistent with calls to {@link Item#isSuitableFor}
COMMENT @see Item#isSuitableFor(ItemStack, BlockState)
COMMENT @return values consistent with calls to {@link Item#isCorrectForDrops}
COMMENT @see Item#isCorrectForDrops(ItemStack, BlockState)
ARG 1 state
METHOD m_mwcbjbmu getTooltipData ()Ljava/util/Optional;
METHOD m_mwztqdza getEatSound ()Lnet/minecraft/unmapped/C_avavozay;
Expand Down Expand Up @@ -214,7 +214,7 @@ CLASS net/minecraft/unmapped/C_sddaxwyk net/minecraft/item/ItemStack
ARG 1 patch
METHOD m_qxfxfsuy getItem ()Lnet/minecraft/unmapped/C_vorddnax;
METHOD m_qxooancw applyPatch (Lnet/minecraft/unmapped/C_jqyoylib;)V
METHOD m_rcukuoag damageEquipemnt (ILnet/minecraft/unmapped/C_usxaxydn;Lnet/minecraft/unmapped/C_yuycoehb;)V
METHOD m_rcukuoag damageEquipment (ILnet/minecraft/unmapped/C_usxaxydn;Lnet/minecraft/unmapped/C_yuycoehb;)V
ARG 1 damage
ARG 2 entity
ARG 3 slot
Expand Down
2 changes: 1 addition & 1 deletion mappings/net/minecraft/item/MaceItem.mapping
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ CLASS net/minecraft/unmapped/C_dromlfke net/minecraft/item/MaceItem
FIELD f_iwezuyjb SMASH_ATTACK_RANGE F
FIELD f_pvnkxqyz MIN_HEAVY_SMASH_ATTACK_FALL_DISTANCE F
FIELD f_sxpbvvce MIN_SMASH_ATTACK_FALL_DISTANCE F
FIELD f_txhcwmgq SMASH_ATTACK_KNOCKBACK_MULTIPIER F
FIELD f_txhcwmgq SMASH_ATTACK_KNOCKBACK_MULTIPLIER F
FIELD f_uehcwcxb ATTACK_DAMAGE_MODIFIER I
FIELD f_uhysbuth SMASH_ATTACK_FALL_DISTANCE_MULTIPLIER F
FIELD f_ztxhqkle ATTACK_SPEED_MODIFIER F
Expand Down

0 comments on commit 39361e2

Please sign in to comment.