接口 Interaction

所有超级接口:
CommandSender, Entity, Metadatable, Nameable, Permissible, PersistentDataHolder, ServerOperator

public interface Interaction extends Entity
Represents an entity designed to only record interactions.
  • 方法详细资料

    • getInteractionWidth

      float getInteractionWidth()
      Gets the width of this interaction entity.
      返回:
      width
    • setInteractionWidth

      void setInteractionWidth(float width)
      Sets the width of this interaction entity.
      参数:
      width - new width
    • getInteractionHeight

      float getInteractionHeight()
      Gets the height of this interaction entity.
      返回:
      height
    • setInteractionHeight

      void setInteractionHeight(float height)
      Sets the height of this interaction entity.
      参数:
      height - new height
    • isResponsive

      boolean isResponsive()
      Gets if this interaction entity should trigger a response when interacted with.
      返回:
      response setting
    • setResponsive

      void setResponsive(boolean response)
      Sets if this interaction entity should trigger a response when interacted with.
      参数:
      response - new setting
    • getLastAttack

      Gets the last attack on this interaction entity.
      返回:
      last attack data, if present
    • getLastInteraction

      Gets the last interaction on this entity.
      返回:
      last interaction data, if present