mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-21 16:24:05 +00:00
Remove useless Cancellable from PressurePlateUpdateEvent
This commit is contained in:
parent
1504fdca24
commit
998fcf20db
@ -31,7 +31,7 @@ use pocketmine\event\Cancellable;
|
||||
* Called whenever the list of entities on a pressure plate changes.
|
||||
* Depending on the type of pressure plate, this might turn on/off its signal, or change the signal strength.
|
||||
*/
|
||||
final class PressurePlateUpdateEvent extends BaseBlockChangeEvent implements Cancellable{
|
||||
final class PressurePlateUpdateEvent extends BaseBlockChangeEvent{
|
||||
/**
|
||||
* @param Entity[] $activatingEntities
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user