Skip to content

Commit

Permalink
Deprecate block.util package, closes #159
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyrofab committed Aug 14, 2023
1 parent a7891cf commit e49d0f5
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@
*/
/**
* Side-aware variants of component classes.
* Classes in this package can be used notably in {@code BlockComponentProvider} implementations.
* Classes in this package have been used notably in {@code BlockComponentProvider} implementations.
* @deprecated this package is a remainder of a previous API
* TODO remove in the update to MC 1.21
*/
@Deprecated(since = "5.3", forRemoval = true)
@MethodsReturnNonnullByDefault
@ParametersAreNonnullByDefault
package dev.onyxstudios.cca.api.v3.block.util;
Expand Down

0 comments on commit e49d0f5

Please sign in to comment.