Uses of Class
de.marcely.bedwars.api.arena.CustomMode
Packages that use CustomMode
Package
Description
The root package of the MBedwars API
Contains classes that are related to the
Arena.-
Uses of CustomMode in de.marcely.bedwars.api
Methods in de.marcely.bedwars.api that return CustomModeModifier and TypeMethodDescription@Nullable CustomModeGameAPI.getCustomMode(CustomModeType type) Tries to locate a custom game mode by its type.@Nullable CustomModeGameAPI.getCustomMode(String name) Tries to locate a custom game mode by its name.Methods in de.marcely.bedwars.api that return types with arguments of type CustomModeMethods in de.marcely.bedwars.api with parameters of type CustomModeModifier and TypeMethodDescriptionbooleanGameAPI.registerCustomMode(CustomMode mode) Attempts to register a custom game mode.booleanGameAPI.unregisterCustomMode(CustomMode mode) Attempts to unregister a custom game mode. -
Uses of CustomMode in de.marcely.bedwars.api.arena
Methods in de.marcely.bedwars.api.arena that return CustomModeModifier and TypeMethodDescription@Nullable CustomModeArena.getCustomMode()Returns theCustomModeassigned to this arena.