Merge branch 'stable' into next-minor

This commit is contained in:
Dylan K. Taylor
2022-03-22 15:49:58 +00:00
31 changed files with 765 additions and 363 deletions

View File

@ -253,6 +253,7 @@ class Player extends Human implements CommandSender, ChunkListener, IPlayer{
protected bool $blockCollision = true;
protected bool $flying = false;
/** @phpstan-var positive-int|null */
protected ?int $lineHeight = null;
protected string $locale = "en_US";