Package ch.njol.skript.config
Class EnumParser<E extends Enum<E>>
java.lang.Object
ch.njol.skript.config.EnumParser<E>
@Deprecated(since="2.12",
forRemoval=true)
public class EnumParser<E extends Enum<E>>
extends Object
implements Converter<String,E>
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Summary
Fields inherited from interface org.skriptlang.skript.lang.converter.Converter
ALL_CHAINING, ALLOW_UNSAFE_CASTS, NO_CHAINING, NO_LEFT_CHAINING, NO_RIGHT_CHAINING
-
Constructor Summary
ConstructorsConstructorDescriptionEnumParser
(Class<E> enumType, String type) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
-
Constructor Details
-
EnumParser
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
convert
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:Converter
Converts an object using this Converter. -
toString
Deprecated, for removal: This API element is subject to removal in a future version.
-
EnumParser
instead.