Uses of Enum
de.marcely.bedwars.api.arena.CustomModeType
Packages that use CustomModeType
Package
Description
The root package of the MBedwars API
Contains classes that are related to the
Arena.-
Uses of CustomModeType in de.marcely.bedwars.api
Methods in de.marcely.bedwars.api with parameters of type CustomModeTypeModifier and TypeMethodDescription@Nullable CustomModeGameAPI.getCustomMode(CustomModeType type) Tries to locate a custom game mode by its type. -
Uses of CustomModeType in de.marcely.bedwars.api.arena
Methods in de.marcely.bedwars.api.arena that return CustomModeTypeModifier and TypeMethodDescriptionCustomMode.getType()Gets the officially-recognized type of this custom mode.static CustomModeTypeReturns the enum constant of this type with the specified name.static CustomModeType[]CustomModeType.values()Returns an array containing the constants of this enum type, in the order they are declared.