Class AbstractIngredientBuilder<I extends Ingredient,​B extends AbstractIngredientBuilder<I,​B>>

java.lang.Object
ru.cwcode.tkach.refreshmenu.inventory.ingredient.AbstractIngredientBuilder<I,​B>
Direct Known Subclasses:
IngredientBuilder

public abstract class AbstractIngredientBuilder<I extends Ingredient,​B extends AbstractIngredientBuilder<I,​B>> extends Object
  • Constructor Details

    • AbstractIngredientBuilder

      public AbstractIngredientBuilder()
  • Method Details

    • getThis

      protected B getThis()
    • build

      public abstract I build()