Class PlayerService
java.lang.Object
net.minecraft.server.jsonrpc.methods.PlayerService
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionget(MinecraftApi minecraftApi) private static @Nullable ServerPlayergetServerPlayer(MinecraftApi minecraftApi, PlayerDto playerDto) kick(MinecraftApi minecraftApi, List<PlayerService.KickDto> kick, ClientInfo clientInfo)
-
Field Details
-
DEFAULT_KICK_MESSAGE
-
-
Constructor Details
-
PlayerService
public PlayerService()
-
-
Method Details
-
get
-
kick
public static List<PlayerDto> kick(MinecraftApi minecraftApi, List<PlayerService.KickDto> kick, ClientInfo clientInfo) -
getServerPlayer
private static @Nullable ServerPlayer getServerPlayer(MinecraftApi minecraftApi, PlayerDto playerDto)
-