Class FMLNetworkConstants
java.lang.Object
net.minecraftforge.fmllegacy.network.FMLNetworkConstants
Constants related to networking
-
Field Summary
Modifier and TypeFieldDescription(package private) static io.netty.util.AttributeKey<FMLConnectionData>
(package private) static io.netty.util.AttributeKey<FMLHandshakeHandler>
(package private) static ResourceLocation
(package private) static io.netty.util.AttributeKey<FMLMCRegisterPacketHandler.ChannelList>
(package private) static io.netty.util.AttributeKey<String>
(package private) static ResourceLocation
static String
static int
(package private) static SimpleChannel
static String
Return this value in yourIExtensionPoint.DisplayTest
function to be ignored.(package private) static ResourceLocation
(package private) static ResourceLocation
(package private) static List<EventNetworkChannel>
static String
(package private) static org.apache.logging.log4j.Marker
static String
(package private) static SimpleChannel
-
Constructor Summary
-
Method Summary
-
Field Details
-
FMLNETMARKER
- See Also:
- Constant Field Values
-
FMLNETVERSION
public static final int FMLNETVERSION- See Also:
- Constant Field Values
-
NETVERSION
- See Also:
- Constant Field Values
-
NOVERSION
- See Also:
- Constant Field Values
-
NETWORK
static final org.apache.logging.log4j.Marker NETWORK -
FML_NETVERSION
-
FML_HANDSHAKE_HANDLER
-
FML_MC_REGISTRY
-
FML_CONNECTION_DATA
-
FML_HANDSHAKE_RESOURCE
-
FML_PLAY_RESOURCE
-
MC_REGISTER_RESOURCE
-
MC_UNREGISTER_RESOURCE
-
handshakeChannel
-
playChannel
-
mcRegChannels
-
IGNORESERVERONLY
Return this value in yourIExtensionPoint.DisplayTest
function to be ignored.- See Also:
- Constant Field Values
-
-
Constructor Details
-
FMLNetworkConstants
public FMLNetworkConstants()
-
-
Method Details
-
init
-