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

Method uniqueId

api/src/main/java/net/hypejet/jet/entity/Entity.java:50–50  ·  view source on GitHub ↗

Gets a plain UUID unique identifier of this plain Entity entity. @return the unique identifier @since 1.0

()

Source from the content-addressed store, hash-verified

48 * @since 1.0
49 */
50 @NonNull UUID uniqueId();
51
52 /**
53 * Gets current {@linkplain Position position} of this {@linkplain Entity entity}.

Callers 7

runVirtualThreadTaskMethod · 0.65
writeMethod · 0.65
writeMethod · 0.65
writeMethod · 0.65
serializeMethod · 0.65
handleMethod · 0.65
createMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected