Uses of Record Class
net.minecraft.server.jsonrpc.methods.PlayerService.KickDto
Packages that use PlayerService.KickDto
-
Uses of PlayerService.KickDto in net.minecraft.server.jsonrpc.api
Fields in net.minecraft.server.jsonrpc.api with type parameters of type PlayerService.KickDtoModifier and TypeFieldDescriptionstatic final SchemaComponent<PlayerService.KickDto> Schema.KICK_PLAYER_SCHEMA -
Uses of PlayerService.KickDto in net.minecraft.server.jsonrpc.methods
Fields in net.minecraft.server.jsonrpc.methods with type parameters of type PlayerService.KickDtoModifier and TypeFieldDescriptionstatic final com.mojang.serialization.MapCodec<PlayerService.KickDto> PlayerService.KickDto.CODECMethod parameters in net.minecraft.server.jsonrpc.methods with type arguments of type PlayerService.KickDtoModifier and TypeMethodDescriptionPlayerService.kick(MinecraftApi minecraftApi, List<PlayerService.KickDto> kick, ClientInfo clientInfo)