类 EntityCombustByBlockEvent

所有已实现的接口:
Cancellable

public class EntityCombustByBlockEvent extends EntityCombustEvent
当方块造成实体燃烧时触发该事件. 原文 Called when a block causes an entity to combust.
  • 构造器详细资料

  • 方法详细资料

    • getCombuster

      @Nullable public @Nullable Block getCombuster()
      造成燃烧的可以是岩浆或者一个着火的方块.

      警告: 这个方块可能为null.

      返回:
      使实体燃烧的方块 原文: The combuster can be lava or a block that is on fire.

      WARNING: block may be null.