Interface PlayerResourcePackStatusEvent
-
- All Superinterfaces:
Event
- All Known Implementing Classes:
PlayerResourcePackStatusEventImpl
public interface PlayerResourcePackStatusEvent extends Event
This event is fired when the status of a resource pack sent to the player by the server is changed.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classPlayerResourcePackStatusEvent.StatusRepresents the possible statuses for the resource pack.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Playerplayer()Returns the player affected by the change in resource pack status.PlayerResourcePackStatusEvent.Statusstatus()Returns the new status for the resource pack.
-
-
-
Method Detail
-
player
Player player()
Returns the player affected by the change in resource pack status.- Returns:
- the player
-
status
PlayerResourcePackStatusEvent.Status status()
Returns the new status for the resource pack.- Returns:
- the new status
-
-