mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Rename DestroyBlockParticle -> BlockBreakParticle
closes #3461 literally every other particle/sound has the subject first, followed by the (optional) verb, and finally Particle (or Sound). In addition, we refer to breaking blocks as 'break' everywhere except here, where we refer to it as 'destroy'.
This commit is contained in:
@ -28,7 +28,7 @@ use pocketmine\math\Vector3;
|
||||
use pocketmine\network\mcpe\convert\RuntimeBlockMapping;
|
||||
use pocketmine\network\mcpe\protocol\LevelEventPacket;
|
||||
|
||||
class DestroyBlockParticle implements Particle{
|
||||
class BlockBreakParticle implements Particle{
|
||||
|
||||
/** @var Block */
|
||||
private $block;
|
Reference in New Issue
Block a user