Uses of Enum Class
fr.andross.banitem.actions.BanDataType
Packages that use BanDataType
-
Uses of BanDataType in fr.andross.banitem.actions
Methods in fr.andross.banitem.actions that return BanDataTypeModifier and TypeMethodDescription@NotNull BanDataTypeBanData.getType()Ban data type.static BanDataTypeReturns the enum constant of this class with the specified name.static BanDataType[]BanDataType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in fr.andross.banitem.actions that return types with arguments of type BanDataTypeModifier and TypeMethodDescription@NotNull Map<BanDataType, Object> BanActionData.getMap()Get the map.Methods in fr.andross.banitem.actions with parameters of type BanDataTypeModifier and TypeMethodDescription<T> TBanActionData.getData(@NotNull BanDataType type) Gets the data from this map.Constructors in fr.andross.banitem.actions with parameters of type BanDataTypeModifierConstructorDescriptionBanData(@NotNull BanDataType type, @NotNull Object object) Constructor a BanData object, where the type represents the type of data and the object represents an instance of the type as described in its documentationBanDataType.