Package sawfowl.commandpack.api.mixin.network


package sawfowl.commandpack.api.mixin.network
  • Interfaces
    Class
    Description
    The 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 the Text interface.
    * Getting a list of player's mods if they are available and if the server uses Forge.

    All existing methods in the ServerPlayer interface will still be available.