Uses of Record Class
net.minecraft.server.jsonrpc.methods.IpBanlistService.IpBanDto
Packages that use IpBanlistService.IpBanDto
Package
Description
-
Uses of IpBanlistService.IpBanDto in net.minecraft.server.jsonrpc
Fields in net.minecraft.server.jsonrpc with type parameters of type IpBanlistService.IpBanDtoModifier and TypeFieldDescriptionstatic final Holder.Reference<OutgoingRpcMethod<IpBanlistService.IpBanDto, Void>> OutgoingRpcMethods.IP_BANNED -
Uses of IpBanlistService.IpBanDto in net.minecraft.server.jsonrpc.api
Fields in net.minecraft.server.jsonrpc.api with type parameters of type IpBanlistService.IpBanDtoModifier and TypeFieldDescriptionstatic final SchemaComponent<IpBanlistService.IpBanDto> Schema.IP_BAN_SCHEMA -
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 ban) static IpBanlistService.IpBanDtoIpBanlistService.IpBanDto.from(IpBanListEntry ban) Methods in net.minecraft.server.jsonrpc.methods that return types with arguments of type IpBanlistService.IpBanDtoModifier and TypeMethodDescriptionstatic List<IpBanlistService.IpBanDto> IpBanlistService.add(MinecraftApi minecraftApi, List<IpBanlistService.IncomingIpBanDto> bans, ClientInfo clientInfo) static List<IpBanlistService.IpBanDto> IpBanlistService.clear(MinecraftApi minecraftApi, ClientInfo clientInfo) static List<IpBanlistService.IpBanDto> IpBanlistService.get(MinecraftApi minecraftApi) static List<IpBanlistService.IpBanDto> IpBanlistService.remove(MinecraftApi minecraftApi, List<String> ban, ClientInfo clientInfo) static List<IpBanlistService.IpBanDto> IpBanlistService.set(MinecraftApi minecraftApi, List<IpBanlistService.IpBanDto> ips, 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 minecraftApi, List<IpBanlistService.IpBanDto> ips, ClientInfo clientInfo)