Interface ITagBuilderExtension

All Known Implementing Classes:
TagBuilder

public interface ITagBuilderExtension
  • Method Details

    • self

      private TagBuilder self()
    • removeElement

      default TagBuilder removeElement(ResourceLocation elementID)
      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

      default TagBuilder removeTag(ResourceLocation tagID)
      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