Class NetworkingImpl

java.lang.Object
net.fabricmc.fabric.impl.networking.NetworkingImpl

public final class NetworkingImpl extends Object
  • Field Details

    • MOD_ID

      public static final String MOD_ID
      See Also:
    • LOGGER

      public static final org.slf4j.Logger LOGGER
    • REGISTER_CHANNEL

      public static final net.minecraft.resources.Identifier REGISTER_CHANNEL
      Id of packet used to register supported channels.
    • UNREGISTER_CHANNEL

      public static final net.minecraft.resources.Identifier UNREGISTER_CHANNEL
      Id of packet used to unregister supported channels.
  • Constructor Details

    • NetworkingImpl

      public NetworkingImpl()
  • Method Details

    • isReservedCommonChannel

      public static boolean isReservedCommonChannel(net.minecraft.resources.Identifier channelName)
    • init

      public static void init()