2
0
mirror of https://github.com/proxiodev/RedisBungee.git synced 2024-11-23 04:28:01 +00:00

java docs

This commit is contained in:
mohammed jasem alaajel 2022-04-14 14:16:34 +04:00
parent 4d0222d2ae
commit 102f8591ab

View File

@ -16,9 +16,9 @@ import java.util.*;
/** /**
* This class exposes some internal RedisBungee functions. You obtain an instance of this object by invoking {@link RedisBungeeAPI#getRedisBungeeApi()} * This class exposes some internal RedisBungee functions. You obtain an instance of this object by invoking {@link RedisBungeeAPI#getRedisBungeeApi()}
* or somehow you got the Plugin instance by you can call the api using {@link RedisBungeePlugin#getApi()}. * or somehow you got the Plugin instance by you can call the api using {@link RedisBungeePlugin#getApi()}.
* or *
* @author tuxed * @author tuxed
* @since 0.2.3 * @since 0.2.3 | updated 0.7.0
* *
*/ */
@SuppressWarnings("unused") @SuppressWarnings("unused")