Interface Profile.Resolved
- All Superinterfaces:
Profile
- All Known Implementing Classes:
DefaultResolvedProfile
- Enclosing interface:
Profile
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.github.juliarn.npclib.api.profile.Profile
Profile.Resolved, Profile.Unresolved -
Method Summary
Modifier and TypeMethodDescription@NotNull Stringname()default booleanresolved()@NotNull UUIDuniqueId()@NotNull Profile.Resolved@NotNull Profile.Resolved@NotNull Profile.ResolvedwithProperties(@NotNull Set<ProfileProperty> properties) @NotNull Profile.ResolvedwithProperty(@NotNull ProfileProperty property) @NotNull Profile.ResolvedwithUniqueId(@NotNull UUID uniqueId) Methods inherited from interface com.github.juliarn.npclib.api.profile.Profile
properties
-
Method Details
-
uniqueId
-
name
-
withName
-
withUniqueId
-
withoutProperties
-
withProperty
-
withProperties
@NotNull @NotNull Profile.Resolved withProperties(@NotNull @NotNull Set<ProfileProperty> properties) -
resolved
default boolean resolved()
-