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