build: Release 2.4.0

This commit is contained in:
Alexander Brandes
2022-06-27 13:52:50 +02:00
parent edfc5a7a01
commit f812fc14ab
6 changed files with 7 additions and 7 deletions

View File

@ -157,7 +157,7 @@ public interface Extent extends InputExtent, OutputExtent {
* @param location the location
* @param uuid UUID to force the entity to have
* @return a reference to the created entity, or null if the entity could not be created
* @since TODO
* @since 2.4.0
*/
@Nullable
default Entity createEntity(Location location, BaseEntity entity, UUID uuid) {