diff --git a/src/main/java/io/github/ennuil/libzoomer/api/ZoomRegistry.java b/src/main/java/io/github/ennuil/libzoomer/api/ZoomRegistry.java index 30e4ed3..ee51c77 100644 --- a/src/main/java/io/github/ennuil/libzoomer/api/ZoomRegistry.java +++ b/src/main/java/io/github/ennuil/libzoomer/api/ZoomRegistry.java @@ -54,8 +54,8 @@ public static boolean shouldIterateZoom() { /** * Sets the state that determines the need for an iteration through all active zoom instances. + * This is an internal method that shouldn't be used by other mods. * - * @apiNote This is an internal method that shouldn't be used by other mods. * @param iterateZoom The new iteration state. */ @ApiStatus.Internal @@ -94,8 +94,8 @@ public static boolean shouldIterateModifiers() { /** * Sets the state that determines the need for an iteration through all zoom instances with active modifiers. + * This is an internal method that shouldn't be used by other mods. * - * @apiNote This is an internal method that shouldn't be used by other mods. * @param iterateModifiers The new iteration state. */ @ApiStatus.Internal @@ -114,8 +114,8 @@ public static boolean shouldIterateOverlays() { /** * Sets the state that determines the need for an iteration through all zoom instances with active overlays. + * This is an internal method that shouldn't be used by other mods. * - * @apiNote This is an internal method that shouldn't be used by other mods. * @param iterateOverlays The new iteration state. */ @ApiStatus.Internal