mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-06 11:57:10 +00:00
Fixed bad PhpDoc leftovers from NBT streams refactor
This commit is contained in:
parent
f963dbd10d
commit
90fc649441
@ -56,7 +56,7 @@ class Item implements ItemIds, \JsonSerializable{
|
||||
public const TAG_DISPLAY_LORE = "Lore";
|
||||
|
||||
|
||||
/** @var NBT */
|
||||
/** @var LittleEndianNBTStream */
|
||||
private static $cachedParser = null;
|
||||
|
||||
private static function parseCompoundTag(string $tag) : CompoundTag{
|
||||
|
@ -33,7 +33,7 @@ use pocketmine\Player;
|
||||
abstract class Spawnable extends Tile{
|
||||
/** @var string|null */
|
||||
private $spawnCompoundCache = null;
|
||||
/** @var NBT|null */
|
||||
/** @var NetworkLittleEndianNBTStream|null */
|
||||
private static $nbtWriter = null;
|
||||
|
||||
public function createSpawnPacket() : BlockEntityDataPacket{
|
||||
|
Loading…
x
Reference in New Issue
Block a user