Interface Onymous

All Known Subinterfaces:
AchievementType, ItemType, LocationType, NpcType
All Known Implementing Classes:
AchievementTypeImpl, GroundItem, Item, ItemTypeImpl, LocalPlayer, LocationTypeImpl, Npc, NpcTypeImpl, PathingEntity, Player, SceneObject
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 Onymous
Indicates that the object has a name, the opposite of anonymous.
  • Method Summary

    Modifier and Type
    Method
    Description
    @Nullable String
     
  • Method Details

    • getName

      @Nullable @Nullable String getName()