Experimental annotation changes (#12028)

This commit is contained in:
Lulu13022002
2025-01-30 20:02:14 +01:00
committed by GitHub
parent 54b2e9d973
commit d4a957849c
25 changed files with 19 additions and 59 deletions

View File

@@ -271,7 +271,6 @@ public interface Registry<T extends Keyed> extends Iterable<T> {
* @see JukeboxSong
* @deprecated use {@link RegistryAccess#getRegistry(RegistryKey)} with {@link RegistryKey#JUKEBOX_SONG}
*/
@ApiStatus.Experimental
@Deprecated(since = "1.21")
Registry<JukeboxSong> JUKEBOX_SONG = legacyRegistryFor(JukeboxSong.class);
/**