protected static class ProtocolRegistry.Register extends Object
| Modifier and Type | Field and Description |
|---|---|
Set<PacketType> |
clientPackets |
List<MapContainer> |
containers |
Set<PacketType> |
serverPackets |
com.google.common.collect.BiMap<PacketType,Class<?>> |
typeToClass |
| Constructor and Description |
|---|
Register() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isOutdated()
Determine if the current register is outdated.
|
public com.google.common.collect.BiMap<PacketType,Class<?>> typeToClass
public volatile Set<PacketType> serverPackets
public volatile Set<PacketType> clientPackets
public List<MapContainer> containers
Copyright © 2012–2017 Comphenix and dmulloy2. Licensed under the GNU GPL v2.