Skip to content

Commit 84140b4

Browse files
committed
Add @SInCE JavaDoc tags
1 parent 5f87ebf commit 84140b4

File tree

1 file changed

+2
-0
lines changed
  • src/main/java/com/github/stefvanschie/inventoryframework/pane

1 file changed

+2
-0
lines changed

src/main/java/com/github/stefvanschie/inventoryframework/pane/StaticPane.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ public void setRotation(int rotation) {
222222
*
223223
* @param itemStack The {@link ItemStack} to fill the empty space with
224224
* @param action The action called whenever an interaction with the item happens
225+
* @since 0.5.9
225226
*/
226227
@Contract("null, _ -> fail")
227228
public void fillWith(@NotNull ItemStack itemStack, @Nullable Consumer<InventoryClickEvent> action) {
@@ -252,6 +253,7 @@ public void fillWith(@NotNull ItemStack itemStack, @Nullable Consumer<InventoryC
252253
* Fills all empty space in the pane with the given {@code itemStack}
253254
*
254255
* @param itemStack The {@link ItemStack} to fill the empty space with
256+
* @since 0.2.4
255257
*/
256258
@Contract("null -> fail")
257259
public void fillWith(@NotNull ItemStack itemStack) {

0 commit comments

Comments
 (0)