Uses of Record Class
net.minecraftforge.network.ConnectionData.ModMismatchData
-
Uses of ConnectionData.ModMismatchData in net.minecraftforge.client.gui
Modifier and TypeFieldDescriptionprivate final ConnectionData.ModMismatchData
ModMismatchDisconnectedScreen.modMismatchData
ModifierConstructorDescriptionModMismatchDisconnectedScreen
(Screen parentScreen, Component title, Component reason, ConnectionData.ModMismatchData modMismatchData) -
Uses of ConnectionData.ModMismatchData in net.minecraftforge.network
Modifier and TypeFieldDescription(package private) static final io.netty.util.AttributeKey<ConnectionData.ModMismatchData>
NetworkConstants.FML_MOD_MISMATCH_DATA
Modifier and TypeMethodDescriptionConnectionData.ModMismatchData.channel
(Map<ResourceLocation, String> mismatchedChannels, ConnectionData connectionData, boolean mismatchedDataFromServer) Creates a ModMismatchData instance from given channel mismatch data, which is processed side-aware depending on the value of mismatchedDataFromServerstatic @Nullable ConnectionData.ModMismatchData
NetworkHooks.getModMismatchData
(Connection mgr) ConnectionData.ModMismatchData.registry
(com.google.common.collect.Multimap<ResourceLocation, ResourceLocation> mismatchedRegistryData, ConnectionData connectionData) Creates a ModMismatchData instance from given mismatched registry entries.