mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
RuntimeBlockMapping: remove unnecessary nullable flag
This commit is contained in:
@ -160,7 +160,7 @@ final class RuntimeBlockMapping{
|
||||
/**
|
||||
* @phpstan-return CacheableNbt<\pocketmine\nbt\tag\ListTag>
|
||||
*/
|
||||
public function getStartGamePaletteCache() : ?CacheableNbt{
|
||||
public function getStartGamePaletteCache() : CacheableNbt{
|
||||
return $this->startGamePaletteCache ?? new CacheableNbt(new ListTag($this->bedrockKnownStates));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user