Package me.hsgamer.minigamecore.manager
Interface ManagedArena<T>
- Type Parameters:
T
- the type of the identifier of the arena
public interface ManagedArena<T>
An extension of
Arena
that can be managed by ArenaManager
-
Method Summary
Modifier and TypeMethodDescriptionGet the identifier of the arenadefault void
Convenient method.
-
Method Details
-
getIdentifier
T getIdentifier()Get the identifier of the arena- Returns:
- the identifier
-
removeFromManager
default void removeFromManager()Convenient method. Remove the arena from the arena manager
-