mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-03 13:42:25 -07:00
Compilation fixes
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user