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
Subclasses with type arguments of type RegenerationType in de.marcely.bedwars.api.arenaModifier and TypeClassDescriptionenumThe "regeneration type" or just simply "type" describes the form of an arenaMethods in de.marcely.bedwars.api.arena that return RegenerationTypeModifier and TypeMethodDescriptionstatic @Nullable RegenerationTypeArena.getRegenerationType()Returns the regeneration type aka the form/variant of the arena.static RegenerationTypeReturns 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 TypeMethodDescriptionvoidArena.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.