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(java.util.UUID uniqueId, @Nullable java.lang.String name)
-
-
-
Method Detail
-
of
GameProfile of(java.util.UUID uniqueId, @Nullable java.lang.String name)
-
-