Package com.nexomc.nexo.pack
Enum NexoOverlay
-
- All Implemented Interfaces:
-
java.io.Serializable
,kotlin.Comparable
public enum NexoOverlay extends Enum<NexoOverlay>
-
-
Method Summary
Modifier and Type Method Description final NexoOverlay
valueOf(String value)
Returns the enum constant of this type with the specified name. final Array<NexoOverlay>
values()
Returns an array containing the constants of this enum type, in the order they're declared. final Overlay
getOverlay()
final OverlayEntry
getEntry()
final String
getId()
final Integer
getFormat()
final EnumEntries<NexoOverlay>
getEntries()
-
-
Method Detail
-
valueOf
final NexoOverlay valueOf(String value)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
-
values
final Array<NexoOverlay> values()
Returns an array containing the constants of this enum type, in the order they're declared.
This method may be used to iterate over the constants.
-
getOverlay
final Overlay getOverlay()
-
getEntry
final OverlayEntry getEntry()
-
getEntries
final EnumEntries<NexoOverlay> getEntries()
-
-
-
-