Uses of Enum Class
me.hsgamer.hscore.expansion.common.ExpansionState
Packages that use ExpansionState
Package
Description
Contains the base classes to work on an expansion system
-
Uses of ExpansionState in me.hsgamer.hscore.expansion.common
Methods in me.hsgamer.hscore.expansion.common that return ExpansionStateModifier and TypeMethodDescription@NotNull ExpansionStateExpansionClassLoader.getState()Get the state of the expansionstatic ExpansionStateReturns 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.Method parameters in me.hsgamer.hscore.expansion.common with type arguments of type ExpansionStateModifier and TypeMethodDescriptionvoidExpansionManager.addStateListener(@NotNull BiConsumer<ExpansionClassLoader, ExpansionState> listener) Add a new state listenervoidExpansionManager.removeStateListener(@NotNull BiConsumer<ExpansionClassLoader, ExpansionState> listener) Remove a state listener