MCPcopy Create free account
hub / github.com/Hypejet/Jet / username

Method username

api/src/main/java/net/hypejet/jet/entity/player/Player.java:34–34  ·  view source on GitHub ↗

Gets a username of the player. @return the username @since 1.0

()

Source from the content-addressed store, hash-verified

32 * @since 1.0
33 */
34 @NonNull String username();
35
36 /**
37 * Gets a {@linkplain PlayerConnection player connection} that this {@linkplain Player player} is backed by.

Callers 8

PlaySessionTaskMethod · 0.65
runVirtualThreadTaskMethod · 0.65
startMethod · 0.65
runVirtualThreadTaskMethod · 0.65
writeMethod · 0.65
scoreboardNameMethod · 0.65
createMethod · 0.65

Implementers 1

JetPlayerserver/src/main/java/net/hypejet/jet/s

Calls

no outgoing calls

Tested by

no test coverage detected