Class FMLStatusPing

java.lang.Object
net.minecraftforge.fml.network.FMLStatusPing

public class FMLStatusPing extends Object
{ "fmlNetworkVersion" : FMLNETVERSION, "channels": [ { "res": "fml:handshake", "version": "1.2.3.4", "required": true } ], "mods": [ { "modid": "modid", "modmarker": "" } ] }
  • Field Details

    • LOGGER

      private static final org.apache.logging.log4j.Logger LOGGER
    • CHANNEL_TRUNCATE_LIMIT

      private static final int CHANNEL_TRUNCATE_LIMIT
      See Also:
    • MOD_TRUNCATE_LIMIT

      private static final int MOD_TRUNCATE_LIMIT
      See Also:
    • warnedAboutTruncation

      private static volatile boolean warnedAboutTruncation
    • channels

      private transient Map<ResourceLocation,org.apache.commons.lang3.tuple.Pair<String,Boolean>> channels
    • mods

      private transient Map<String,String> mods
    • fmlNetworkVer

      private transient int fmlNetworkVer
    • truncated

      private transient boolean truncated
  • Constructor Details

  • Method Details

    • getRemoteChannels

      public Map<ResourceLocation,org.apache.commons.lang3.tuple.Pair<String,Boolean>> getRemoteChannels()
    • getRemoteModData

      public Map<String,String> getRemoteModData()
    • getFMLNetworkVersion

      public int getFMLNetworkVersion()
    • isTruncated

      public boolean isTruncated()