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 thereplace
flag.
-
Method Details
-
setReplace
Sets the value of thereplace
flag. When set totrue
this tag will replace contents of any other tag.- Parameters:
replace
- whether to replace the contents of the tag- Returns:
- this, for chaining
-
forceAddTag
-