mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-31 22:22:49 +00:00
Remove spurious ApiStatus.Internal annotation
This commit is contained in:
parent
b9f5748626
commit
53729d1214
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