Interface Buildable<B>

Type Parameters:
B - the builder type
All Known Subinterfaces:
BlockNBTComponent, Book, BuildableComponent<C,B>, EntityNBTComponent, KeybindComponent, NBTComponent<C>, ObjectComponent, Pointers, ScoreComponent, SelectorComponent, StorageNBTComponent, Style, TextComponent, TranslatableComponent, VirtualComponent

public interface Buildable<B>
Something that can be built.
Since:
4.0.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Create a builder from this thing.
  • Method Details

    • toBuilder

      @Contract(value="-> new", pure=true) B toBuilder()
      Create a builder from this thing.
      Returns:
      a builder
      Since:
      4.0.0