1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-02-18 19:24:10 +01:00

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
*/
@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.");
/**
* Game events.