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)
| 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 | /** |
no outgoing calls
no test coverage detected