mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-04 06:02:12 -07:00
Implement assetid
This commit is contained in:
@@ -1241,9 +1241,9 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
+ Key equipSound();
|
||||
+
|
||||
+ /**
|
||||
+ * Gets the model key if present.
|
||||
+ * Gets the asset id if present.
|
||||
+ *
|
||||
+ * @return the model key or null
|
||||
+ * @return the asset id or null
|
||||
+ */
|
||||
+ @Contract(pure = true)
|
||||
+ @Nullable Key assetId();
|
||||
|
Reference in New Issue
Block a user