mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-24 06:24:41 +00:00
made AnvilAction constructor final
This commit is contained in:
parent
7cfb6eea51
commit
b9df798796
@ -28,7 +28,7 @@ use pocketmine\item\Item;
|
||||
abstract class AnvilAction{
|
||||
protected int $xpCost = 0;
|
||||
|
||||
public function __construct(
|
||||
final public function __construct(
|
||||
protected Item $base,
|
||||
protected Item $material,
|
||||
protected ?string $customName
|
||||
|
Loading…
x
Reference in New Issue
Block a user