Compilation fixes
This commit is contained in:
parent
5e0c01db49
commit
b4c75aa92c
13 changed files with 40 additions and 39 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue