Interface Identifiable

All Known Subinterfaces:
Headbar, Hitmark
All Known Implementing Classes:
Entity, GroundItem, HeadbarImpl, HintArrow, HitmarkImpl, Item, LocalPlayer, Npc, PathingEntity, Player, Projectile, SceneObject, SpotAnimation, VarDomainType
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface Identifiable
Indicates that the Object has an identifier that can be used to distinguish it from other Objects.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
  • Method Details

    • getId

      int getId()