Interface ResourcePackStatusEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classResourcePackStatusEvent.ResourcePackStatusThe different possible responses the client can have.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourcePackpack()Gets the pack that this status corresponds to.ServerPlayerplayer()Get theplayer.ResourcePackStatusEvent.ResourcePackStatusstatus()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.
-
-