Interface ITagBuilderExtension
- All Known Implementing Classes:
TagBuilder
public interface ITagBuilderExtension
-
Method Summary
Modifier and TypeMethodDescriptiondefault TagBuilderremoveElement(ResourceLocation elementID) Adds a single-element entry to the remove list.default TagBuilderremoveTag(ResourceLocation tagID) Adds a tag to the remove list.private TagBuilderself()
-
Method Details
-
self
-
removeElement
Adds a single-element entry to the remove list.- Parameters:
elementID- The ID of the element to add to the remove list- Returns:
- The builder for chaining purposes
-
removeTag
Adds a tag to the remove list.- Parameters:
tagID- The ID of the tag to add to the remove list- Returns:
- The builder for chaining purposes
-