Revert back to floor/wall banner variants

this code largely duplicates the same code in FloorSign/WallSign and needs to be de-duplicated.
This commit is contained in:
Dylan K. Taylor
2020-10-04 19:05:43 +01:00
parent 505d4e402f
commit 7f9c4355f0
10 changed files with 155 additions and 92 deletions

View File

@@ -23,11 +23,11 @@ declare(strict_types=1);
namespace pocketmine\block\utils;
use pocketmine\block\Banner;
use pocketmine\block\BaseBanner;
/**
* Contains information about a pattern layer on a banner.
* @see Banner
* @see BaseBanner
*/
class BannerPattern{
public const BORDER = "bo";