12
1

Full TinyProtocol implementation (some tests on 1.8 & 1.15)
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful

Signed-off-by: Lixfel <agga-games@gmx.de>
Dieser Commit ist enthalten in:
Lixfel 2021-09-29 08:10:20 +02:00
Ursprung b68508eec8
Commit 31a04e8323

Datei anzeigen

@ -104,7 +104,7 @@ public class BountifulWrapper8 implements BountifulWrapper.IBountifulWrapper {
return index;
}
private static final Class<?> watchableObject = Reflection.getClass("{nms}.DataWatcher.WatchableObject");
private static final Class<?> watchableObject = Reflection.getClass("{nms}.DataWatcher$WatchableObject");
private static final Reflection.ConstructorInvoker watchableObjectConstructor = Reflection.getConstructor(watchableObject, int.class, int.class, Object.class);
private static final Map<Class<?>, Integer> watchableDatatypes = new HashMap<>();
static {