Interface IResourcePackStatusEvent
- All Known Implementing Classes:
ResourcePackStatusEvent
,ResourcePackStatusEvent
,ResourcePackStatusEvent
public interface IResourcePackStatusEvent
Created by Phoenix616 on 31.03.2019.
-
Method Summary
Modifier and TypeMethodDescriptionde.themoep.resourcepacksplugin.core.ResourcePack
getPack()
Get the pack that the cdlient replied toGet the id of the player for which this event was calledGet the status
-
Method Details
-
getPlayerId
UUID getPlayerId()Get the id of the player for which this event was called- Returns:
- The UUID of the player
-
getStatus
ResourcePackStatus getStatus()Get the status- Returns:
- The the status of the event
-
getPack
de.themoep.resourcepacksplugin.core.ResourcePack getPack()Get the pack that the cdlient replied to- Returns:
- The pack that the client replied to
-