Skip to content

Commit

Permalink
Remove method.
Browse files Browse the repository at this point in the history
  • Loading branch information
Moderocky committed Jan 13, 2025
1 parent 258bbb9 commit d6fc417
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main/java/ch/njol/skript/registrations/Converters.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@ public static <F, T> void registerConverter(Class<F> from, Class<T> to, Converte
org.skriptlang.skript.lang.converter.Converters.registerConverter(from, to, converter::convert, options);
}

@Deprecated(forRemoval = true)
public static void createMissingConverters() {
org.skriptlang.skript.lang.converter.Converters.createChainedConverters();
}

@Deprecated(forRemoval = true)
public static <F, T> T convert(@Nullable F o, Class<T> to) {
return org.skriptlang.skript.lang.converter.Converters.convert(o, to);
Expand Down

0 comments on commit d6fc417

Please sign in to comment.