mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Bulk addition of constant visibilities
thanks PhpStorm inspections plugin for annoying the shit out of me until I did this.
This commit is contained in:
@ -29,10 +29,10 @@ namespace pocketmine\network\mcpe\protocol;
|
||||
use pocketmine\network\mcpe\NetworkSession;
|
||||
|
||||
class SetSpawnPositionPacket extends DataPacket{
|
||||
const NETWORK_ID = ProtocolInfo::SET_SPAWN_POSITION_PACKET;
|
||||
public const NETWORK_ID = ProtocolInfo::SET_SPAWN_POSITION_PACKET;
|
||||
|
||||
const TYPE_PLAYER_SPAWN = 0;
|
||||
const TYPE_WORLD_SPAWN = 1;
|
||||
public const TYPE_PLAYER_SPAWN = 0;
|
||||
public const TYPE_WORLD_SPAWN = 1;
|
||||
|
||||
/** @var int */
|
||||
public $spawnType;
|
||||
|
Reference in New Issue
Block a user