类 VehicleBlockCollisionEvent


public class VehicleBlockCollisionEvent extends VehicleCollisionEvent
载具撞击方块的事件
  • 构造器详细资料

    • VehicleBlockCollisionEvent

      public VehicleBlockCollisionEvent(Vehicle vehicle, Block block)
  • 方法详细资料

    • getBlock

      public Block getBlock()
      获取载具撞到的方块.

      原文:Gets the block the vehicle collided with

      返回:
      载具撞到的方块
    • getHandlers

      public HandlerList getHandlers()
      指定者:
      getHandlers 在类中 Event
    • getHandlerList

      public static HandlerList getHandlerList()