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:
parent
58999b263e
commit
bf8d602a0a
1 changed files with 0 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue