mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-03 13:42:25 -07:00
fix asset id
This commit is contained in:
@@ -1307,13 +1307,13 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
+ Builder equipSound(Key sound);
|
||||
+
|
||||
+ /**
|
||||
+ * Sets the model key for this item.
|
||||
+ * Sets the asset id for this item.
|
||||
+ *
|
||||
+ * @param model the model key, nullable
|
||||
+ * @param assetId the asset id, nullable
|
||||
+ * @return the builder for chaining
|
||||
+ */
|
||||
+ @Contract(value = "_ -> this", mutates = "this")
|
||||
+ Builder assetId(@Nullable Key model);
|
||||
+ Builder assetId(@Nullable Key assetId);
|
||||
+
|
||||
+ /**
|
||||
+ * Sets the camera overlay key for this item.
|
||||
|
Reference in New Issue
Block a user