Implement assetid

This commit is contained in:
Owen1212055
2024-12-04 00:33:47 -05:00
parent 0eefdfb97a
commit ebc080b944
2 changed files with 13 additions and 9 deletions

View File

@@ -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();