Interface ResourcePackStatusEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ResourcePackStatusEvent.ResourcePackStatus
The different possible responses the client can have.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourcePack
pack()
Gets the pack that this status corresponds to.ServerPlayer
player()
Get theplayer
.ResourcePackStatusEvent.ResourcePackStatus
status()
Gets the status of the sent pack.
-
-
-
Method Detail
-
player
ServerPlayer player()
Get theplayer
.- Returns:
- The player
-
pack
ResourcePack pack()
Gets the pack that this status corresponds to.- Returns:
- The pack that this status corresponds to.
-
status
ResourcePackStatusEvent.ResourcePackStatus status()
Gets the status of the sent pack.- Returns:
- The status of the sent pack.
-
-