File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
cardinal-components-item/src/main/java/org/ladysnake/cca/api/v3/item
cardinal-components-level/src/main/java/org/ladysnake/cca/api/v3/level Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -108,9 +108,9 @@ tasks.javadoc {
108108 links(
109109 " https://guava.dev/releases/21.0/api/docs/" ,
110110 " https://asm.ow2.io/javadoc/" ,
111- " https://docs.oracle.com/javase/8 /docs/api/" ,
112- " http ://jenkins.liteloader.com/job/Mixin/javadoc/" ,
113- " https://logging.apache.org/log4j/2.x/log4j-api/apidocs /"
111+ " https://docs.oracle.com/en/java/ javase/21 /docs/api/" ,
112+ " https ://jenkins.liteloader.com/job/Mixin/javadoc/" ,
113+ " https://logging.apache.org/log4j/2.x/javadoc/ log4j-api/"
114114 // Need to add minecraft jd publication etc once there is one available
115115 )
116116 // Disable the crazy super-strict doclint tool in Java 8
Original file line number Diff line number Diff line change 3535 */
3636public interface ItemComponentInitializer extends ComponentRegistrationInitializer {
3737 /**
38- * Called to register component migrations from CCA to {@link net.minecraft.component.DataComponentType }.
38+ * Called to register component migrations from CCA to {@link net.minecraft.component.ComponentType }.
3939 *
4040 * @param registry an {@link ItemComponentMigrationRegistry} for component migrations
4141 * @since 7.0.0
Original file line number Diff line number Diff line change 2121 * OR OTHER DEALINGS IN THE SOFTWARE.
2222 */
2323/**
24- * @deprecated level components are a legacy feature that has been superseded by scoreboard components
24+ * Deprecated: level components are a legacy feature that has been superseded by scoreboard components
2525 */
2626@ Deprecated (since = "6.0.0" )
2727@ MethodsReturnNonnullByDefault
You can’t perform that action at this time.
0 commit comments