Index

C G P R 
All Classes and Interfaces|All Packages

C

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

G

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.
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
 

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
 
C G P R 
All Classes and Interfaces|All Packages