Class TypeHints

java.lang.Object
ch.njol.skript.variables.TypeHints

@Deprecated(since="2.12", forRemoval=true) public class TypeHints extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    add(String variable, Class<?> hint)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static void
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    static @Nullable Class<?>
    get(String variable)
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TypeHints

      public TypeHints()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • add

      public static void add(String variable, Class<?> hint)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • get

      @Nullable public static @Nullable Class<?> get(String variable)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • enterScope

      public static void enterScope()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • exitScope

      public static void exitScope()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • clear

      public static void clear()
      Deprecated, for removal: This API element is subject to removal in a future version.