Class FMLStatusPing


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

      • LOGGER

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

        private static final int CHANNEL_TRUNCATE_LIMIT
        See Also:
        Constant Field Values
      • warnedAboutTruncation

        private static volatile boolean warnedAboutTruncation
      • channels

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

        private transient java.util.Map<java.lang.String,​java.lang.String> mods
      • fmlNetworkVer

        private transient int fmlNetworkVer
      • truncated

        private transient boolean truncated
    • Constructor Detail

      • FMLStatusPing

        public FMLStatusPing()
      • FMLStatusPing

        private FMLStatusPing​(java.util.Map<ResourceLocation,​org.apache.commons.lang3.tuple.Pair<java.lang.String,​java.lang.Boolean>> deserialized,
                              java.util.Map<java.lang.String,​java.lang.String> modMarkers,
                              int fmlNetVer,
                              boolean truncated)
    • Method Detail

      • getRemoteChannels

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

        public java.util.Map<java.lang.String,​java.lang.String> getRemoteModData()
      • getFMLNetworkVersion

        public int getFMLNetworkVersion()
      • isTruncated

        public boolean isTruncated()