Skip to content

Commit

Permalink
extra method (for addon tihi)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsterner committed Aug 16, 2024
1 parent 26a80b3 commit dee454f
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@ public ProgressionEntryObject setIcon(Item item) {
return this;
}

public ProgressionEntryObject setIcon(ItemStack itemStack) {
iconStack = itemStack;
return this;
}

public ProgressionEntryObject setStyle(BookWidgetStyle style) {
this.style = style;
return this;
Expand Down

0 comments on commit dee454f

Please sign in to comment.