Uses of Record Class
net.minecraft.server.dedicated.management.dispatch.IpBansRpcDispatcher.IpBanData
Packages that use IpBansRpcDispatcher.IpBanData
Package
Description
-
Uses of IpBansRpcDispatcher.IpBanData in net.minecraft.server.dedicated.management
Fields in net.minecraft.server.dedicated.management with type parameters of type IpBansRpcDispatcher.IpBanData -
Uses of IpBansRpcDispatcher.IpBanData in net.minecraft.server.dedicated.management.dispatch
Fields in net.minecraft.server.dedicated.management.dispatch with type parameters of type IpBansRpcDispatcher.IpBanDataModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<IpBansRpcDispatcher.IpBanData> IpBansRpcDispatcher.IpBanData.CODECMethods in net.minecraft.server.dedicated.management.dispatch that return IpBansRpcDispatcher.IpBanDataModifier and TypeMethodDescriptionIpBansRpcDispatcher.IpBanData.fromBannedIpEntry(BannedIpEntry bannedIpEntry) private static IpBansRpcDispatcher.IpBanDataIpBansRpcDispatcher.IpBanData.fromIpBanInfo(IpBansRpcDispatcher.IpBanInfo ipBanInfo) Methods in net.minecraft.server.dedicated.management.dispatch that return types with arguments of type IpBansRpcDispatcher.IpBanDataModifier and TypeMethodDescriptionstatic List<IpBansRpcDispatcher.IpBanData> IpBansRpcDispatcher.add(ManagementHandlerDispatcher dispatcher, List<IpBansRpcDispatcher.IncomingRpcIpBanData> entries, ManagementConnectionId remote) static List<IpBansRpcDispatcher.IpBanData> IpBansRpcDispatcher.clearIpBans(ManagementHandlerDispatcher dispatcher, ManagementConnectionId remote) static List<IpBansRpcDispatcher.IpBanData> IpBansRpcDispatcher.get(ManagementHandlerDispatcher dispatcher) static List<IpBansRpcDispatcher.IpBanData> IpBansRpcDispatcher.remove(ManagementHandlerDispatcher dispatcher, List<String> ipAddresses, ManagementConnectionId remote) static List<IpBansRpcDispatcher.IpBanData> IpBansRpcDispatcher.set(ManagementHandlerDispatcher dispatcher, List<IpBansRpcDispatcher.IpBanData> entries, ManagementConnectionId remote) Method parameters in net.minecraft.server.dedicated.management.dispatch with type arguments of type IpBansRpcDispatcher.IpBanDataModifier and TypeMethodDescriptionstatic List<IpBansRpcDispatcher.IpBanData> IpBansRpcDispatcher.set(ManagementHandlerDispatcher dispatcher, List<IpBansRpcDispatcher.IpBanData> entries, ManagementConnectionId remote)