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.mismatchedThe field for themismatchedrecord component.Methods in net.minecraftforge.network that return types with arguments of type NetworkContext.NetworkMismatchData.VersionModifier and TypeMethodDescriptionNetworkContext.NetworkMismatchData.mismatched()Returns the value of themismatchedrecord 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 aNetworkMismatchDatarecord 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.mismatchedThe field for themismatchedrecord component.Methods in net.minecraftforge.network.packets that return types with arguments of type NetworkContext.NetworkMismatchData.VersionModifier and TypeMethodDescriptionMismatchData.mismatched()Returns the value of themismatchedrecord 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 aMismatchDatarecord class.