Interface SubHitboxEntity

All Superinterfaces:
FakeEntity

public interface SubHitboxEntity extends FakeEntity
  • Method Details

    • getEntityId

      int getEntityId()
    • getUniqueId

      UUID getUniqueId()
    • getRelayed

      BaseEntity<?> getRelayed()
    • isUsingOBB

      boolean isUsingOBB()
    • getObbInstance

      OrientedBoundingBox getObbInstance()
    • onLevelSync

      void onLevelSync(@NotNull @NotNull ModelBone bone)
    • onFakeInteract

      void onFakeInteract(org.bukkit.entity.Player player, org.bukkit.inventory.EquipmentSlot hand)
    • onRealInteract

      void onRealInteract(org.bukkit.entity.Player player, org.bukkit.inventory.EquipmentSlot hand)
    • removeSelf

      void removeSelf()