Package org.spongepowered.api.profile
Interface GameProfile.Factory
-
- Enclosing interface:
- GameProfile
public static interface GameProfile.Factory
A factory forGameProfile
s.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GameProfile
of(UUID uniqueId, @Nullable String name)
-
-
-
Method Detail
-
of
GameProfile of(UUID uniqueId, @Nullable String name)
-
-