Uses of Record Class
net.minecraft.server.jsonrpc.methods.IpBanlistService.IncomingIpBanDto
Packages that use IpBanlistService.IncomingIpBanDto
-
Uses of IpBanlistService.IncomingIpBanDto in net.minecraft.server.jsonrpc.api
Fields in net.minecraft.server.jsonrpc.api with type parameters of type IpBanlistService.IncomingIpBanDtoModifier and TypeFieldDescriptionstatic final SchemaComponent<IpBanlistService.IncomingIpBanDto> Schema.INCOMING_IP_BAN_SCHEMA -
Uses of IpBanlistService.IncomingIpBanDto in net.minecraft.server.jsonrpc.methods
Fields in net.minecraft.server.jsonrpc.methods with type parameters of type IpBanlistService.IncomingIpBanDtoModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<IpBanlistService.IncomingIpBanDto> IpBanlistService.IncomingIpBanDto.CODECMethods in net.minecraft.server.jsonrpc.methods with parameters of type IpBanlistService.IncomingIpBanDtoModifier and TypeMethodDescriptionprivate static List<ServerPlayer> IpBanlistService.banIp(MinecraftApi minecraftApi, IpBanlistService.IncomingIpBanDto ban, ClientInfo clientInfo) Method parameters in net.minecraft.server.jsonrpc.methods with type arguments of type IpBanlistService.IncomingIpBanDtoModifier and TypeMethodDescriptionstatic List<IpBanlistService.IpBanDto> IpBanlistService.add(MinecraftApi minecraftApi, List<IpBanlistService.IncomingIpBanDto> bans, ClientInfo clientInfo)