Interface ClientboundPacketType
- All Superinterfaces:
PacketType
- All Known Implementing Classes:
SimpleProtocol.DummyPacketTypes
Interface to be implemented by server outgoing packet types.
-
Method Summary
Methods inherited from interface com.viaversion.viaversion.api.protocol.packet.PacketType
getId, getName, state
-
Method Details
-
direction
Description copied from interface:PacketType
Clientbound or serverbound direction.- Specified by:
direction
in interfacePacketType
- Returns:
- direction
-