Index
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
- 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
- ASK_SERVER - Static variable in class net.md_5.bungee.protocol.packet.Commands.SuggestionRegistry
B
- BadPacketException - Exception in net.md_5.bungee.protocol
- BadPacketException(String) - Constructor for exception net.md_5.bungee.protocol.BadPacketException
- BadPacketException(String, Throwable) - Constructor for exception net.md_5.bungee.protocol.BadPacketException
- BLANK - Enum constant in enum net.md_5.bungee.protocol.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
C
- ChainLink() - Constructor for class net.md_5.bungee.protocol.ChatChain.ChainLink
- 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
- ChatChain() - Constructor for class net.md_5.bungee.protocol.ChatChain
- ChatChain.ChainLink - Class in net.md_5.bungee.protocol
- CLEAR - Enum constant in enum net.md_5.bungee.protocol.packet.Title.Action
- 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
- ClientStatus - Class in net.md_5.bungee.protocol.packet
- ClientStatus() - Constructor for class net.md_5.bungee.protocol.packet.ClientStatus
- 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
- createPacket(int, int) - Method in class net.md_5.bungee.protocol.Protocol.DirectionData
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
- DefinedPacket - Class in net.md_5.bungee.protocol
- DefinedPacket() - Constructor for class net.md_5.bungee.protocol.DefinedPacket
- DirectionData(Protocol, ProtocolConstants.Direction) - Constructor for class net.md_5.bungee.protocol.Protocol.DirectionData
E
- Either<L,
R> - Class in net.md_5.bungee.protocol - Either() - Constructor for class net.md_5.bungee.protocol.Either
- encode(ChannelHandlerContext, ByteBuf, ByteBuf) - Method in class net.md_5.bungee.protocol.Varint21LengthFieldPrepender
- encode(ChannelHandlerContext, ByteBuf, List<Object>) - Method in class net.md_5.bungee.protocol.Varint21LengthFieldExtraBufPrepender
- 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.NumberFormat.Type
- fromJson(JsonElement) - Static method in class net.md_5.bungee.protocol.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
- getLeftOrCompute(Function<R, L>) - Method in class net.md_5.bungee.protocol.Either
- getRightOrCompute(Function<L, R>) - Method in class net.md_5.bungee.protocol.Either
- getStream() - Method in class net.md_5.bungee.protocol.packet.PluginMessage
H
- handle(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.ChatChain
- 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.Chat
- 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.ClientStatus
- 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.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.SetCompression
- 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(AbstractPacketHandler) - Method in class net.md_5.bungee.protocol.SeenMessages
- handle(BossBar) - Method in class net.md_5.bungee.protocol.AbstractPacketHandler
- handle(Chat) - 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(ClientStatus) - 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(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(SetCompression) - 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
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.Either
- isRight() - Method in class net.md_5.bungee.protocol.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.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
- Location - Class in net.md_5.bungee.protocol
- Location() - Constructor for class net.md_5.bungee.protocol.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_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() - 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
- 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.packet - package net.md_5.bungee.protocol.packet
- 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
- NumberFormat() - Constructor for class net.md_5.bungee.protocol.NumberFormat
- NumberFormat.Type - Enum in net.md_5.bungee.protocol
O
- OverflowPacketException - Exception in net.md_5.bungee.protocol
- OverflowPacketException(String) - Constructor for exception 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
- PlayerPublicKey() - Constructor for class net.md_5.bungee.protocol.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
- Property(String, String) - Constructor for class net.md_5.bungee.protocol.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
R
- read(ByteBuf) - Method in class net.md_5.bungee.protocol.DefinedPacket
- read(ByteBuf) - Method in class net.md_5.bungee.protocol.packet.ClientStatus
- 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.ChatChain
- 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.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.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.SetCompression
- 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, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.SeenMessages
- 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.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
- 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
- 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
- readTag(ByteBuf, int) - 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.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
- SeenMessages() - Constructor for class net.md_5.bungee.protocol.SeenMessages
- ServerData - Class in net.md_5.bungee.protocol.packet
- ServerData() - Constructor for class net.md_5.bungee.protocol.packet.ServerData
- SetCompression - Class in net.md_5.bungee.protocol.packet
- SetCompression() - Constructor for class net.md_5.bungee.protocol.packet.SetCompression
- 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.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
- TagUtil() - Constructor for class net.md_5.bungee.protocol.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.
- 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(SpecificTag) - Static method in class net.md_5.bungee.protocol.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_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_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.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.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.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.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.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.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
- Varint21LengthFieldExtraBufPrepender - Class in net.md_5.bungee.protocol
-
Prepend length of the message as a Varint21 using an extra buffer for the length, avoiding copying packet data
- Varint21LengthFieldExtraBufPrepender() - Constructor for class net.md_5.bungee.protocol.Varint21LengthFieldExtraBufPrepender
- Varint21LengthFieldPrepender - Class in net.md_5.bungee.protocol
-
Prepend length of the message as a Varint21 by writing length and data to a new buffer
- Varint21LengthFieldPrepender() - Constructor for class net.md_5.bungee.protocol.Varint21LengthFieldPrepender
- 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.ClientStatus
- 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.ChatChain
- 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.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.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.SetCompression
- 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, ProtocolConstants.Direction, int) - Method in class net.md_5.bungee.protocol.SeenMessages
- 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.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
- 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
- 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
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form