yarn/mappings/net/minecraft/entity/player
copygirl d6b5a6689f Map / rename some block breaking related things
Followup to #147
- getBlockBreakingSpeed (EntityPlayer / InventoryPlayer / Item), was "Strength" and "StrengthWithSelectedTool", too verbose
- InventoryPlayer.canHarvest => isUsingEffectiveTool (+ mapped corresponding EntityPlayer method)
- Item.canHarvestBlock => isEffectiveOn
- calcBlockBreakingDelta (Block / IBlockInfoProxy)
Leaving the Material.harvestable field / methods alone due to lack of better name ("doesntRequireEffectiveTool"?)
2016-10-28 17:31:30 +02:00
..
EntityPlayer.mapping Map / rename some block breaking related things 2016-10-28 17:31:30 +02:00
EntityPlayerServer.mapping More Village and Entity mappings (#147) 2016-10-28 15:27:58 +02:00
HungerManager.mapping remove none/ prefix 2016-10-18 17:31:59 +02:00
InventoryPlayer.mapping Map / rename some block breaking related things 2016-10-28 17:31:30 +02:00
ItemCooldownManager.mapping remove none/ prefix 2016-10-18 17:31:59 +02:00
ItemCooldownManagerServer.mapping remove none/ prefix 2016-10-18 17:31:59 +02:00
PlayerAbilities.mapping remove none/ prefix 2016-10-18 17:31:59 +02:00
PlayerProperties.mapping remove none/ prefix 2016-10-18 17:31:59 +02:00
PlayerPropertiesDemo.mapping map blockstate selectors, fixups 2016-10-20 12:06:19 +02:00