BotWithUs / AbyssAPI

3 stars 8 forks source link

visible(boolean) not exposed in componentQuery class #15

Open AbyssalTime opened 1 year ago

AbyssalTime commented 1 year ago

unable to use visible(boolean) in the componentQuery class , doesn't seem to be implemented on the Java side, so it cannot be used.

DrJavatar commented 1 year ago

The visibility of individual components is not a priority, the visible of interfaces on the other hand is handled natively meaning you won't get results back if the interface isn't open.