接口 ITagBuilderExtension

所有已知实现类:
TagBuilder

public interface ITagBuilderExtension
  • 方法详细资料

    • self

      private TagBuilder self()
    • removeElement

      default TagBuilder removeElement(ResourceLocation elementID)
      Adds a single-element entry to the remove list.
      参数:
      elementID - The ID of the element to add to the remove list
      返回:
      The builder for chaining purposes
    • removeTag

      default TagBuilder removeTag(ResourceLocation tagID)
      Adds a tag to the remove list.
      参数:
      tagID - The ID of the tag to add to the remove list
      返回:
      The builder for chaining purposes