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

Method entityId

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

Gets a numeric identifier of this plain Entity entity, unique to a plain MinecraftServer server that this plain Entity entity is in. @return the identifier @since 1.0

()

Source from the content-addressed store, hash-verified

40 * @since 1.0
41 */
42 int entityId();
43
44 /**
45 * Gets a {@linkplain UUID unique identifier} of this {@linkplain Entity entity}.

Callers 2

writeMethod · 0.65
sendJoinGamePacketMethod · 0.65

Implementers 1

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

Calls

no outgoing calls

Tested by

no test coverage detected