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.ChannelDataNetworkInstance.pingDataFields in net.minecraftforge.network with type parameters of type ServerStatusPing.ChannelDataModifier and TypeFieldDescriptionprivate final Map<ResourceLocation,ServerStatusPing.ChannelData> ServerStatusPing.channelsThe field for thechannelsrecord component.static final com.mojang.serialization.Codec<ServerStatusPing.ChannelData>ServerStatusPing.ChannelData.CODECMethods 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 thechannelsrecord component.ServerStatusPing.getChannelsForMod(String modId) ServerStatusPing.getNonModChannels()ServerStatusPing.getRemoteChannels()Method parameters in net.minecraftforge.network with type arguments of type ServerStatusPing.ChannelDataModifier and TypeMethodDescriptionstatic booleanNetworkRegistry.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 aServerStatusPingrecord class.