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 TypeMethodDescriptionprivate static IpBanlistService.IpBanIpBanlistService.IpBan.from(IpBanListEntry entry) private @Nullable IpBanlistService.IpBanIpBanlistService.IncomingIpBanDto.toIpBan()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 minecraftApi, IpBanlistService.IpBan ban, ClientInfo clientInfo) private static IpBanlistService.IpBanDtoIpBanlistService.IpBanDto.from(IpBanlistService.IpBan ban)