Package de.placeblock.betterinventories
Class Builder<B extends Builder<B,P>,P>
java.lang.Object
de.placeblock.betterinventories.Builder<B,P>
- Type Parameters:
B- The Builder that implements this oneP- The Result that is produced
- Direct Known Subclasses:
GUI.Builder,GUISection.AbstractBuilder
Interface for all sorts of builders
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
self
Returns the Builder instance itself- Returns:
- the Builder instance itself
-
build
Builds the instance- Returns:
- The new instance
-