Skip to content

Commit

Permalink
Add abstract build method to CommonPanel.
Browse files Browse the repository at this point in the history
  • Loading branch information
BONNe committed Jan 3, 2019
1 parent 5bfd990 commit 79e8713
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/main/java/world/bentobox/addons/biomes/panel/CommonPanel.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,17 @@ public CommonPanel(BiomesAddon addon,
}


// ---------------------------------------------------------------------
// Section: Methods
// ---------------------------------------------------------------------


/**
* This method is necessary to build panel.
*/
public abstract void build();


// ---------------------------------------------------------------------
// Section: Variables
// ---------------------------------------------------------------------
Expand Down

0 comments on commit 79e8713

Please sign in to comment.