Uses of Record Class
net.minecraftforge.network.NetworkContext.NetworkMismatchData.Version
-
Uses of NetworkContext.NetworkMismatchData.Version in net.minecraftforge.network
Modifier and TypeFieldDescriptionprivate final Map<ResourceLocation,
NetworkContext.NetworkMismatchData.Version> NetworkContext.NetworkMismatchData.mismatched
The field for themismatched
record component.Modifier and TypeMethodDescriptionNetworkContext.NetworkMismatchData.mismatched()
Returns the value of themismatched
record component.ModifierConstructorDescriptionNetworkMismatchData
(Map<ResourceLocation, NetworkContext.NetworkMismatchData.Version> mismatched, Set<ResourceLocation> missing, boolean fromServer, Map<String, ModVersions.Info> mods) Creates an instance of aNetworkMismatchData
record class. -
Uses of NetworkContext.NetworkMismatchData.Version in net.minecraftforge.network.packets
Modifier and TypeFieldDescriptionprivate final Map<ResourceLocation,
NetworkContext.NetworkMismatchData.Version> MismatchData.mismatched
The field for themismatched
record component.Modifier and TypeMethodDescriptionMismatchData.mismatched()
Returns the value of themismatched
record component.ModifierConstructorDescriptionMismatchData
(Map<ResourceLocation, NetworkContext.NetworkMismatchData.Version> mismatched, Set<ResourceLocation> missing) Creates an instance of aMismatchData
record class.