Class ClientNetworkEvents
java.lang.Object
io.github.kosmx.emotes.api.events.client.ClientNetworkEvents
Network-related events on the client
Can be used for compatibility with replaymod or flashback
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.zigythebird.playeranimcore.event.Event<ClientNetworkEvents.PacketSendEvent> Used to manipulate the packet before sending it -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PACKET_SEND
public static final com.zigythebird.playeranimcore.event.Event<ClientNetworkEvents.PacketSendEvent> PACKET_SENDUsed to manipulate the packet before sending it
-
-
Constructor Details
-
ClientNetworkEvents
public ClientNetworkEvents()
-