Uses of Enum Class
me.hsgamer.hscore.expansion.common.ExpansionState
Package
Description
Contains the base classes to work on an expansion system
-
Uses of ExpansionState in me.hsgamer.hscore.expansion.common
Modifier and TypeMethodDescription@NotNull ExpansionState
ExpansionClassLoader.getState()
Get the state of the expansionstatic ExpansionState
Returns the enum constant of this class with the specified name.static ExpansionState[]
ExpansionState.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
ExpansionManager.addStateListener
(@NotNull BiConsumer<ExpansionClassLoader, ExpansionState> listener) Add a new state listenervoid
ExpansionManager.removeStateListener
(@NotNull BiConsumer<ExpansionClassLoader, ExpansionState> listener) Remove a state listener