Interface DescriptionComponent
public interface DescriptionComponent
Data component that can be attached to an
Entity
to provide a human-readable description of the entity
and any attached metadata.-
Method Summary
Modifier and TypeMethodDescriptionString pair map of additional descriptive details associated with this entity.URL of a small icon that represents this kind of entity.
-
Method Details
-
getDescription
- Returns:
- a human-readable description of this entity.
-
getIconUrl
URL of a small icon that represents this kind of entity. -
getDetails
String pair map of additional descriptive details associated with this entity.
-