Uses of Enum Class
zombie.radio.ChannelCategory
Packages that use ChannelCategory
-
Uses of ChannelCategory in zombie.radio
Subclasses with type arguments of type ChannelCategory in zombie.radioMethods in zombie.radio that return ChannelCategoryModifier and TypeMethodDescriptionstatic ChannelCategory
Returns the enum constant of this class with the specified name.static ChannelCategory[]
ChannelCategory.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of ChannelCategory in zombie.radio.scripting
Methods in zombie.radio.scripting that return ChannelCategoryConstructors in zombie.radio.scripting with parameters of type ChannelCategoryModifierConstructorDescriptionDynamicRadioChannel
(String n, int freq, ChannelCategory c) DynamicRadioChannel
(String n, int freq, ChannelCategory c, String guid) RadioChannel
(String n, int freq, ChannelCategory c) RadioChannel
(String n, int freq, ChannelCategory c, String guid)