Package com.blamejared.crafttweaker.api.network


package com.blamejared.crafttweaker.api.network
  • Class
    Description
    Allows scripts to send data from the server to the client.
    Context that is provided when data is received from the network.
    A function that is fired when data is received from the network An example receiver that just prints the data received would look like this: (data, context) => println(data.getAsString());