public interface VoicePlayer
| Modifier and Type | Method and Description |
|---|---|
int |
getActivationDistanceById(@NotNull java.util.UUID activationId)
Gets the activation's distance by its id
|
VoicePlayerInfo |
getInfo() |
@NotNull MinecraftServerPlayer |
getInstance() |
java.util.Optional<PlayerModLoader> |
getModLoader() |
java.util.Optional<java.security.PublicKey> |
getPublicKey() |
boolean |
hasVoiceChat() |
boolean |
isMicrophoneMuted() |
boolean |
isVoiceDisabled() |
void |
sendPacket(Packet<?> packet)
Sends a packet to the player via minecraft channel
|
default void |
visualizeDistance(int radius) |
void |
visualizeDistance(int radius,
int hexColor) |
void sendPacket(Packet<?> packet)
boolean hasVoiceChat()
java.util.Optional<PlayerModLoader> getModLoader()
VoicePlayerInfo getInfo()
boolean isVoiceDisabled()
boolean isMicrophoneMuted()
int getActivationDistanceById(@NotNull
@NotNull java.util.UUID activationId)
activationId - activation idvoid visualizeDistance(int radius,
int hexColor)
default void visualizeDistance(int radius)
java.util.Optional<java.security.PublicKey> getPublicKey()
@NotNull @NotNull MinecraftServerPlayer getInstance()