Package org.spongepowered.api.event.user
Interface BanUserEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Ban.Profile
ban()
Gets the ban involved in this event.User
user()
Gets theUser
.
-
-
-
Method Detail
-
ban
Ban.Profile ban()
Gets the ban involved in this event.- Returns:
- The ban
-
-