Uses of Enum
de.marcely.bedwars.api.arena.RegenerationType
Packages that use RegenerationType
Package
Description
Contains classes that are related to the
Arena
.Classes used to manage other servers running MBedwars remotely.
-
Uses of RegenerationType in de.marcely.bedwars.api.arena
Methods in de.marcely.bedwars.api.arena that return RegenerationTypeModifier 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.Methods in de.marcely.bedwars.api.arena with parameters of type RegenerationTypeModifier 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
Methods in de.marcely.bedwars.api.remote that return RegenerationTypeModifier and TypeMethodDescriptionRemoteArena.getRegenerationType()
Returns the regeneration type aka the form/variant of the arena.