Uses of Record Class
net.minecraft.server.jsonrpc.methods.IpBanlistService.IpBanDto
Packages that use IpBanlistService.IpBanDto
-
Uses of IpBanlistService.IpBanDto in net.minecraft.server.jsonrpc
Fields in net.minecraft.server.jsonrpc with type parameters of type IpBanlistService.IpBanDto -
Uses of IpBanlistService.IpBanDto in net.minecraft.server.jsonrpc.methods
Fields in net.minecraft.server.jsonrpc.methods with type parameters of type IpBanlistService.IpBanDtoModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<IpBanlistService.IpBanDto> IpBanlistService.IpBanDto.CODECMethods in net.minecraft.server.jsonrpc.methods that return IpBanlistService.IpBanDtoModifier and TypeMethodDescriptionprivate static IpBanlistService.IpBanDtoIpBanlistService.IpBanDto.from(IpBanlistService.IpBan ipBan) static IpBanlistService.IpBanDtoIpBanlistService.IpBanDto.from(IpBanListEntry entry) Methods in net.minecraft.server.jsonrpc.methods that return types with arguments of type IpBanlistService.IpBanDtoModifier and TypeMethodDescriptionstatic List<IpBanlistService.IpBanDto> IpBanlistService.add(MinecraftApi api, List<IpBanlistService.IncomingIpBanDto> entries, ClientInfo clientInfo) static List<IpBanlistService.IpBanDto> IpBanlistService.clear(MinecraftApi api, ClientInfo clientInfo) static List<IpBanlistService.IpBanDto> IpBanlistService.get(MinecraftApi api) static List<IpBanlistService.IpBanDto> IpBanlistService.remove(MinecraftApi api, List<String> ips, ClientInfo clientInfo) static List<IpBanlistService.IpBanDto> IpBanlistService.set(MinecraftApi api, List<IpBanlistService.IpBanDto> entries, ClientInfo clientInfo) Method parameters in net.minecraft.server.jsonrpc.methods with type arguments of type IpBanlistService.IpBanDtoModifier and TypeMethodDescriptionstatic List<IpBanlistService.IpBanDto> IpBanlistService.set(MinecraftApi api, List<IpBanlistService.IpBanDto> entries, ClientInfo clientInfo)