Compilation fixes

This commit is contained in:
Nassim Jahnke
2024-12-03 22:06:05 +01:00
parent 5e0c01db49
commit b4c75aa92c
13 changed files with 40 additions and 39 deletions

View File

@@ -1153,7 +1153,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ * @return the model key or null
+ */
+ @Contract(pure = true)
+ @Nullable Key model();
+ @Nullable Key assetId();
+
+ /**
+ * Gets the camera overlay key if present.
@@ -1219,7 +1219,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
+ * @return the builder for chaining
+ */
+ @Contract(value = "_ -> this", mutates = "this")
+ Builder model(@Nullable Key model);
+ Builder assetId(@Nullable Key model);
+
+ /**
+ * Sets the camera overlay key for this item.