Skip to content

Commit

Permalink
Remove builder() from AbstractBukkitComponent
Browse files Browse the repository at this point in the history
  • Loading branch information
DevNatan committed Feb 4, 2024
1 parent c6ed4c6 commit f695f37
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ protected AbstractBukkitComponent() {
@ApiStatus.OverrideOnly
protected abstract void onClear(ComponentClearContext clear);

public abstract B builder();

// region Internal Implementation
@Override
final boolean render(IFComponentRenderContext context) {
Expand Down

0 comments on commit f695f37

Please sign in to comment.