Skip to content

Commit

Permalink
chore: remove unused function
Browse files Browse the repository at this point in the history
  • Loading branch information
StarWishsama committed Jun 2, 2023
1 parent d25a118 commit f908691
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -200,10 +200,6 @@ protected SlimefunItem(ItemGroup itemGroup, ItemStack item, String id, RecipeTyp
return state;
}

protected void setState(ItemState state) {
this.state = state;
}

/**
* This returns the {@link ItemStack} of this {@link SlimefunItem}.
* The {@link ItemStack} describes the look and feel of this {@link SlimefunItem}.
Expand Down

0 comments on commit f908691

Please sign in to comment.