Allow to define new map cursor types (#10782)

This commit is contained in:
Lulu13022002
2024-05-25 23:56:44 +02:00
parent 5af1dfa5cb
commit 8af4ab8bf7
3 changed files with 138 additions and 74 deletions

View File

@@ -311,7 +311,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ * @apiNote Internal Use Only
*/
- @Deprecated
+ @org.jetbrains.annotations.ApiStatus.Internal // Paper
+ @ApiStatus.Internal // Paper
public int getId() {
Preconditions.checkArgument(legacy, "Cannot get ID of Modern Material");
return id;