接口 ITagBuilderExtension
- 所有已知实现类:
TagBuilder
public interface ITagBuilderExtension
-
方法概要
修饰符和类型方法说明default TagBuilder
removeElement
(ResourceLocation elementID) Adds a single-element entry to the remove list.default TagBuilder
removeTag
(ResourceLocation tagID) Adds a tag to the remove list.private TagBuilder
self()
-
方法详细资料
-
self
-
removeElement
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
Adds a tag to the remove list.- 参数:
tagID
- The ID of the tag to add to the remove list- 返回:
- The builder for chaining purposes
-