Interface NotOpenedReason
- All Known Implementing Classes:
InventoryNotCreated
,InventoryOpenEventCancelled
,UnknownReason
public interface NotOpenedReason
Represents a reason why a
SpectatorInventory
could not be opened.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic UnknownReason
generic()
static InventoryOpenEventCancelled
Deprecated.static InventoryOpenEventCancelled
static InventoryNotCreated
notCreated
(NotCreatedReason notCreatedReason)
-
Method Details
-
notCreated
-
inventoryOpenEventCancelled
Deprecated. -
inventoryOpenEventCancelled
-
generic
-