Index

A C G K P R U 
All Classes and Interfaces|All Packages

A

ApiPlatformSupport - Interface in com.imaginarycode.minecraft.redisbungee
 

C

com.imaginarycode.minecraft.redisbungee - package com.imaginarycode.minecraft.redisbungee
 
com.imaginarycode.minecraft.redisbungee.events - package com.imaginarycode.minecraft.redisbungee.events
 

G

getAllServers() - Method in class com.imaginarycode.minecraft.redisbungee.RedisBungeeAPI
Deprecated, for removal: This API element is subject to removal in a future version.
to avoid confusion between A server and A proxy see see AbstractRedisBungeeAPI.getAllProxies()
getChannel() - Method in class com.imaginarycode.minecraft.redisbungee.events.PubSubMessageEvent
 
getMessage() - Method in class com.imaginarycode.minecraft.redisbungee.events.PubSubMessageEvent
 
getPreviousServer() - Method in class com.imaginarycode.minecraft.redisbungee.events.PlayerChangedServerNetworkEvent
 
getRedisBungeeApi() - Static method in class com.imaginarycode.minecraft.redisbungee.RedisBungeeAPI
Api instance
getServer() - Method in class com.imaginarycode.minecraft.redisbungee.events.PlayerChangedServerNetworkEvent
 
getServerFor(UUID) - Method in class com.imaginarycode.minecraft.redisbungee.RedisBungeeAPI
Get the server where the specified player is playing.
getServerId() - Method in class com.imaginarycode.minecraft.redisbungee.RedisBungeeAPI
Deprecated, for removal: This API element is subject to removal in a future version.
to avoid confusion between A server and A proxy see #getProxyId()
getUuid() - Method in class com.imaginarycode.minecraft.redisbungee.events.PlayerChangedServerNetworkEvent
 
getUuid() - Method in class com.imaginarycode.minecraft.redisbungee.events.PlayerJoinedNetworkEvent
 
getUuid() - Method in class com.imaginarycode.minecraft.redisbungee.events.PlayerLeftNetworkEvent
 

K

kickPlayer(String, Component) - Method in class com.imaginarycode.minecraft.redisbungee.RedisBungeeAPI
Kicks a player from the network calls AbstractRedisBungeeAPI.getUuidFromName(String) to get uuid
kickPlayer(String, BaseComponent[]) - Method in class com.imaginarycode.minecraft.redisbungee.RedisBungeeAPI
Kicks a player from the network calls AbstractRedisBungeeAPI.getUuidFromName(String) to get uuid
kickPlayer(UUID, Component) - Method in interface com.imaginarycode.minecraft.redisbungee.ApiPlatformSupport
 
kickPlayer(UUID, Component) - Method in class com.imaginarycode.minecraft.redisbungee.RedisBungeeAPI
Kicks a player from the network
kickPlayer(UUID, BaseComponent[]) - Method in class com.imaginarycode.minecraft.redisbungee.RedisBungeeAPI
Kicks a player from the network

P

PlayerChangedServerNetworkEvent - Class in com.imaginarycode.minecraft.redisbungee.events
This event is sent when a player connects to a new server.
PlayerChangedServerNetworkEvent(UUID, String, String) - Constructor for class com.imaginarycode.minecraft.redisbungee.events.PlayerChangedServerNetworkEvent
 
PlayerJoinedNetworkEvent - Class in com.imaginarycode.minecraft.redisbungee.events
This event is sent when a player joins the network.
PlayerJoinedNetworkEvent(UUID) - Constructor for class com.imaginarycode.minecraft.redisbungee.events.PlayerJoinedNetworkEvent
 
PlayerLeftNetworkEvent - Class in com.imaginarycode.minecraft.redisbungee.events
This event is sent when a player disconnects.
PlayerLeftNetworkEvent(UUID) - Constructor for class com.imaginarycode.minecraft.redisbungee.events.PlayerLeftNetworkEvent
 
PubSubMessageEvent - Class in com.imaginarycode.minecraft.redisbungee.events
This event is posted when a PubSub message is received.
PubSubMessageEvent(String, String) - Constructor for class com.imaginarycode.minecraft.redisbungee.events.PubSubMessageEvent
 

R

RedisBungeeAPI - Class in com.imaginarycode.minecraft.redisbungee
This platform class exposes some internal RedisBungee functions.
RedisBungeeAPI(RedisBungeePlugin<?>) - Constructor for class com.imaginarycode.minecraft.redisbungee.RedisBungeeAPI
 
registerPubSubChannels(String...) - Method in class com.imaginarycode.minecraft.redisbungee.RedisBungeeAPI
Deprecated, for removal: This API element is subject to removal in a future version.
No longer required

U

unregisterPubSubChannels(String...) - Method in class com.imaginarycode.minecraft.redisbungee.RedisBungeeAPI
Deprecated, for removal: This API element is subject to removal in a future version.
No longer required
A C G K P R U 
All Classes and Interfaces|All Packages