Package net.minecraft.network.handshake
Interface IHandshakeNetHandler
-
- All Superinterfaces:
INetHandler
- All Known Implementing Classes:
ClientHandshakeNetHandler
,ServerHandshakeNetHandler
public interface IHandshakeNetHandler extends INetHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleIntention(CHandshakePacket p_147383_1_)
-
Methods inherited from interface net.minecraft.network.INetHandler
getConnection, onDisconnect
-
-
-
-
Method Detail
-
handleIntention
void handleIntention(CHandshakePacket p_147383_1_)
-
-