Index

A B C D E F G H I K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

A

AbstractPacketHandler - Class in net.md_5.bungee.protocol
 
AbstractPacketHandler() - Constructor for class net.md_5.bungee.protocol.AbstractPacketHandler
 
accept(Channel) - Method in interface net.md_5.bungee.protocol.channel.ChannelAcceptor
Inside this method the pipeline should be initialized.
ACTIONBAR - Enum constant in enum net.md_5.bungee.protocol.packet.Title.Action
 
ADD_PLAYER - Enum constant in enum net.md_5.bungee.protocol.packet.PlayerListItem.Action
 
ADD_PLAYER - Enum constant in enum net.md_5.bungee.protocol.packet.PlayerListItemUpdate.Action
 
ALL - Enum constant in enum net.md_5.bungee.protocol.packet.ClientSettings.ParticleStatus
 
ALWAYS - Enum constant in enum net.md_5.bungee.protocol.packet.Team.CollisionRule
 
ALWAYS - Enum constant in enum net.md_5.bungee.protocol.packet.Team.NameTagVisibility
 
ASK_SERVER - Static variable in class net.md_5.bungee.protocol.packet.Commands.SuggestionRegistry
 

B

BadPacketException - Exception Class in net.md_5.bungee.protocol
 
BadPacketException(String) - Constructor for exception class net.md_5.bungee.protocol.BadPacketException
 
BadPacketException(String, Throwable) - Constructor for exception class net.md_5.bungee.protocol.BadPacketException
 
BLANK - Enum constant in enum net.md_5.bungee.protocol.data.NumberFormat.Type
 
BossBar - Class in net.md_5.bungee.protocol.packet
 
BossBar(UUID, int) - Constructor for class net.md_5.bungee.protocol.packet.BossBar
 
buf - Variable in class net.md_5.bungee.protocol.PacketWrapper
 
BundleDelimiter - Class in net.md_5.bungee.protocol.packet
 
BundleDelimiter() - Constructor for class net.md_5.bungee.protocol.packet.BundleDelimiter
 
BUNGEE_CHANNEL_LEGACY - Static variable in class net.md_5.bungee.protocol.packet.PluginMessage
 
BUNGEE_CHANNEL_MODERN - Static variable in class net.md_5.bungee.protocol.packet.PluginMessage
 
BungeeChannelInitializer - Class in net.md_5.bungee.protocol.channel
This class hold a netty channel initializer that calls the given ChannelAcceptor.
BungeeChannelInitializer() - Constructor for class net.md_5.bungee.protocol.channel.BungeeChannelInitializer
 

C

ChainLink() - Constructor for class net.md_5.bungee.protocol.data.ChatChain.ChainLink
 
ChannelAcceptor - Interface in net.md_5.bungee.protocol.channel
 
Chat - Class in net.md_5.bungee.protocol.packet
 
Chat(String) - Constructor for class net.md_5.bungee.protocol.packet.Chat
 
Chat(String, byte) - Constructor for class net.md_5.bungee.protocol.packet.Chat
 
Chat(String, byte, UUID) - Constructor for class net.md_5.bungee.protocol.packet.Chat
 
ChatChain - Class in net.md_5.bungee.protocol.data
 
ChatChain() - Constructor for class net.md_5.bungee.protocol.data.ChatChain
 
ChatChain.ChainLink - Class in net.md_5.bungee.protocol.data
 
ChatSerializer - Class in net.md_5.bungee.protocol
 
ChatSerializer() - Constructor for class net.md_5.bungee.protocol.ChatSerializer
 
CLEAR - Enum constant in enum net.md_5.bungee.protocol.packet.Title.Action
 
ClearDialog - Class in net.md_5.bungee.protocol.packet
 
ClearDialog() - Constructor for class net.md_5.bungee.protocol.packet.ClearDialog
 
ClearTitles - Class in net.md_5.bungee.protocol.packet
 
ClearTitles() - Constructor for class net.md_5.bungee.protocol.packet.ClearTitles
 
ClientChat - Class in net.md_5.bungee.protocol.packet
 
ClientChat() - Constructor for class net.md_5.bungee.protocol.packet.ClientChat
 
ClientCommand - Class in net.md_5.bungee.protocol.packet
 
ClientCommand() - Constructor for class net.md_5.bungee.protocol.packet.ClientCommand
 
ClientSettings - Class in net.md_5.bungee.protocol.packet
 
ClientSettings() - Constructor for class net.md_5.bungee.protocol.packet.ClientSettings
 
ClientSettings.ParticleStatus - Enum in net.md_5.bungee.protocol.packet
 
Commands - Class in net.md_5.bungee.protocol.packet
 
Commands() - Constructor for class net.md_5.bungee.protocol.packet.Commands
 
Commands.SuggestionRegistry - Class in net.md_5.bungee.protocol.packet
 
CONFIGURATION - Enum constant in enum net.md_5.bungee.protocol.Protocol
 
CookieRequest - Class in net.md_5.bungee.protocol.packet
 
CookieRequest() - Constructor for class net.md_5.bungee.protocol.packet.CookieRequest
 
CookieResponse - Class in net.md_5.bungee.protocol.packet
 
CookieResponse() - Constructor for class net.md_5.bungee.protocol.packet.CookieResponse
 
create(ChannelAcceptor) - Static method in class net.md_5.bungee.protocol.channel.BungeeChannelInitializer
Creates a new instance of BungeeChannelInitializer
createPacket(int, int) - Method in class net.md_5.bungee.protocol.Protocol.DirectionData
 
CustomClickAction - Class in net.md_5.bungee.protocol.packet
 
CustomClickAction() - Constructor for class net.md_5.bungee.protocol.packet.CustomClickAction
 

D

DEBUG_INFO_NORMAL - Static variable in class net.md_5.bungee.protocol.packet.EntityStatus
 
DEBUG_INFO_REDUCED - Static variable in class net.md_5.bungee.protocol.packet.EntityStatus
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class net.md_5.bungee.protocol.LegacyDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class net.md_5.bungee.protocol.MinecraftDecoder
 
decode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class net.md_5.bungee.protocol.Varint21FrameDecoder
 
DECREASED - Enum constant in enum net.md_5.bungee.protocol.packet.ClientSettings.ParticleStatus
 
DefinedPacket - Class in net.md_5.bungee.protocol
 
DefinedPacket() - Constructor for class net.md_5.bungee.protocol.DefinedPacket
 
dialog - Variable in class net.md_5.bungee.protocol.packet.ShowDialog
 
DirectionData(Protocol, ProtocolConstants.Direction) - Constructor for class net.md_5.bungee.protocol.Protocol.DirectionData
 
DisconnectReportDetails - Class in net.md_5.bungee.protocol.packet
 
DisconnectReportDetails() - Constructor for class net.md_5.bungee.protocol.packet.DisconnectReportDetails
 

E

Either<L,R> - Class in net.md_5.bungee.protocol.util
 
Either() - Constructor for class net.md_5.bungee.protocol.util.Either
 
encode(ChannelHandlerContext, String, ByteBuf) - Method in class net.md_5.bungee.protocol.KickStringWriter
 
encode(ChannelHandlerContext, DefinedPacket, ByteBuf) - Method in class net.md_5.bungee.protocol.MinecraftEncoder
 
EncryptionData() - Constructor for class net.md_5.bungee.protocol.packet.EncryptionResponse.EncryptionData
 
EncryptionRequest - Class in net.md_5.bungee.protocol.packet
 
EncryptionRequest() - Constructor for class net.md_5.bungee.protocol.packet.EncryptionRequest
 
EncryptionResponse - Class in net.md_5.bungee.protocol.packet
 
EncryptionResponse() - Constructor for class net.md_5.bungee.protocol.packet.EncryptionResponse
 
EncryptionResponse.EncryptionData - Class in net.md_5.bungee.protocol.packet
 
EntityStatus - Class in net.md_5.bungee.protocol.packet
 
EntityStatus() - Constructor for class net.md_5.bungee.protocol.packet.EntityStatus
 
equals(Object) - Method in class net.md_5.bungee.protocol.DefinedPacket
 

F

FinishConfiguration - Class in net.md_5.bungee.protocol.packet
 
FinishConfiguration() - Constructor for class net.md_5.bungee.protocol.packet.FinishConfiguration
 
FIXED - Enum constant in enum net.md_5.bungee.protocol.data.NumberFormat.Type
 
forVersion(int) - Static method in class net.md_5.bungee.protocol.ChatSerializer
 
fromJson(JsonElement) - Static method in class net.md_5.bungee.protocol.util.TagUtil
 
fromString(String) - Static method in enum net.md_5.bungee.protocol.packet.ScoreboardObjective.HealthDisplay
 

G

GAME - Enum constant in enum net.md_5.bungee.protocol.Protocol
 
GameState - Class in net.md_5.bungee.protocol.packet
 
GameState() - Constructor for class net.md_5.bungee.protocol.packet.GameState
 
getChannelAcceptor() - Method in class net.md_5.bungee.protocol.channel.BungeeChannelInitializer
 
getChannelInitializer() - Method in class net.md_5.bungee.protocol.channel.BungeeChannelInitializer
 
getLeftOrCompute(Function<R, L>) - Method in class net.md_5.bungee.protocol.util.Either
 
getRightOrCompute(Function<L, R>) - Method in class net.md_5.bungee.protocol.util.Either
 
getStream() - Method in class net.md_5.bungee.protocol.packet.PluginMessage
 

H

handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.data.ChatChain
 
handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.data.SeenMessages
 
handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.DefinedPacket
 
handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.packet.BossBar
 
handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.packet.BundleDelimiter
 
handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.packet.Chat
 
handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.packet.ClearDialog
 
handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.packet.ClearTitles
 
handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.packet.ClientChat
 
handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.packet.ClientCommand
 
handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.packet.ClientSettings
 
handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.packet.Commands
 
handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.packet.CookieRequest
 
handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.packet.CookieResponse
 
handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.packet.CustomClickAction
 
handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.packet.DisconnectReportDetails
 
handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.packet.EncryptionRequest
 
handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.packet.EncryptionResponse
 
handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.packet.EntityStatus
 
handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.packet.FinishConfiguration
 
handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.packet.GameState
 
handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.packet.Handshake
 
handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.packet.KeepAlive
 
handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.packet.Kick
 
handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.packet.LegacyHandshake
 
handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.packet.LegacyPing
 
handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.packet.Login
 
handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.packet.LoginAcknowledged
 
handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.packet.LoginPayloadRequest
 
handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.packet.LoginPayloadResponse
 
handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.packet.LoginRequest
 
handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.packet.LoginSuccess
 
handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.packet.PingPacket
 
handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.packet.PlayerListHeaderFooter
 
handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.packet.PlayerListItem
 
handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.packet.PlayerListItemRemove
 
handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.packet.PlayerListItemUpdate
 
handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.packet.PluginMessage
 
handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.packet.Respawn
 
handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.packet.ScoreboardDisplay
 
handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.packet.ScoreboardObjective
 
handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.packet.ScoreboardScore
 
handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.packet.ScoreboardScoreReset
 
handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.packet.ServerData
 
handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.packet.ServerLinks
 
handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.packet.SetCompression
 
handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.packet.ShowDialog
 
handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.packet.ShowDialogDirect
 
handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.packet.StartConfiguration
 
handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.packet.StatusRequest
 
handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.packet.StatusResponse
 
handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.packet.StoreCookie
 
handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.packet.Subtitle
 
handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.packet.SystemChat
 
handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.packet.TabCompleteRequest
 
handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.packet.TabCompleteResponse
 
handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.packet.Team
 
handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.packet.Title
 
handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.packet.TitleTimes
 
handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.packet.Transfer
 
handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.packet.UnsignedClientCommand
 
handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.packet.ViewDistance
 
handle(BossBar) - Method in class net.md_5.bungee.protocol.AbstractPacketHandler
 
handle(BundleDelimiter) - Method in class net.md_5.bungee.protocol.AbstractPacketHandler
 
handle(Chat) - Method in class net.md_5.bungee.protocol.AbstractPacketHandler
 
handle(ClearDialog) - Method in class net.md_5.bungee.protocol.AbstractPacketHandler
 
handle(ClearTitles) - Method in class net.md_5.bungee.protocol.AbstractPacketHandler
 
handle(ClientChat) - Method in class net.md_5.bungee.protocol.AbstractPacketHandler
 
handle(ClientCommand) - Method in class net.md_5.bungee.protocol.AbstractPacketHandler
 
handle(ClientSettings) - Method in class net.md_5.bungee.protocol.AbstractPacketHandler
 
handle(Commands) - Method in class net.md_5.bungee.protocol.AbstractPacketHandler
 
handle(CookieRequest) - Method in class net.md_5.bungee.protocol.AbstractPacketHandler
 
handle(CookieResponse) - Method in class net.md_5.bungee.protocol.AbstractPacketHandler
 
handle(CustomClickAction) - Method in class net.md_5.bungee.protocol.AbstractPacketHandler
 
handle(DisconnectReportDetails) - Method in class net.md_5.bungee.protocol.AbstractPacketHandler
 
handle(EncryptionRequest) - Method in class net.md_5.bungee.protocol.AbstractPacketHandler
 
handle(EncryptionResponse) - Method in class net.md_5.bungee.protocol.AbstractPacketHandler
 
handle(EntityStatus) - Method in class net.md_5.bungee.protocol.AbstractPacketHandler
 
handle(FinishConfiguration) - Method in class net.md_5.bungee.protocol.AbstractPacketHandler
 
handle(GameState) - Method in class net.md_5.bungee.protocol.AbstractPacketHandler
 
handle(Handshake) - Method in class net.md_5.bungee.protocol.AbstractPacketHandler
 
handle(KeepAlive) - Method in class net.md_5.bungee.protocol.AbstractPacketHandler
 
handle(Kick) - Method in class net.md_5.bungee.protocol.AbstractPacketHandler
 
handle(LegacyHandshake) - Method in class net.md_5.bungee.protocol.AbstractPacketHandler
 
handle(LegacyPing) - Method in class net.md_5.bungee.protocol.AbstractPacketHandler
 
handle(Login) - Method in class net.md_5.bungee.protocol.AbstractPacketHandler
 
handle(LoginAcknowledged) - Method in class net.md_5.bungee.protocol.AbstractPacketHandler
 
handle(LoginPayloadRequest) - Method in class net.md_5.bungee.protocol.AbstractPacketHandler
 
handle(LoginPayloadResponse) - Method in class net.md_5.bungee.protocol.AbstractPacketHandler
 
handle(LoginRequest) - Method in class net.md_5.bungee.protocol.AbstractPacketHandler
 
handle(LoginSuccess) - Method in class net.md_5.bungee.protocol.AbstractPacketHandler
 
handle(PingPacket) - Method in class net.md_5.bungee.protocol.AbstractPacketHandler
 
handle(PlayerListHeaderFooter) - Method in class net.md_5.bungee.protocol.AbstractPacketHandler
 
handle(PlayerListItem) - Method in class net.md_5.bungee.protocol.AbstractPacketHandler
 
handle(PlayerListItemRemove) - Method in class net.md_5.bungee.protocol.AbstractPacketHandler
 
handle(PlayerListItemUpdate) - Method in class net.md_5.bungee.protocol.AbstractPacketHandler
 
handle(PluginMessage) - Method in class net.md_5.bungee.protocol.AbstractPacketHandler
 
handle(Respawn) - Method in class net.md_5.bungee.protocol.AbstractPacketHandler
 
handle(ScoreboardDisplay) - Method in class net.md_5.bungee.protocol.AbstractPacketHandler
 
handle(ScoreboardObjective) - Method in class net.md_5.bungee.protocol.AbstractPacketHandler
 
handle(ScoreboardScore) - Method in class net.md_5.bungee.protocol.AbstractPacketHandler
 
handle(ScoreboardScoreReset) - Method in class net.md_5.bungee.protocol.AbstractPacketHandler
 
handle(ServerData) - Method in class net.md_5.bungee.protocol.AbstractPacketHandler
 
handle(ServerLinks) - Method in class net.md_5.bungee.protocol.AbstractPacketHandler
 
handle(SetCompression) - Method in class net.md_5.bungee.protocol.AbstractPacketHandler
 
handle(ShowDialog) - Method in class net.md_5.bungee.protocol.AbstractPacketHandler
 
handle(ShowDialogDirect) - Method in class net.md_5.bungee.protocol.AbstractPacketHandler
 
handle(StartConfiguration) - Method in class net.md_5.bungee.protocol.AbstractPacketHandler
 
handle(StatusRequest) - Method in class net.md_5.bungee.protocol.AbstractPacketHandler
 
handle(StatusResponse) - Method in class net.md_5.bungee.protocol.AbstractPacketHandler
 
handle(StoreCookie) - Method in class net.md_5.bungee.protocol.AbstractPacketHandler
 
handle(Subtitle) - Method in class net.md_5.bungee.protocol.AbstractPacketHandler
 
handle(SystemChat) - Method in class net.md_5.bungee.protocol.AbstractPacketHandler
 
handle(TabCompleteRequest) - Method in class net.md_5.bungee.protocol.AbstractPacketHandler
 
handle(TabCompleteResponse) - Method in class net.md_5.bungee.protocol.AbstractPacketHandler
 
handle(Team) - Method in class net.md_5.bungee.protocol.AbstractPacketHandler
 
handle(Title) - Method in class net.md_5.bungee.protocol.AbstractPacketHandler
 
handle(TitleTimes) - Method in class net.md_5.bungee.protocol.AbstractPacketHandler
 
handle(Transfer) - Method in class net.md_5.bungee.protocol.AbstractPacketHandler
 
handle(UnsignedClientCommand) - Method in class net.md_5.bungee.protocol.AbstractPacketHandler
 
handle(ViewDistance) - Method in class net.md_5.bungee.protocol.AbstractPacketHandler
 
Handshake - Class in net.md_5.bungee.protocol.packet
 
Handshake() - Constructor for class net.md_5.bungee.protocol.packet.Handshake
 
HANDSHAKE - Enum constant in enum net.md_5.bungee.protocol.Protocol
 
hashCode() - Method in class net.md_5.bungee.protocol.DefinedPacket
 
hasPacket(Class<? extends DefinedPacket>, int) - Method in class net.md_5.bungee.protocol.Protocol.DirectionData
 
HEARTS - Enum constant in enum net.md_5.bungee.protocol.packet.ScoreboardObjective.HealthDisplay
 
HIDE_FOR_OTHER_TEAMS - Enum constant in enum net.md_5.bungee.protocol.packet.Team.NameTagVisibility
 
HIDE_FOR_OWN_TEAM - Enum constant in enum net.md_5.bungee.protocol.packet.Team.NameTagVisibility
 

I

IMMEDIATE_RESPAWN - Static variable in class net.md_5.bungee.protocol.packet.GameState
 
INITIALIZE_CHAT - Enum constant in enum net.md_5.bungee.protocol.packet.PlayerListItemUpdate.Action
 
INTEGER - Enum constant in enum net.md_5.bungee.protocol.packet.ScoreboardObjective.HealthDisplay
 
isLeft() - Method in class net.md_5.bungee.protocol.util.Either
 
isRight() - Method in class net.md_5.bungee.protocol.util.Either
 
Item() - Constructor for class net.md_5.bungee.protocol.packet.PlayerListItem.Item
 

K

KeepAlive - Class in net.md_5.bungee.protocol.packet
 
KeepAlive() - Constructor for class net.md_5.bungee.protocol.packet.KeepAlive
 
Kick - Class in net.md_5.bungee.protocol.packet
 
Kick() - Constructor for class net.md_5.bungee.protocol.packet.Kick
 
KickStringWriter - Class in net.md_5.bungee.protocol
 
KickStringWriter() - Constructor for class net.md_5.bungee.protocol.KickStringWriter
 

L

left(L) - Static method in class net.md_5.bungee.protocol.util.Either
 
LegacyDecoder - Class in net.md_5.bungee.protocol
 
LegacyDecoder() - Constructor for class net.md_5.bungee.protocol.LegacyDecoder
 
LegacyHandshake - Class in net.md_5.bungee.protocol.packet
 
LegacyHandshake() - Constructor for class net.md_5.bungee.protocol.packet.LegacyHandshake
 
LegacyPing - Class in net.md_5.bungee.protocol.packet
 
LegacyPing() - Constructor for class net.md_5.bungee.protocol.packet.LegacyPing
 
Link() - Constructor for class net.md_5.bungee.protocol.packet.ServerLinks.Link
 
Location - Class in net.md_5.bungee.protocol.data
 
Location() - Constructor for class net.md_5.bungee.protocol.data.Location
 
Login - Class in net.md_5.bungee.protocol.packet
 
Login() - Constructor for class net.md_5.bungee.protocol.packet.Login
 
LOGIN - Enum constant in enum net.md_5.bungee.protocol.Protocol
 
LoginAcknowledged - Class in net.md_5.bungee.protocol.packet
 
LoginAcknowledged() - Constructor for class net.md_5.bungee.protocol.packet.LoginAcknowledged
 
LoginPayloadRequest - Class in net.md_5.bungee.protocol.packet
 
LoginPayloadRequest() - Constructor for class net.md_5.bungee.protocol.packet.LoginPayloadRequest
 
LoginPayloadResponse - Class in net.md_5.bungee.protocol.packet
 
LoginPayloadResponse() - Constructor for class net.md_5.bungee.protocol.packet.LoginPayloadResponse
 
LoginRequest - Class in net.md_5.bungee.protocol.packet
 
LoginRequest() - Constructor for class net.md_5.bungee.protocol.packet.LoginRequest
 
LoginSuccess - Class in net.md_5.bungee.protocol.packet
 
LoginSuccess() - Constructor for class net.md_5.bungee.protocol.packet.LoginSuccess
 

M

main(String[]) - Static method in enum net.md_5.bungee.protocol.Protocol
 
MAX_PACKET_ID - Static variable in enum net.md_5.bungee.protocol.Protocol
 
MINECRAFT_1_10 - Static variable in class net.md_5.bungee.protocol.ProtocolConstants
 
MINECRAFT_1_11 - Static variable in class net.md_5.bungee.protocol.ProtocolConstants
 
MINECRAFT_1_11_1 - Static variable in class net.md_5.bungee.protocol.ProtocolConstants
 
MINECRAFT_1_12 - Static variable in class net.md_5.bungee.protocol.ProtocolConstants
 
MINECRAFT_1_12_1 - Static variable in class net.md_5.bungee.protocol.ProtocolConstants
 
MINECRAFT_1_12_2 - Static variable in class net.md_5.bungee.protocol.ProtocolConstants
 
MINECRAFT_1_13 - Static variable in class net.md_5.bungee.protocol.ProtocolConstants
 
MINECRAFT_1_13_1 - Static variable in class net.md_5.bungee.protocol.ProtocolConstants
 
MINECRAFT_1_13_2 - Static variable in class net.md_5.bungee.protocol.ProtocolConstants
 
MINECRAFT_1_14 - Static variable in class net.md_5.bungee.protocol.ProtocolConstants
 
MINECRAFT_1_14_1 - Static variable in class net.md_5.bungee.protocol.ProtocolConstants
 
MINECRAFT_1_14_2 - Static variable in class net.md_5.bungee.protocol.ProtocolConstants
 
MINECRAFT_1_14_3 - Static variable in class net.md_5.bungee.protocol.ProtocolConstants
 
MINECRAFT_1_14_4 - Static variable in class net.md_5.bungee.protocol.ProtocolConstants
 
MINECRAFT_1_15 - Static variable in class net.md_5.bungee.protocol.ProtocolConstants
 
MINECRAFT_1_15_1 - Static variable in class net.md_5.bungee.protocol.ProtocolConstants
 
MINECRAFT_1_15_2 - Static variable in class net.md_5.bungee.protocol.ProtocolConstants
 
MINECRAFT_1_16 - Static variable in class net.md_5.bungee.protocol.ProtocolConstants
 
MINECRAFT_1_16_1 - Static variable in class net.md_5.bungee.protocol.ProtocolConstants
 
MINECRAFT_1_16_2 - Static variable in class net.md_5.bungee.protocol.ProtocolConstants
 
MINECRAFT_1_16_3 - Static variable in class net.md_5.bungee.protocol.ProtocolConstants
 
MINECRAFT_1_16_4 - Static variable in class net.md_5.bungee.protocol.ProtocolConstants
 
MINECRAFT_1_17 - Static variable in class net.md_5.bungee.protocol.ProtocolConstants
 
MINECRAFT_1_17_1 - Static variable in class net.md_5.bungee.protocol.ProtocolConstants
 
MINECRAFT_1_18 - Static variable in class net.md_5.bungee.protocol.ProtocolConstants
 
MINECRAFT_1_18_2 - Static variable in class net.md_5.bungee.protocol.ProtocolConstants
 
MINECRAFT_1_19 - Static variable in class net.md_5.bungee.protocol.ProtocolConstants
 
MINECRAFT_1_19_1 - Static variable in class net.md_5.bungee.protocol.ProtocolConstants
 
MINECRAFT_1_19_3 - Static variable in class net.md_5.bungee.protocol.ProtocolConstants
 
MINECRAFT_1_19_4 - Static variable in class net.md_5.bungee.protocol.ProtocolConstants
 
MINECRAFT_1_20 - Static variable in class net.md_5.bungee.protocol.ProtocolConstants
 
MINECRAFT_1_20_2 - Static variable in class net.md_5.bungee.protocol.ProtocolConstants
 
MINECRAFT_1_20_3 - Static variable in class net.md_5.bungee.protocol.ProtocolConstants
 
MINECRAFT_1_20_5 - Static variable in class net.md_5.bungee.protocol.ProtocolConstants
 
MINECRAFT_1_21 - Static variable in class net.md_5.bungee.protocol.ProtocolConstants
 
MINECRAFT_1_21_2 - Static variable in class net.md_5.bungee.protocol.ProtocolConstants
 
MINECRAFT_1_21_4 - Static variable in class net.md_5.bungee.protocol.ProtocolConstants
 
MINECRAFT_1_21_5 - Static variable in class net.md_5.bungee.protocol.ProtocolConstants
 
MINECRAFT_1_21_6 - Static variable in class net.md_5.bungee.protocol.ProtocolConstants
 
MINECRAFT_1_21_7 - Static variable in class net.md_5.bungee.protocol.ProtocolConstants
 
MINECRAFT_1_21_9 - Static variable in class net.md_5.bungee.protocol.ProtocolConstants
 
MINECRAFT_1_8 - Static variable in class net.md_5.bungee.protocol.ProtocolConstants
 
MINECRAFT_1_9 - Static variable in class net.md_5.bungee.protocol.ProtocolConstants
 
MINECRAFT_1_9_1 - Static variable in class net.md_5.bungee.protocol.ProtocolConstants
 
MINECRAFT_1_9_2 - Static variable in class net.md_5.bungee.protocol.ProtocolConstants
 
MINECRAFT_1_9_4 - Static variable in class net.md_5.bungee.protocol.ProtocolConstants
 
MinecraftDecoder - Class in net.md_5.bungee.protocol
 
MinecraftDecoder(Protocol, boolean, int) - Constructor for class net.md_5.bungee.protocol.MinecraftDecoder
 
MinecraftEncoder - Class in net.md_5.bungee.protocol
 
MinecraftEncoder() - Constructor for class net.md_5.bungee.protocol.MinecraftEncoder
 
MINIMAL - Enum constant in enum net.md_5.bungee.protocol.packet.ClientSettings.ParticleStatus
 
MODERNISE - Static variable in class net.md_5.bungee.protocol.packet.PluginMessage
 

N

net.md_5.bungee.protocol - package net.md_5.bungee.protocol
 
net.md_5.bungee.protocol.channel - package net.md_5.bungee.protocol.channel
 
net.md_5.bungee.protocol.data - package net.md_5.bungee.protocol.data
 
net.md_5.bungee.protocol.packet - package net.md_5.bungee.protocol.packet
 
net.md_5.bungee.protocol.util - package net.md_5.bungee.protocol.util
 
NEVER - Enum constant in enum net.md_5.bungee.protocol.packet.Team.CollisionRule
 
NEVER - Enum constant in enum net.md_5.bungee.protocol.packet.Team.NameTagVisibility
 
nextProtocol() - Method in class net.md_5.bungee.protocol.DefinedPacket
 
nextProtocol() - Method in class net.md_5.bungee.protocol.packet.FinishConfiguration
 
nextProtocol() - Method in class net.md_5.bungee.protocol.packet.LoginAcknowledged
 
nextProtocol() - Method in class net.md_5.bungee.protocol.packet.StartConfiguration
 
NumberFormat - Class in net.md_5.bungee.protocol.data
 
NumberFormat() - Constructor for class net.md_5.bungee.protocol.data.NumberFormat
 
NumberFormat.Type - Enum in net.md_5.bungee.protocol.data
 

O

OverflowPacketException - Exception Class in net.md_5.bungee.protocol
 
OverflowPacketException(String) - Constructor for exception class net.md_5.bungee.protocol.OverflowPacketException
 

P

packet - Variable in class net.md_5.bungee.protocol.PacketWrapper
 
PacketWrapper - Class in net.md_5.bungee.protocol
 
PacketWrapper() - Constructor for class net.md_5.bungee.protocol.PacketWrapper
 
PingPacket - Class in net.md_5.bungee.protocol.packet
 
PingPacket() - Constructor for class net.md_5.bungee.protocol.packet.PingPacket
 
PlayerListHeaderFooter - Class in net.md_5.bungee.protocol.packet
 
PlayerListHeaderFooter() - Constructor for class net.md_5.bungee.protocol.packet.PlayerListHeaderFooter
 
PlayerListItem - Class in net.md_5.bungee.protocol.packet
 
PlayerListItem() - Constructor for class net.md_5.bungee.protocol.packet.PlayerListItem
 
PlayerListItem.Action - Enum in net.md_5.bungee.protocol.packet
 
PlayerListItem.Item - Class in net.md_5.bungee.protocol.packet
 
PlayerListItemRemove - Class in net.md_5.bungee.protocol.packet
 
PlayerListItemRemove() - Constructor for class net.md_5.bungee.protocol.packet.PlayerListItemRemove
 
PlayerListItemUpdate - Class in net.md_5.bungee.protocol.packet
 
PlayerListItemUpdate() - Constructor for class net.md_5.bungee.protocol.packet.PlayerListItemUpdate
 
PlayerListItemUpdate.Action - Enum in net.md_5.bungee.protocol.packet
 
PlayerPublicKey - Class in net.md_5.bungee.protocol.data
 
PlayerPublicKey() - Constructor for class net.md_5.bungee.protocol.data.PlayerPublicKey
 
PluginMessage - Class in net.md_5.bungee.protocol.packet
 
PluginMessage() - Constructor for class net.md_5.bungee.protocol.packet.PluginMessage
 
Property - Class in net.md_5.bungee.protocol.data
 
Property(String, String) - Constructor for class net.md_5.bungee.protocol.data.Property
 
protocol - Variable in class net.md_5.bungee.protocol.PacketWrapper
 
Protocol - Enum in net.md_5.bungee.protocol
 
Protocol.DirectionData - Class in net.md_5.bungee.protocol
 
ProtocolConstants - Class in net.md_5.bungee.protocol
 
ProtocolConstants() - Constructor for class net.md_5.bungee.protocol.ProtocolConstants
 
ProtocolConstants.Direction - Enum in net.md_5.bungee.protocol
 
PUSH_OTHER_TEAMS - Enum constant in enum net.md_5.bungee.protocol.packet.Team.CollisionRule
 
PUSH_OWN_TEAM - Enum constant in enum net.md_5.bungee.protocol.packet.Team.CollisionRule
 

R

read(ByteBuf) - Method in class net.md_5.bungee.protocol.DefinedPacket
 
read(ByteBuf) - Method in class net.md_5.bungee.protocol.packet.BundleDelimiter
 
read(ByteBuf) - Method in class net.md_5.bungee.protocol.packet.EntityStatus
 
read(ByteBuf) - Method in class net.md_5.bungee.protocol.packet.GameState
 
read(ByteBuf) - Method in class net.md_5.bungee.protocol.packet.Handshake
 
read(ByteBuf) - Method in class net.md_5.bungee.protocol.packet.LegacyHandshake
 
read(ByteBuf) - Method in class net.md_5.bungee.protocol.packet.LegacyPing
 
read(ByteBuf) - Method in class net.md_5.bungee.protocol.packet.LoginPayloadRequest
 
read(ByteBuf) - Method in class net.md_5.bungee.protocol.packet.LoginPayloadResponse
 
read(ByteBuf) - Method in class net.md_5.bungee.protocol.packet.PingPacket
 
read(ByteBuf) - Method in class net.md_5.bungee.protocol.packet.StatusRequest
 
read(ByteBuf) - Method in class net.md_5.bungee.protocol.packet.StatusResponse
 
read(ByteBuf) - Method in class net.md_5.bungee.protocol.packet.ViewDistance
 
read(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.data.ChatChain
 
read(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.data.SeenMessages
 
read(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.DefinedPacket
 
read(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.BossBar
 
read(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.Chat
 
read(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.ClearDialog
 
read(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.ClearTitles
 
read(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.ClientChat
 
read(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.ClientCommand
 
read(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.ClientSettings
 
read(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.Commands
 
read(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.CookieRequest
 
read(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.CookieResponse
 
read(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.DisconnectReportDetails
 
read(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.EncryptionRequest
 
read(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.EncryptionResponse
 
read(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.FinishConfiguration
 
read(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.KeepAlive
 
read(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.Login
 
read(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.LoginAcknowledged
 
read(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.LoginRequest
 
read(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.LoginSuccess
 
read(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.PlayerListHeaderFooter
 
read(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.PlayerListItem
 
read(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.PlayerListItemRemove
 
read(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.PlayerListItemUpdate
 
read(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.PluginMessage
 
read(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.Respawn
 
read(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.ScoreboardDisplay
 
read(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.ScoreboardObjective
 
read(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.ScoreboardScore
 
read(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.ScoreboardScoreReset
 
read(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.ServerData
 
read(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.ServerLinks
 
read(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.SetCompression
 
read(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.ShowDialog
 
read(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.ShowDialogDirect
 
read(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.StartConfiguration
 
read(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.StoreCookie
 
read(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.Subtitle
 
read(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.SystemChat
 
read(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.TabCompleteRequest
 
read(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.TabCompleteResponse
 
read(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.Team
 
read(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.Title
 
read(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.TitleTimes
 
read(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.Transfer
 
read(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.UnsignedClientCommand
 
read(ByteBuf, Protocol, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.DefinedPacket
 
read(ByteBuf, Protocol, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.CustomClickAction
 
read(ByteBuf, Protocol, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.Kick
 
readArray(ByteBuf) - Static method in class net.md_5.bungee.protocol.DefinedPacket
 
readArray(ByteBuf, int) - Static method in class net.md_5.bungee.protocol.DefinedPacket
 
readBaseComponent(ByteBuf, int) - Static method in class net.md_5.bungee.protocol.DefinedPacket
 
readBaseComponent(ByteBuf, int, int) - Static method in class net.md_5.bungee.protocol.DefinedPacket
 
readComponentStyle(ByteBuf, int) - Static method in class net.md_5.bungee.protocol.DefinedPacket
 
readDialog(ByteBuf, ProtocolConstants.Direction, int) - Static method in class net.md_5.bungee.protocol.packet.ShowDialog
 
readEitherBaseComponent(ByteBuf, int, boolean) - Static method in class net.md_5.bungee.protocol.DefinedPacket
 
readEnumSet(Class<E>, ByteBuf) - Static method in class net.md_5.bungee.protocol.DefinedPacket
 
readFixedBitSet(int, ByteBuf) - Static method in class net.md_5.bungee.protocol.DefinedPacket
 
readLengthPrefixed(Function<ByteBuf, T>, ByteBuf, int) - Method in class net.md_5.bungee.protocol.DefinedPacket
 
readNullable(Function<ByteBuf, T>, ByteBuf) - Method in class net.md_5.bungee.protocol.DefinedPacket
 
readNumberFormat(ByteBuf, int) - Static method in class net.md_5.bungee.protocol.DefinedPacket
 
readProperties(ByteBuf) - Static method in class net.md_5.bungee.protocol.DefinedPacket
 
readPublicKey(ByteBuf) - Static method in class net.md_5.bungee.protocol.DefinedPacket
 
readString(ByteBuf) - Static method in class net.md_5.bungee.protocol.DefinedPacket
 
readString(ByteBuf, int) - Static method in class net.md_5.bungee.protocol.DefinedPacket
 
readStringArray(ByteBuf) - Static method in class net.md_5.bungee.protocol.DefinedPacket
 
readStringMapKey(ByteBuf, Map<String, T>) - Static method in class net.md_5.bungee.protocol.DefinedPacket
 
readTag(ByteBuf, int) - Static method in class net.md_5.bungee.protocol.DefinedPacket
 
readTag(ByteBuf, int, NBTLimiter) - Static method in class net.md_5.bungee.protocol.DefinedPacket
 
readUUID(ByteBuf) - Static method in class net.md_5.bungee.protocol.DefinedPacket
 
readVarInt(ByteBuf) - Static method in class net.md_5.bungee.protocol.DefinedPacket
 
readVarInt(ByteBuf, int) - Static method in class net.md_5.bungee.protocol.DefinedPacket
 
readVarIntArray(ByteBuf) - Static method in class net.md_5.bungee.protocol.DefinedPacket
 
readVarShort(ByteBuf) - Static method in class net.md_5.bungee.protocol.DefinedPacket
 
REMOVE_PLAYER - Enum constant in enum net.md_5.bungee.protocol.packet.PlayerListItem.Action
 
RESET - Enum constant in enum net.md_5.bungee.protocol.packet.Title.Action
 
Respawn - Class in net.md_5.bungee.protocol.packet
 
Respawn() - Constructor for class net.md_5.bungee.protocol.packet.Respawn
 
right(R) - Static method in class net.md_5.bungee.protocol.util.Either
 

S

ScoreboardDisplay - Class in net.md_5.bungee.protocol.packet
 
ScoreboardDisplay() - Constructor for class net.md_5.bungee.protocol.packet.ScoreboardDisplay
 
ScoreboardObjective - Class in net.md_5.bungee.protocol.packet
 
ScoreboardObjective() - Constructor for class net.md_5.bungee.protocol.packet.ScoreboardObjective
 
ScoreboardObjective.HealthDisplay - Enum in net.md_5.bungee.protocol.packet
 
ScoreboardScore - Class in net.md_5.bungee.protocol.packet
 
ScoreboardScore() - Constructor for class net.md_5.bungee.protocol.packet.ScoreboardScore
 
ScoreboardScoreReset - Class in net.md_5.bungee.protocol.packet
 
ScoreboardScoreReset() - Constructor for class net.md_5.bungee.protocol.packet.ScoreboardScoreReset
 
SeenMessages - Class in net.md_5.bungee.protocol.data
 
SeenMessages() - Constructor for class net.md_5.bungee.protocol.data.SeenMessages
 
ServerData - Class in net.md_5.bungee.protocol.packet
 
ServerData() - Constructor for class net.md_5.bungee.protocol.packet.ServerData
 
ServerLinks - Class in net.md_5.bungee.protocol.packet
 
ServerLinks() - Constructor for class net.md_5.bungee.protocol.packet.ServerLinks
 
ServerLinks.Link - Class in net.md_5.bungee.protocol.packet
 
SetCompression - Class in net.md_5.bungee.protocol.packet
 
SetCompression() - Constructor for class net.md_5.bungee.protocol.packet.SetCompression
 
setProtocol(Protocol) - Method in class net.md_5.bungee.protocol.MinecraftDecoder
 
setVarInt(int, ByteBuf, int, int) - Static method in class net.md_5.bungee.protocol.DefinedPacket
 
ShowDialog - Class in net.md_5.bungee.protocol.packet
 
ShowDialog() - Constructor for class net.md_5.bungee.protocol.packet.ShowDialog
 
ShowDialogDirect - Class in net.md_5.bungee.protocol.packet
 
ShowDialogDirect(Dialog) - Constructor for class net.md_5.bungee.protocol.packet.ShowDialogDirect
 
StartConfiguration - Class in net.md_5.bungee.protocol.packet
 
StartConfiguration() - Constructor for class net.md_5.bungee.protocol.packet.StartConfiguration
 
STATUS - Enum constant in enum net.md_5.bungee.protocol.Protocol
 
StatusRequest - Class in net.md_5.bungee.protocol.packet
 
StatusRequest() - Constructor for class net.md_5.bungee.protocol.packet.StatusRequest
 
StatusResponse - Class in net.md_5.bungee.protocol.packet
 
StatusResponse() - Constructor for class net.md_5.bungee.protocol.packet.StatusResponse
 
StoreCookie - Class in net.md_5.bungee.protocol.packet
 
StoreCookie() - Constructor for class net.md_5.bungee.protocol.packet.StoreCookie
 
STYLED - Enum constant in enum net.md_5.bungee.protocol.data.NumberFormat.Type
 
Subtitle - Class in net.md_5.bungee.protocol.packet
 
Subtitle() - Constructor for class net.md_5.bungee.protocol.packet.Subtitle
 
SUBTITLE - Enum constant in enum net.md_5.bungee.protocol.packet.Title.Action
 
SuggestionRegistry() - Constructor for class net.md_5.bungee.protocol.packet.Commands.SuggestionRegistry
 
SUPPORTED_VERSION_IDS - Static variable in class net.md_5.bungee.protocol.ProtocolConstants
 
SUPPORTED_VERSIONS - Static variable in class net.md_5.bungee.protocol.ProtocolConstants
 
SystemChat - Class in net.md_5.bungee.protocol.packet
 
SystemChat() - Constructor for class net.md_5.bungee.protocol.packet.SystemChat
 

T

TabCompleteRequest - Class in net.md_5.bungee.protocol.packet
 
TabCompleteRequest(int, String) - Constructor for class net.md_5.bungee.protocol.packet.TabCompleteRequest
 
TabCompleteRequest(String, boolean, boolean, long) - Constructor for class net.md_5.bungee.protocol.packet.TabCompleteRequest
 
TabCompleteResponse - Class in net.md_5.bungee.protocol.packet
 
TabCompleteResponse(int, Suggestions) - Constructor for class net.md_5.bungee.protocol.packet.TabCompleteResponse
 
TabCompleteResponse(List<String>) - Constructor for class net.md_5.bungee.protocol.packet.TabCompleteResponse
 
TagUtil - Class in net.md_5.bungee.protocol.util
 
TagUtil() - Constructor for class net.md_5.bungee.protocol.util.TagUtil
 
Team - Class in net.md_5.bungee.protocol.packet
 
Team(String) - Constructor for class net.md_5.bungee.protocol.packet.Team
Packet to destroy a team.
Team.CollisionRule - Enum in net.md_5.bungee.protocol.packet
 
Team.NameTagVisibility - Enum in net.md_5.bungee.protocol.packet
 
TIMES - Enum constant in enum net.md_5.bungee.protocol.packet.Title.Action
 
Title - Class in net.md_5.bungee.protocol.packet
 
Title(Title.Action) - Constructor for class net.md_5.bungee.protocol.packet.Title
 
TITLE - Enum constant in enum net.md_5.bungee.protocol.packet.Title.Action
 
Title.Action - Enum in net.md_5.bungee.protocol.packet
 
TitleTimes - Class in net.md_5.bungee.protocol.packet
 
TitleTimes() - Constructor for class net.md_5.bungee.protocol.packet.TitleTimes
 
TO_CLIENT - Enum constant in enum net.md_5.bungee.protocol.ProtocolConstants.Direction
 
TO_CLIENT - Variable in enum net.md_5.bungee.protocol.Protocol
 
TO_SERVER - Enum constant in enum net.md_5.bungee.protocol.ProtocolConstants.Direction
 
TO_SERVER - Variable in enum net.md_5.bungee.protocol.Protocol
 
toArray(ByteBuf) - Static method in class net.md_5.bungee.protocol.DefinedPacket
 
toJson(TypedTag) - Static method in class net.md_5.bungee.protocol.util.TagUtil
 
toString() - Method in class net.md_5.bungee.protocol.DefinedPacket
 
toString() - Method in enum net.md_5.bungee.protocol.packet.ScoreboardObjective.HealthDisplay
 
Transfer - Class in net.md_5.bungee.protocol.packet
 
Transfer() - Constructor for class net.md_5.bungee.protocol.packet.Transfer
 
trySingleRelease() - Method in class net.md_5.bungee.protocol.PacketWrapper
 

U

UnsignedClientCommand - Class in net.md_5.bungee.protocol.packet
 
UnsignedClientCommand() - Constructor for class net.md_5.bungee.protocol.packet.UnsignedClientCommand
 
UPDATE_DISPLAY_NAME - Enum constant in enum net.md_5.bungee.protocol.packet.PlayerListItem.Action
 
UPDATE_DISPLAY_NAME - Enum constant in enum net.md_5.bungee.protocol.packet.PlayerListItemUpdate.Action
 
UPDATE_GAMEMODE - Enum constant in enum net.md_5.bungee.protocol.packet.PlayerListItem.Action
 
UPDATE_GAMEMODE - Enum constant in enum net.md_5.bungee.protocol.packet.PlayerListItemUpdate.Action
 
UPDATE_HAT - Enum constant in enum net.md_5.bungee.protocol.packet.PlayerListItemUpdate.Action
 
UPDATE_LATENCY - Enum constant in enum net.md_5.bungee.protocol.packet.PlayerListItem.Action
 
UPDATE_LATENCY - Enum constant in enum net.md_5.bungee.protocol.packet.PlayerListItemUpdate.Action
 
UPDATE_LIST_ORDER - Enum constant in enum net.md_5.bungee.protocol.packet.PlayerListItemUpdate.Action
 
UPDATE_LISTED - Enum constant in enum net.md_5.bungee.protocol.packet.PlayerListItemUpdate.Action
 

V

valueOf(String) - Static method in enum net.md_5.bungee.protocol.data.NumberFormat.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.md_5.bungee.protocol.packet.ClientSettings.ParticleStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.md_5.bungee.protocol.packet.PlayerListItem.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.md_5.bungee.protocol.packet.PlayerListItemUpdate.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.md_5.bungee.protocol.packet.ScoreboardObjective.HealthDisplay
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.md_5.bungee.protocol.packet.Team.CollisionRule
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.md_5.bungee.protocol.packet.Team.NameTagVisibility
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.md_5.bungee.protocol.packet.Title.Action
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.md_5.bungee.protocol.Protocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum net.md_5.bungee.protocol.ProtocolConstants.Direction
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.md_5.bungee.protocol.data.NumberFormat.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.md_5.bungee.protocol.packet.ClientSettings.ParticleStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.md_5.bungee.protocol.packet.PlayerListItem.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.md_5.bungee.protocol.packet.PlayerListItemUpdate.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.md_5.bungee.protocol.packet.ScoreboardObjective.HealthDisplay
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.md_5.bungee.protocol.packet.Team.CollisionRule
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.md_5.bungee.protocol.packet.Team.NameTagVisibility
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.md_5.bungee.protocol.packet.Title.Action
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.md_5.bungee.protocol.Protocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum net.md_5.bungee.protocol.ProtocolConstants.Direction
Returns an array containing the constants of this enum type, in the order they are declared.
Varint21FrameDecoder - Class in net.md_5.bungee.protocol
 
Varint21FrameDecoder() - Constructor for class net.md_5.bungee.protocol.Varint21FrameDecoder
 
ViewDistance - Class in net.md_5.bungee.protocol.packet
 
ViewDistance() - Constructor for class net.md_5.bungee.protocol.packet.ViewDistance
 

W

write(ByteBuf) - Method in class net.md_5.bungee.protocol.DefinedPacket
 
write(ByteBuf) - Method in class net.md_5.bungee.protocol.packet.BundleDelimiter
 
write(ByteBuf) - Method in class net.md_5.bungee.protocol.packet.EntityStatus
 
write(ByteBuf) - Method in class net.md_5.bungee.protocol.packet.GameState
 
write(ByteBuf) - Method in class net.md_5.bungee.protocol.packet.Handshake
 
write(ByteBuf) - Method in class net.md_5.bungee.protocol.packet.LegacyHandshake
 
write(ByteBuf) - Method in class net.md_5.bungee.protocol.packet.LegacyPing
 
write(ByteBuf) - Method in class net.md_5.bungee.protocol.packet.LoginPayloadRequest
 
write(ByteBuf) - Method in class net.md_5.bungee.protocol.packet.LoginPayloadResponse
 
write(ByteBuf) - Method in class net.md_5.bungee.protocol.packet.PingPacket
 
write(ByteBuf) - Method in class net.md_5.bungee.protocol.packet.StatusRequest
 
write(ByteBuf) - Method in class net.md_5.bungee.protocol.packet.StatusResponse
 
write(ByteBuf) - Method in class net.md_5.bungee.protocol.packet.ViewDistance
 
write(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.data.ChatChain
 
write(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.data.SeenMessages
 
write(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.DefinedPacket
 
write(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.BossBar
 
write(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.Chat
 
write(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.ClearDialog
 
write(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.ClearTitles
 
write(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.ClientChat
 
write(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.ClientCommand
 
write(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.ClientSettings
 
write(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.Commands
 
write(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.CookieRequest
 
write(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.CookieResponse
 
write(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.DisconnectReportDetails
 
write(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.EncryptionRequest
 
write(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.EncryptionResponse
 
write(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.FinishConfiguration
 
write(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.KeepAlive
 
write(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.Login
 
write(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.LoginAcknowledged
 
write(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.LoginRequest
 
write(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.LoginSuccess
 
write(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.PlayerListHeaderFooter
 
write(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.PlayerListItem
 
write(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.PlayerListItemRemove
 
write(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.PlayerListItemUpdate
 
write(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.PluginMessage
 
write(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.Respawn
 
write(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.ScoreboardDisplay
 
write(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.ScoreboardObjective
 
write(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.ScoreboardScore
 
write(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.ScoreboardScoreReset
 
write(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.ServerData
 
write(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.ServerLinks
 
write(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.SetCompression
 
write(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.ShowDialog
 
write(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.ShowDialogDirect
 
write(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.StartConfiguration
 
write(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.StoreCookie
 
write(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.Subtitle
 
write(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.SystemChat
 
write(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.TabCompleteRequest
 
write(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.TabCompleteResponse
 
write(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.Team
 
write(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.Title
 
write(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.TitleTimes
 
write(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.Transfer
 
write(ByteBuf, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.UnsignedClientCommand
 
write(ByteBuf, Protocol, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.DefinedPacket
 
write(ByteBuf, Protocol, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.CustomClickAction
 
write(ByteBuf, Protocol, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.packet.Kick
 
writeArray(byte[], ByteBuf) - Static method in class net.md_5.bungee.protocol.DefinedPacket
 
writeBaseComponent(BaseComponent, ByteBuf, int) - Static method in class net.md_5.bungee.protocol.DefinedPacket
 
writeComponentStyle(ComponentStyle, ByteBuf, int) - Static method in class net.md_5.bungee.protocol.DefinedPacket
 
writeDialog(Dialog, ByteBuf, ProtocolConstants.Direction, int) - Static method in class net.md_5.bungee.protocol.packet.ShowDialog
 
writeEitherBaseComponent(Either<String, BaseComponent>, ByteBuf, int) - Static method in class net.md_5.bungee.protocol.DefinedPacket
 
writeEnumSet(EnumSet<E>, Class<E>, ByteBuf) - Static method in class net.md_5.bungee.protocol.DefinedPacket
 
writeFixedBitSet(BitSet, int, ByteBuf) - Static method in class net.md_5.bungee.protocol.DefinedPacket
 
writeLengthPrefixed(T, BiConsumer<T, ByteBuf>, ByteBuf, int) - Method in class net.md_5.bungee.protocol.DefinedPacket
 
writeNullable(T, BiConsumer<T, ByteBuf>, ByteBuf) - Method in class net.md_5.bungee.protocol.DefinedPacket
 
writeNumberFormat(NumberFormat, ByteBuf, int) - Static method in class net.md_5.bungee.protocol.DefinedPacket
 
writeProperties(Property[], ByteBuf) - Static method in class net.md_5.bungee.protocol.DefinedPacket
 
writePublicKey(PlayerPublicKey, ByteBuf) - Static method in class net.md_5.bungee.protocol.DefinedPacket
 
writeString(String, ByteBuf) - Static method in class net.md_5.bungee.protocol.DefinedPacket
 
writeString(String, ByteBuf, int) - Static method in class net.md_5.bungee.protocol.DefinedPacket
 
writeStringArray(List<String>, ByteBuf) - Static method in class net.md_5.bungee.protocol.DefinedPacket
 
writeTag(Tag, ByteBuf, int) - Static method in class net.md_5.bungee.protocol.DefinedPacket
 
writeUUID(UUID, ByteBuf) - Static method in class net.md_5.bungee.protocol.DefinedPacket
 
writeVarInt(int, ByteBuf) - Static method in class net.md_5.bungee.protocol.DefinedPacket
 
writeVarShort(ByteBuf, int) - Static method in class net.md_5.bungee.protocol.DefinedPacket
 
A B C D E F G H I K L M N O P R S T U V W 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form