Interface Buildable.Builder<R>

Type Parameters:
R - the type to be built
All Superinterfaces:
AbstractBuilder<R>
All Known Subinterfaces:
BlockNBTComponent.Builder, Book.Builder, ComponentBuilder<C,B>, ComponentFlattener.Builder, EntityNBTComponent.Builder, JoinConfiguration.Builder, KeybindComponent.Builder, NBTComponentBuilder<C,B>, Pointers.Builder, ScoreComponent.Builder, SelectorComponent.Builder, StorageNBTComponent.Builder, Style.Builder, TextComponent.Builder, TextReplacementConfig.Builder, TranslatableComponent.Builder
Enclosing interface:
Buildable<R,B extends Buildable.Builder<R>>

@Deprecated public static interface Buildable.Builder<R> extends AbstractBuilder<R>
Deprecated.
since 4.10.0, use AbstractBuilder
A builder.
Since:
4.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated.
    Builds.
  • Method Details

    • build

      @Contract(value="-> new", pure=true) @NotNull R build()
      Deprecated.
      Builds.
      Specified by:
      build in interface AbstractBuilder<R>
      Returns:
      the built thing
      Since:
      4.0.0