Remove unused constants

This commit is contained in:
Dylan K. Taylor 2021-10-01 22:05:03 +01:00
parent aee4a00a50
commit 42bf9578ce
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D
2 changed files with 0 additions and 3 deletions

View File

@ -37,8 +37,6 @@ use pocketmine\world\BlockTransaction;
use pocketmine\world\sound\BellRingSound;
final class Bell extends Transparent{
private const BELL_RINGING_REPEAT_TICKS = 20;
use HorizontalFacingTrait;
private BellAttachmentType $attachmentType;

View File

@ -41,7 +41,6 @@ use function unpack;
* The serialization format **is not intended for permanent storage** and may change without warning.
*/
final class FastChunkSerializer{
private const FLAG_GENERATED = 1 << 0;
private const FLAG_POPULATED = 1 << 1;
private const FLAG_HAS_LIGHT = 1 << 2;