mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 00:07:30 +00:00
Remove unused constants
This commit is contained in:
parent
aee4a00a50
commit
42bf9578ce
@ -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;
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user