Publish script used to generate BlockTypeNames, BlockStateNames and BlockStateStringValues

This commit is contained in:
Dylan K. Taylor
2022-07-04 14:56:50 +01:00
parent 2c33d8429e
commit 17abd50f69
4 changed files with 193 additions and 1 deletions

View File

@ -23,7 +23,13 @@ declare(strict_types=1);
namespace pocketmine\data\bedrock\block;
/**
* This class is generated automatically from the block palette for the current version. Do not edit it manually.
*/
final class BlockStateStringValues{
private function __construct(){
//NOOP
}
public const ATTACHMENT_HANGING = "hanging";
public const ATTACHMENT_MULTIPLE = "multiple";