Interface Converter<F,T>

All Superinterfaces:
Converter<F,T>

@Deprecated(forRemoval=true) public interface Converter<F,T> extends Converter<F,T>
Deprecated, for removal: This API element is subject to removal in a future version.

WARNING! This class has been removed in this update.

This class stub has been left behind to prevent loading errors from outdated addons, but its functionality has been largely removed.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static final class 
    Deprecated, for removal: This API element is subject to removal in a future version.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version.
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version.
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version.
    static final int
    Deprecated, for removal: This API element is subject to removal in a future version.

    Fields inherited from interface org.skriptlang.skript.lang.converter.Converter

    ALL_CHAINING, ALLOW_UNSAFE_CASTS
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
  • Field Details

    • $_WARNING

      static final int $_WARNING
      Deprecated, for removal: This API element is subject to removal in a future version.
    • NO_LEFT_CHAINING

      @Deprecated(forRemoval=true) static final int NO_LEFT_CHAINING
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • NO_RIGHT_CHAINING

      @Deprecated(forRemoval=true) static final int NO_RIGHT_CHAINING
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • NO_CHAINING

      @Deprecated(forRemoval=true) static final int NO_CHAINING
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
    • NO_COMMAND_ARGUMENTS

      @Deprecated(forRemoval=true) static final int NO_COMMAND_ARGUMENTS
      Deprecated, for removal: This API element is subject to removal in a future version.
      See Also:
  • Method Details

    • convert

      @Deprecated(forRemoval=true) @Nullable T convert(F f)
      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.
      Specified by:
      convert in interface Converter<F,T>
      Parameters:
      f - The object to convert.
      Returns:
      The converted object.