Interface Ban.Profile
-
- All Superinterfaces:
Ban
- Enclosing interface:
- Ban
public static interface Ban.Profile extends Ban
Represents a ban made on aGameProfile
.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.spongepowered.api.service.ban.Ban
Ban.Builder, Ban.IP, Ban.Profile
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GameProfile
profile()
Gets theGameProfile
this ban applies to.-
Methods inherited from interface org.spongepowered.api.service.ban.Ban
banSource, creationDate, expirationDate, isIndefinite, reason, type
-
-
-
-
Method Detail
-
profile
GameProfile profile()
Gets theGameProfile
this ban applies to.- Returns:
- The
GameProfile
-
-