Remove spurious ApiStatus.Internal annotation

This commit is contained in:
md_5 2024-07-07 17:25:31 +10:00
parent b9f5748626
commit 53729d1214
No known key found for this signature in database
GPG key ID: E8E901AC7C617C11

View file

@ -303,7 +303,6 @@ public interface Registry<T extends Keyed> extends Iterable<T> {
* *
* @see MapCursor.Type * @see MapCursor.Type
*/ */
@ApiStatus.Internal
Registry<MapCursor.Type> MAP_DECORATION_TYPE = Objects.requireNonNull(Bukkit.getRegistry(MapCursor.Type.class), "No registry present for MapCursor Type. This is a bug."); Registry<MapCursor.Type> MAP_DECORATION_TYPE = Objects.requireNonNull(Bukkit.getRegistry(MapCursor.Type.class), "No registry present for MapCursor Type. This is a bug.");
/** /**
* Game events. * Game events.