diff --git a/src/entity/projectile/Trident.php b/src/entity/projectile/Trident.php index 73b3880ac..47c502329 100644 --- a/src/entity/projectile/Trident.php +++ b/src/entity/projectile/Trident.php @@ -46,7 +46,7 @@ class Trident extends Projectile{ public const TAG_ITEM = "Trident"; //TAG_Compound protected const TAG_SPAWNED_IN_CREATIVE = "isCreative"; //TAG_Byte - public static function getNetworkTypeId() : string{ return EntityIds::THROWN_TRIDENT; } + public function getNetworkTypeId() : string{ return EntityIds::THROWN_TRIDENT; } protected Item $item;