SteamWar/SpigotCore
Archiviert
13
0

Revert "Untyped field"
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful

This reverts commit 8ea301b596.
Dieser Commit ist enthalten in:
Lixfel 2022-02-02 18:57:44 +01:00
Ursprung 8ea301b596
Commit afef1a6a22

Datei anzeigen

@ -110,10 +110,6 @@ public final class Reflection {
return getField(getClass(className), name, fieldType, 0);
}
public static <T> Reflection.FieldAccessor<T> getUntypedField(Class<?> target, Class fieldType, int index) {
return getField(target, fieldType, index);
}
/**
* Retrieve a field accessor for a specific field type and name.
*