Uses of Record Class
net.minecraftforge.network.packets.ModVersions.Info
-
Uses of ModVersions.Info in net.minecraftforge.network
Modifier and TypeFieldDescription(package private) Map<String,
ModVersions.Info> NetworkContext.modList
private Map<String,
ModVersions.Info> NetworkContext.modListView
private final Map<String,
ModVersions.Info> NetworkContext.NetworkMismatchData.mods
The field for themods
record component.Modifier and TypeMethodDescriptionNetworkContext.getModList()
A list of mods and their verisons reported by the other side of the connection.NetworkContext.NetworkMismatchData.mods()
Returns the value of themods
record component. -
Uses of ModVersions.Info in net.minecraftforge.network.packets
Modifier and TypeFieldDescriptionprivate final Map<String,
ModVersions.Info> ModVersions.mods
The field for themods
record component.Modifier and TypeMethodDescriptionModVersions.mods()
Returns the value of themods
record component.ModifierConstructorDescriptionModVersions
(Map<String, ModVersions.Info> mods) Creates an instance of aModVersions
record class.