mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
or not
This commit is contained in:
parent
6991fa39cc
commit
28b6ed500b
@ -553,10 +553,6 @@ public class SchemaBuilder {
|
|||||||
return "object";
|
return "object";
|
||||||
}
|
}
|
||||||
|
|
||||||
if (c.getPackageName().startsWith("org.bukkit.")){
|
|
||||||
return "object";
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!c.isAnnotationPresent(Desc.class)) {
|
if (!c.isAnnotationPresent(Desc.class)) {
|
||||||
warnings.addIfMissing("Unsupported Type: " + c.getCanonicalName() + " Did you forget @Desc?");
|
warnings.addIfMissing("Unsupported Type: " + c.getCanonicalName() + " Did you forget @Desc?");
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user