Uses of Record Class
net.minecraft.server.jsonrpc.methods.IpBanlistService.IpBan
Packages that use IpBanlistService.IpBan
-
Uses of IpBanlistService.IpBan in net.minecraft.server.jsonrpc.methods
Methods in net.minecraft.server.jsonrpc.methods that return IpBanlistService.IpBanModifier and TypeMethodDescription(package private) static IpBanlistService.IpBanIpBanlistService.IpBan.from(IpBanListEntry entry) (package private) IpBanlistService.IpBanIpBanlistService.IncomingIpBanDto.toIpBan()(package private) IpBanlistService.IpBanIpBanlistService.IncomingIpBanDto.toIpBan(ServerPlayer player) private IpBanlistService.IpBanIpBanlistService.IpBanDto.toIpBan()Methods in net.minecraft.server.jsonrpc.methods with parameters of type IpBanlistService.IpBanModifier and TypeMethodDescriptionprivate static List<ServerPlayer> IpBanlistService.banIp(MinecraftApi api, IpBanlistService.IpBan ipBan, ClientInfo clientInfo) private static IpBanlistService.IpBanDtoIpBanlistService.IpBanDto.from(IpBanlistService.IpBan ipBan)