Class ChatResponseBuilder

    • Constructor Summary

      Constructors 
      Constructor Description
      ChatResponseBuilder(AbstractRegistrate<?> owner, P parent, String name, BuilderCallback callback, Function0<R> response)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getLocalizedName()
      final Unit setLocalizedName(String localizedName)
      final Function0<R> getResponse()
      final ChatResponseBuilder<R, P> lang(String name)
      R createEntry()
      RegistryEntry<ChatResponse, R> register()
      • Methods inherited from class com.tterrag.registrate.builders.AbstractBuilder

        asOptional, asSupplier, asTag, createEntryWrapper, getCallback, getName, getOwner, getParent, getRegistryKey, lang, lang, lang, removeTag, tag
      • Methods inherited from class com.tterrag.registrate.builders.Builder

        addMiscData, build, dataMap, dataMap, get, getEntry, onRegister, onRegisterAfter, setData, transform
      • Methods inherited from class com.tterrag.registrate.util.nullness.NonNullSupplier

        lazy
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait