mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-15 10:19:39 +00:00
Fixed merge error
This commit is contained in:
parent
330bcd2423
commit
a6534ecbbb
@ -47,7 +47,7 @@ class EndCrystal extends Entity implements Explosive{
|
|||||||
private const TAG_BLOCKTARGET_Y = "BlockTargetY"; //TAG_Int
|
private const TAG_BLOCKTARGET_Y = "BlockTargetY"; //TAG_Int
|
||||||
private const TAG_BLOCKTARGET_Z = "BlockTargetZ"; //TAG_Int
|
private const TAG_BLOCKTARGET_Z = "BlockTargetZ"; //TAG_Int
|
||||||
|
|
||||||
public static function getNetworkTypeId() : string{ return EntityIds::ENDER_CRYSTAL; }
|
public function getNetworkTypeId() : string{ return EntityIds::ENDER_CRYSTAL; }
|
||||||
|
|
||||||
protected bool $showBase = false;
|
protected bool $showBase = false;
|
||||||
protected ?Vector3 $beamTarget = null;
|
protected ?Vector3 $beamTarget = null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user