Interface Buildable<T,B extends Buildable.Builder<T,B>>

All Known Subinterfaces:
BuildableComponent<C,B>, DynamicKeyContainer, ListComponent, NumberComponent, TemporalComponent, TextComponent, TranslatableComponent

public interface Buildable<T,B extends Buildable.Builder<T,B>>
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details

    • toBuilder

      B toBuilder()