Uses of Record Class
net.minecraftforge.network.ConnectionData.ModMismatchData
Packages that use ConnectionData.ModMismatchData
-
Uses of ConnectionData.ModMismatchData in net.minecraftforge.client.gui
Fields in net.minecraftforge.client.gui declared as ConnectionData.ModMismatchDataModifier and TypeFieldDescriptionprivate final ConnectionData.ModMismatchData
ModMismatchDisconnectedScreen.modMismatchData
Constructors in net.minecraftforge.client.gui with parameters of type ConnectionData.ModMismatchDataModifierConstructorDescriptionModMismatchDisconnectedScreen
(Screen parentScreen, Component title, Component reason, ConnectionData.ModMismatchData modMismatchData) -
Uses of ConnectionData.ModMismatchData in net.minecraftforge.network
Fields in net.minecraftforge.network with type parameters of type ConnectionData.ModMismatchDataModifier and TypeFieldDescription(package private) static final io.netty.util.AttributeKey<ConnectionData.ModMismatchData>
NetworkConstants.FML_MOD_MISMATCH_DATA
Methods in net.minecraftforge.network that return ConnectionData.ModMismatchDataModifier 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.