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