Remove spurious ApiStatus.Internal annotation

By: md_5 <git@md-5.net>
This commit is contained in:
Bukkit/Spigot
2024-07-07 17:25:31 +10:00
parent 58999b263e
commit bf8d602a0a

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.