Interface FabricProvidedTagBuilder<E,T>
public interface FabricProvidedTagBuilder<E,T>
Interface-injected to
ProvidedTagBuilder.-
Method Summary
Modifier and TypeMethodDescriptiondefault ProvidedTagBuilder<E, T> forceAddTag(TagKey<T> tag) default ProvidedTagBuilder<E, T> setReplace(boolean replace) Sets the value of thereplaceflag.
-
Method Details
-
setReplace
Sets the value of thereplaceflag. When set totruethis tag will replace contents of any other tag.- Parameters:
replace- whether to replace the contents of the tag- Returns:
- this, for chaining
-
forceAddTag
-