Package sawfowl.commandpack.api.mixin.network
package sawfowl.commandpack.api.mixin.network
-
InterfacesClassDescriptionThe interface is used to send a custom data packet to a player
for further processing of this data on his client by some mod.The interface provides additional options for player interaction such as:
* Sending a custom data packet.
* Send messages as a string or contained in theText
interface.
* Getting a list of player's mods if they are available and if the server uses Forge.
All existing methods in theServerPlayer
interface will still be available.