@DefaultQualifier(org.checkerframework.checker.nullness.qual.NonNull.class)
Package org.spongepowered.api.profile
-
Interface Summary Interface Description GameProfile Represents a profile of a user.GameProfile.Factory A factory forGameProfile
s.GameProfileCache Represents a cache of profile data.GameProfileManager ManagesGameProfile
creation and data population.GameProfileProvider A provider which can be used to lookupGameProfile
s. -
Exception Summary Exception Description ProfileNotFoundException Thrown by a profile lookup service if a profile does not exist.