Index

B D G H I L M O P R S U W 
All Classes and Interfaces|All Packages

B

build(PacketPlayOutBoss, ProtocolVersion) - Method in class me.neznamy.tab.platforms.bungeecord.BungeePacketBuilder
 
build(PacketPlayOutChat, ProtocolVersion) - Method in class me.neznamy.tab.platforms.bungeecord.BungeePacketBuilder
 
build(PacketPlayOutPlayerInfo, ProtocolVersion) - Method in class me.neznamy.tab.platforms.bungeecord.BungeePacketBuilder
 
build(PacketPlayOutPlayerListHeaderFooter, ProtocolVersion) - Method in class me.neznamy.tab.platforms.bungeecord.BungeePacketBuilder
 
build(PacketPlayOutScoreboardDisplayObjective, ProtocolVersion) - Method in class me.neznamy.tab.platforms.bungeecord.BungeePacketBuilder
 
build(PacketPlayOutScoreboardObjective, ProtocolVersion) - Method in class me.neznamy.tab.platforms.bungeecord.BungeePacketBuilder
 
build(PacketPlayOutScoreboardScore, ProtocolVersion) - Method in class me.neznamy.tab.platforms.bungeecord.BungeePacketBuilder
 
build(PacketPlayOutScoreboardTeam, ProtocolVersion) - Method in class me.neznamy.tab.platforms.bungeecord.BungeePacketBuilder
 
BungeeChannelDuplexHandler(TabPlayer) - Constructor for class me.neznamy.tab.platforms.bungeecord.BungeePipelineInjector.BungeeChannelDuplexHandler
Constructs new instance with given player
BungeeEventListener - Class in me.neznamy.tab.platforms.bungeecord
The core for BungeeCord forwarding events into all enabled features
BungeeEventListener() - Constructor for class me.neznamy.tab.platforms.bungeecord.BungeeEventListener
 
BungeePacketBuilder - Class in me.neznamy.tab.platforms.bungeecord
Packet builder for BungeeCord platform
BungeePacketBuilder() - Constructor for class me.neznamy.tab.platforms.bungeecord.BungeePacketBuilder
 
BungeePipelineInjector - Class in me.neznamy.tab.platforms.bungeecord
Pipeline injection to secure proper functionality of some features by preventing other plugins from overriding it.
BungeePipelineInjector() - Constructor for class me.neznamy.tab.platforms.bungeecord.BungeePipelineInjector
Constructs new instance of the feature
BungeePipelineInjector.BungeeChannelDuplexHandler - Class in me.neznamy.tab.platforms.bungeecord
Custom channel duplex handler override
BungeePipelineInjector.DeserializableBungeeChannelDuplexHandler - Class in me.neznamy.tab.platforms.bungeecord
Channel duplex handler override if features using packets that must be deserialized manually are used.
BungeePlatform - Class in me.neznamy.tab.platforms.bungeecord
BungeeCord implementation of Platform
BungeePlatform() - Constructor for class me.neznamy.tab.platforms.bungeecord.BungeePlatform
Constructs new instance
BungeeTabPlayer - Class in me.neznamy.tab.platforms.bungeecord
TabPlayer implementation for BungeeCord
BungeeTabPlayer(ProxiedPlayer) - Constructor for class me.neznamy.tab.platforms.bungeecord.BungeeTabPlayer
Constructs new instance for given player

D

DeserializableBungeeChannelDuplexHandler(TabPlayer) - Constructor for class me.neznamy.tab.platforms.bungeecord.BungeePipelineInjector.DeserializableBungeeChannelDuplexHandler
Constructs new instance with given player

G

getChannelFunction() - Method in class me.neznamy.tab.platforms.bungeecord.BungeePipelineInjector
 
getGamemode() - Method in class me.neznamy.tab.platforms.bungeecord.BungeeTabPlayer
 
getPacketId(Class<? extends DefinedPacket>) - Method in class me.neznamy.tab.platforms.bungeecord.BungeeTabPlayer
Returns packet ID for this player of provided packet class
getPing() - Method in class me.neznamy.tab.platforms.bungeecord.BungeeTabPlayer
 
getPlayer() - Method in class me.neznamy.tab.platforms.bungeecord.BungeeTabPlayer
 
getPluginVersion(String) - Method in class me.neznamy.tab.platforms.bungeecord.BungeePlatform
 
getSkin() - Method in class me.neznamy.tab.platforms.bungeecord.BungeeTabPlayer
 
getVersion() - Method in class me.neznamy.tab.platforms.bungeecord.BungeeTabPlayer
 

H

hasPermission0(String) - Method in class me.neznamy.tab.platforms.bungeecord.BungeeTabPlayer
 

I

isOnline() - Method in class me.neznamy.tab.platforms.bungeecord.BungeeTabPlayer
 
isVanished() - Method in class me.neznamy.tab.platforms.bungeecord.BungeeTabPlayer
 

L

loadFeatures() - Method in class me.neznamy.tab.platforms.bungeecord.BungeePlatform
 

M

Main - Class in me.neznamy.tab.platforms.bungeecord
Main class for BungeeCord platform
Main() - Constructor for class me.neznamy.tab.platforms.bungeecord.Main
 
me.neznamy.tab.platforms.bungeecord - package me.neznamy.tab.platforms.bungeecord
 

O

on(PluginMessageEvent) - Method in class me.neznamy.tab.platforms.bungeecord.BungeeEventListener
Listener to plugin message event
onChat(ChatEvent) - Method in class me.neznamy.tab.platforms.bungeecord.BungeeEventListener
Listener to chat packets to forward the event to all features
onDisable() - Method in class me.neznamy.tab.platforms.bungeecord.Main
 
onEnable() - Method in class me.neznamy.tab.platforms.bungeecord.Main
 
onMessage(PubSubMessageEvent) - Method in class me.neznamy.tab.platforms.bungeecord.RedisBungeeSupport
 
onQuit(PlayerDisconnectEvent) - Method in class me.neznamy.tab.platforms.bungeecord.BungeeEventListener
Disconnect event listener to forward the event to all features
onSwitch(ServerSwitchEvent) - Method in class me.neznamy.tab.platforms.bungeecord.BungeeEventListener
Listener to join / server switch to forward the event to all features

P

player - Variable in class me.neznamy.tab.platforms.bungeecord.BungeePipelineInjector.BungeeChannelDuplexHandler
Injected player

R

readDisplayObjective(Object) - Method in class me.neznamy.tab.platforms.bungeecord.BungeePacketBuilder
 
readObjective(Object) - Method in class me.neznamy.tab.platforms.bungeecord.BungeePacketBuilder
 
readPlayerInfo(Object, ProtocolVersion) - Method in class me.neznamy.tab.platforms.bungeecord.BungeePacketBuilder
 
RedisBungeeSupport - Class in me.neznamy.tab.platforms.bungeecord
Redis implementation for BungeeCord
RedisBungeeSupport() - Constructor for class me.neznamy.tab.platforms.bungeecord.RedisBungeeSupport
Constructs new instance, registers listeners and overrides placeholders

S

sendMessage(String) - Method in class me.neznamy.tab.platforms.bungeecord.RedisBungeeSupport
 
sendPacket(Object) - Method in class me.neznamy.tab.platforms.bungeecord.BungeeTabPlayer
 
sendPluginMessage(byte[]) - Method in class me.neznamy.tab.platforms.bungeecord.BungeeTabPlayer
 

U

unregister() - Method in class me.neznamy.tab.platforms.bungeecord.RedisBungeeSupport
 

W

write(ChannelHandlerContext, Object, ChannelPromise) - Method in class me.neznamy.tab.platforms.bungeecord.BungeePipelineInjector.BungeeChannelDuplexHandler
 
write(ChannelHandlerContext, Object, ChannelPromise) - Method in class me.neznamy.tab.platforms.bungeecord.BungeePipelineInjector.DeserializableBungeeChannelDuplexHandler
 
B D G H I L M O P R S U W 
All Classes and Interfaces|All Packages