Uses of Record Class
net.minecraftforge.network.NetworkContext.NetworkMismatchData.Version
Packages that use NetworkContext.NetworkMismatchData.Version
-
Uses of NetworkContext.NetworkMismatchData.Version in net.minecraftforge.network
Fields in net.minecraftforge.network with type parameters of type NetworkContext.NetworkMismatchData.VersionModifier and TypeFieldDescriptionprivate final Map<ResourceLocation,
NetworkContext.NetworkMismatchData.Version> NetworkContext.NetworkMismatchData.mismatched
The field for themismatched
record component.Methods in net.minecraftforge.network that return types with arguments of type NetworkContext.NetworkMismatchData.VersionModifier and TypeMethodDescriptionNetworkContext.NetworkMismatchData.mismatched()
Returns the value of themismatched
record component.Constructor parameters in net.minecraftforge.network with type arguments of type NetworkContext.NetworkMismatchData.VersionModifierConstructorDescriptionNetworkMismatchData
(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
Fields in net.minecraftforge.network.packets with type parameters of type NetworkContext.NetworkMismatchData.VersionModifier and TypeFieldDescriptionprivate final Map<ResourceLocation,
NetworkContext.NetworkMismatchData.Version> MismatchData.mismatched
The field for themismatched
record component.Methods in net.minecraftforge.network.packets that return types with arguments of type NetworkContext.NetworkMismatchData.VersionModifier and TypeMethodDescriptionMismatchData.mismatched()
Returns the value of themismatched
record component.Constructor parameters in net.minecraftforge.network.packets with type arguments of type NetworkContext.NetworkMismatchData.VersionModifierConstructorDescriptionMismatchData
(Map<ResourceLocation, NetworkContext.NetworkMismatchData.Version> mismatched, Set<ResourceLocation> missing) Creates an instance of aMismatchData
record class.