Package org.bukkit.entity
Interface Interaction.PreviousInteraction
- Enclosing interface:
- Interaction
public static interface Interaction.PreviousInteraction
Represents a previous interaction with this entity.
- 
Method SummaryModifier and TypeMethodDescriptionGet the previous interacting player.longGets the Unix timestamp at when this interaction occurred.
- 
Method Details- 
getPlayerGet the previous interacting player.- Returns:
- interacting player
 
- 
getTimestamplong getTimestamp()Gets the Unix timestamp at when this interaction occurred.- Returns:
- interaction timestamp
 
 
-