Uses of Enum
de.marcely.bedwars.api.arena.RegenerationType
-
Uses of RegenerationType in de.marcely.bedwars.api.arena
Modifier and TypeMethodDescriptionstatic @Nullable RegenerationType
Arena.getRegenerationType()
Returns the regeneration type aka the form/variant of the arena.static RegenerationType
Returns the enum constant of this type with the specified name.static RegenerationType[]
RegenerationType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
Arena.setRegenerationType
(RegenerationType type) This method allows you to change the form of the arenaArenaBuilder.setRegenerationType
(RegenerationType regenType) The regeneration type of an arena represents its form or its general behavior -
Uses of RegenerationType in de.marcely.bedwars.api.remote
Modifier and TypeMethodDescriptionRemoteArena.getRegenerationType()
Returns the regeneration type aka the form/variant of the arena.