Uses of Record Class
net.minecraftforge.network.ServerStatusPing.ChannelData
Packages that use ServerStatusPing.ChannelData
-
Uses of ServerStatusPing.ChannelData in net.minecraftforge.network
Fields in net.minecraftforge.network declared as ServerStatusPing.ChannelDataModifier and TypeFieldDescription(package private) final ServerStatusPing.ChannelData
NetworkInstance.pingData
Fields in net.minecraftforge.network with type parameters of type ServerStatusPing.ChannelDataModifier and TypeFieldDescriptionprivate final Map<ResourceLocation,
ServerStatusPing.ChannelData> ServerStatusPing.channels
The field for thechannels
record component.static final com.mojang.serialization.Codec<ServerStatusPing.ChannelData>
ServerStatusPing.ChannelData.CODEC
Methods in net.minecraftforge.network that return types with arguments of type ServerStatusPing.ChannelDataModifier and TypeMethodDescription(package private) static Map<ResourceLocation,
ServerStatusPing.ChannelData> NetworkRegistry.buildChannelVersionsForListPing()
ServerStatusPing.channels()
Returns the value of thechannels
record component.ServerStatusPing.getChannelsForMod
(String modId) ServerStatusPing.getNonModChannels()
ServerStatusPing.getRemoteChannels()
Method parameters in net.minecraftforge.network with type arguments of type ServerStatusPing.ChannelDataModifier and TypeMethodDescriptionstatic boolean
NetworkRegistry.checkListPingCompatibilityForClient
(Map<ResourceLocation, ServerStatusPing.ChannelData> incoming) Constructor parameters in net.minecraftforge.network with type arguments of type ServerStatusPing.ChannelDataModifierConstructorDescriptionServerStatusPing
(Map<ResourceLocation, ServerStatusPing.ChannelData> channels, Map<String, String> mods, int fmlNetworkVer, boolean truncated) Creates an instance of aServerStatusPing
record class.