Uses of Enum
de.marcely.bedwars.api.game.specialitem.SpecialItemType
Packages that use SpecialItemType
Package
Description
The root package of the MBedwars API
Classes dedicated to handling
SpecialItems in MBedwars.-
Uses of SpecialItemType in de.marcely.bedwars.api
Methods in de.marcely.bedwars.api with parameters of type SpecialItemTypeModifier and TypeMethodDescriptionGameAPI.registerSpecialItem(SpecialItemType type, Plugin plugin, String name, ItemStack item) Registers a customSpecialItemthat replaces a built-in type. -
Uses of SpecialItemType in de.marcely.bedwars.api.game.specialitem
Methods in de.marcely.bedwars.api.game.specialitem that return SpecialItemTypeModifier and TypeMethodDescriptionSpecialItem.getType()Returns the type to make it easier for you to differentiate itstatic SpecialItemTypeReturns the enum constant of this type with the specified name.static SpecialItemType[]SpecialItemType.values()Returns an array containing the constants of this enum type, in the order they are declared.