MCPcopy Create free account
hub / github.com/Teneted/Tenet / getEntity

Method getEntity

src/main/java/org/bukkit/Server.java:1185–1185  ·  view source on GitHub ↗

Gets an entity on the server by its UUID @param uuid the UUID of the entity @return the entity with the given UUID, or null if it isn't found

(@NotNull UUID uuid)

Source from the content-addressed store, hash-verified

1183 * @return the entity with the given UUID, or null if it isn't found
1184 */
1185 @Nullable
1186 Entity getEntity(@NotNull UUID uuid);
1187
1188 /**

Callers 13

getEntityMethod · 0.65
fromNMSMethod · 0.65
callEntityDamageEventMethod · 0.65
getEntityMethod · 0.65
getEntityMethod · 0.65
getEntityMethod · 0.65
getEntityMethod · 0.65
getEntityMethod · 0.65
setDamageMethod · 0.65

Implementers 2

CraftServersrc/main/java/org/bukkit/craftbukkit/v
Bukkitsrc/main/java/org/bukkit/Bukkit.java

Calls

no outgoing calls

Tested by

no test coverage detected