mirror of
https://github.com/PaperMC/Paper.git
synced 2025-07-31 12:12:08 -07:00
Allow to define new map cursor types (#10782)
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user