Interface ServerHandshakePacketListener
- All Superinterfaces:
PacketListener
,ServerboundPacketListener
,ServerPacketListener
- All Known Implementing Classes:
MemoryServerHandshakePacketListenerImpl
,ServerHandshakePacketListenerImpl
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleIntention
(ClientIntentionPacket p_134739_) default ConnectionProtocol
protocol()
Methods inherited from interface net.minecraft.network.PacketListener
isAcceptingMessages, onDisconnect, shouldHandleMessage
Methods inherited from interface net.minecraft.network.ServerboundPacketListener
flow
Methods inherited from interface net.minecraft.network.protocol.game.ServerPacketListener
shouldPropagateHandlingExceptions
-
Method Details
-
protocol
- Specified by:
protocol
in interfacePacketListener
-
handleIntention
-