Package com.sk89q.worldedit.util
Interface Identifiable
- All Known Subinterfaces:
Actor
,Player
,SessionKey
- All Known Implementing Classes:
AbstractNonPlayerActor
,AbstractPlayerActor
public interface Identifiable
Represents an object that can be identified by a UUID.
-
Method Summary
-
Method Details
-
getUniqueId
UUID getUniqueId()Get the UUID for this object.- Returns:
- the UUID
-