mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-11 08:19:45 +00:00
trim phpdoc lines
This commit is contained in:
parent
0b423c5b96
commit
8efc4d12ec
@ -200,7 +200,6 @@ final class EntityFactory{
|
||||
*
|
||||
* @throws \RuntimeException
|
||||
*@internal
|
||||
*
|
||||
*/
|
||||
public static function createFromData(World $world, CompoundTag $nbt) : ?Entity{
|
||||
$saveId = $nbt->getTag("id") ?? $nbt->getTag("identifier");
|
||||
|
@ -597,7 +597,6 @@ class World implements ChunkManager{
|
||||
* Unregisters a chunk listener previously registered.
|
||||
*
|
||||
*@see World::registerChunkListener()
|
||||
*
|
||||
*/
|
||||
public function unregisterChunkListener(ChunkListener $listener, int $chunkX, int $chunkZ) : void{
|
||||
$hash = World::chunkHash($chunkX, $chunkZ);
|
||||
|
Loading…
x
Reference in New Issue
Block a user