Class BetterStatsNetwork

java.lang.Object
io.github.thecsdev.betterstats.network.BetterStatsNetwork

@Internal public final class BetterStatsNetwork extends Object
Represents the server-side network handler for BetterStats.
  • Field Details

    • TXT_TOGGLE_TOOLTIP

      public static final net.minecraft.text.Text TXT_TOGGLE_TOOLTIP
    • NETWORK_VERSION

      public static final int NETWORK_VERSION
      See Also:
    • S2C_I_HAVE_BSS

      public static final net.minecraft.util.Identifier S2C_I_HAVE_BSS
    • C2S_I_HAVE_BSS

      public static final net.minecraft.util.Identifier C2S_I_HAVE_BSS
    • C2S_PREFERENCES

      public static final net.minecraft.util.Identifier C2S_PREFERENCES
    • C2S_MCBS_REQUEST

      public static final net.minecraft.util.Identifier C2S_MCBS_REQUEST
    • S2C_MCBS

      public static final net.minecraft.util.Identifier S2C_MCBS
  • Method Details

    • init

      public static void init()