Class CommandBlockExecuteEvent

java.lang.Object
cn.nukkit.event.Event
cn.nukkit.event.block.BlockEvent
cn.nukkit.event.command.CommandBlockExecuteEvent
All Implemented Interfaces:
Cancellable

@PowerNukkitXOnly @Since("1.6.0.0-PNX") public class CommandBlockExecuteEvent extends BlockEvent implements Cancellable
  • Constructor Details

    • CommandBlockExecuteEvent

      public CommandBlockExecuteEvent(Block block, String command)
  • Method Details