rename PunchBlockParticle -> BlockPunchParticle

This commit is contained in:
Dylan K. Taylor
2020-05-01 12:36:31 +01:00
parent 2964a4be35
commit 9615186afd
2 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@ use pocketmine\network\mcpe\protocol\LevelEventPacket;
/**
* This particle appears when a player is attacking a block face in survival mode attempting to break it.
*/
class PunchBlockParticle implements Particle{
class BlockPunchParticle implements Particle{
/** @var Block */
private $block;