Class FakePlayers.ProfileResponse
-
- All Implemented Interfaces:
@Serializable() private final class FakePlayers.ProfileResponse
-
-
Field Summary
Fields Modifier and Type Field Description private final String
name
private final String
id
private final List<FakePlayers.Property>
properties
-
Constructor Summary
Constructors Constructor Description FakePlayers.ProfileResponse(String name, String id, List<FakePlayers.Property> properties)
-
Method Summary
Modifier and Type Method Description final String
getName()
final String
getId()
final List<FakePlayers.Property>
getProperties()
-
-
Constructor Detail
-
FakePlayers.ProfileResponse
FakePlayers.ProfileResponse(String name, String id, List<FakePlayers.Property> properties)
-
-
Method Detail
-
getProperties
final List<FakePlayers.Property> getProperties()
-
-
-
-