Package net.minecraftforge.fml.network
Class FMLNetworkConstants
java.lang.Object
net.minecraftforge.fml.network.FMLNetworkConstants
Constants related to networking
-
Field Summary
Modifier and TypeFieldDescription(package private) static final io.netty.util.AttributeKey<FMLConnectionData>
(package private) static final io.netty.util.AttributeKey<FMLHandshakeHandler>
(package private) static final ResourceLocation
(package private) static final io.netty.util.AttributeKey<FMLMCRegisterPacketHandler.ChannelList>
(package private) static final io.netty.util.AttributeKey<String>
(package private) static final ResourceLocation
static final String
static final int
(package private) static final SimpleChannel
static final String
Return this value in yourExtensionPoint.DISPLAYTEST
function to be ignored.(package private) static final ResourceLocation
(package private) static final ResourceLocation
(package private) static final List<EventNetworkChannel>
static final String
(package private) static final org.apache.logging.log4j.Marker
static final String
(package private) static final SimpleChannel
-
Constructor Summary
-
Method Summary
-
Field Details
-
FMLNETMARKER
- See Also:
-
FMLNETVERSION
public static final int FMLNETVERSION- See Also:
-
NETVERSION
- See Also:
-
NOVERSION
- See Also:
-
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 yourExtensionPoint.DISPLAYTEST
function to be ignored.- See Also:
-
-
Constructor Details
-
FMLNetworkConstants
public FMLNetworkConstants()
-
-
Method Details
-
init
-