类 EntityCombustByEntityEvent

所有已实现的接口:
Cancellable

public class EntityCombustByEntityEvent extends EntityCombustEvent
当一个实体造成另外一个实体燃烧时触发该事件. 原文: Called when an entity causes another entity to combust.
  • 构造器详细资料

  • 方法详细资料

    • getCombuster

      @NotNull public @NotNull Entity getCombuster()
      返回造成燃烧的实体.
      返回:
      Get the entity that caused the combustion event.