LunarClient / Apollo

Next-generation Lunar Client server API
https://lunarclient.dev
MIT License
92 stars 18 forks source link

Feature - Make `ApolloPlayer` an `Audience` #163

Closed vectrixdevelops closed 3 months ago

vectrixdevelops commented 3 months ago

Overview

Description: Makes the ApolloPlayer an Audience so it can be used with Adventure better.

Code Example (If applicable):

Apollo.getPlayerManager().getPlayer(UUID.randomUUID())
    .ifPresent(player -> player.sendMessage(Component.text("Hello World!")));

Review Request Checklist