We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cfb6ee commit b9df798Copy full SHA for b9df798
src/block/anvil/AnvilAction.php
@@ -28,7 +28,7 @@
28
abstract class AnvilAction{
29
protected int $xpCost = 0;
30
31
- public function __construct(
+ final public function __construct(
32
protected Item $base,
33
protected Item $material,
34
protected ?string $customName
0 commit comments