made AnvilAction constructor final

This commit is contained in:
ShockedPlot7560 2024-08-19 22:30:39 +02:00
parent 7cfb6eea51
commit b9df798796
No known key found for this signature in database
GPG Key ID: D7539B420F1FA86E

View File

@ -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