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.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 api, IpBanlistService.IncomingIpBanDto entry, 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 api, List<IpBanlistService.IncomingIpBanDto> entries, ClientInfo clientInfo)