Package sawfowl.commandpack.api.events
Interface KitGiveEvent.Post
- All Superinterfaces:
Event
,KitGiveEvent
- Enclosing interface:
- KitGiveEvent
Event is not called if no kit has been given.
-
Nested Class Summary
Nested classes/interfaces inherited from interface sawfowl.commandpack.api.events.KitGiveEvent
KitGiveEvent.Post, KitGiveEvent.Pre
-
Method Summary
Modifier and TypeMethodDescriptionThe result of placing items from the set into the player's inventory.boolean
isGived()
Whether or not a kit has been given out.Methods inherited from interface sawfowl.commandpack.api.events.KitGiveEvent
getNextAllowedAccess, getPlayer, kit
-
Method Details
-
getResult
InventoryTransactionResult getResult()The result of placing items from the set into the player's inventory. -
isGived
boolean isGived()Whether or not a kit has been given out.
-