Oops... looks like the spiders padded through here
Add products to your cart and remove them from here Lets buypublic interface OpeningSession
An OpeningSession encapsulates all of the components involved in the process
of opening a crate, including the crate instance itself, the context of the opening,
the rewards generator, and the animation handler.
This interface defines the contract for accessing these components.
| Modifier and Type | Method and Description |
|---|---|
OpeningAnimationHandler |
getAnimationHandler()
Gets the animation handler controlling the visual animations
during this crate opening session.
|
<T extends OpeningContext> |
getContext()
Gets the opening context, which contains session-specific data such as
the player and relevant metadata.
|
CrateInstance |
getCrate()
Gets the crate instance being opened in this session.
|
<T extends RewardsGenerator> |
getRewardsGenerator()
Gets the rewards generator responsible for generating rewards
during this session.
|
CrateInstance getCrate()
CrateInstance for this session.<T extends OpeningContext> T getContext()
T - The type of opening context.<T extends RewardsGenerator> T getRewardsGenerator()
T - The type of rewards generator.OpeningAnimationHandler getAnimationHandler()
OpeningAnimationHandler for this session.
Oops... looks like the spiders padded through here
Add products to your cart and remove them from here Lets buy