Interface FabricProvidedTagBuilder<E,T>


public interface FabricProvidedTagBuilder<E,T>
Interface-injected to ProvidedTagBuilder.
  • Method Details

    • setReplace

      default ProvidedTagBuilder<E,T> setReplace(boolean replace)
      Sets the value of the replace flag. When set to true this tag will replace contents of any other tag.
      Parameters:
      replace - whether to replace the contents of the tag
      Returns:
      this, for chaining
    • forceAddTag

      default ProvidedTagBuilder<E,T> forceAddTag(TagKey<T> tag)