Enum CPotionComponent.Strict
-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum CPotionComponent.Strict extends Enum<CPotionComponent.Strict>
An enum what means potion required level.
ONLY_EFFECT: The system checks only type. STRICT: The system checks amplifier and type.
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringnameprivate final Integerordinalprivate final EnumEntries<CPotionComponent.Strict>entries
-
Enum Constant Summary
Enum Constants Enum Constant Description ONLY_EFFECTSTRICT
-
Method Summary
Modifier and Type Method Description final Array<CPotionComponent.Strict>values()final CPotionComponent.StrictvalueOf(String value)final EnumEntries<CPotionComponent.Strict>getEntries()-
-
Method Detail
-
values
final Array<CPotionComponent.Strict> values()
-
valueOf
final CPotionComponent.Strict valueOf(String value)
-
getEntries
final EnumEntries<CPotionComponent.Strict> getEntries()
-
-
-
-