接口 IForgeIntrinsicHolderTagAppender<T>
- 所有超级接口:
IForgeTagAppender<T>
-
方法概要
修饰符和类型方法说明remove
(ResourceKey<T> resourceKey) Adds a resource key to the tag json's remove list.remove
(ResourceKey<T> firstResourceKey, ResourceKey<T>... resourceKeys) Adds multiple resource keys to the tag json's remove list.remove
(ResourceLocation location) Adds a single element's ID to the tag json's remove list.remove
(ResourceLocation first, ResourceLocation... locations) Adds multiple elements' IDs to the tag json's remove list.Adds a tag to the tag json's remove list.Adds multiple tags to the tag json's remove list.Adds a registry entry to the tag json's remove list.Adds multiple registry entries to the tag json's remove list.replace()
replace
(boolean value) self()
从接口继承的方法 net.minecraftforge.common.extensions.IForgeTagAppender
addOptionalTag, addOptionalTags
-
方法详细资料
-
self
-
getKey
-
remove
Adds a registry entry to the tag json's remove list. Callable during datageneration.- 参数:
entry
- The entry to remove- 返回:
- The builder for chaining
-
remove
Adds multiple registry entries to the tag json's remove list. Callable during datageneration.- 参数:
entries
- The entries to remove- 返回:
- The builder for chaining
-
addTags
- 指定者:
addTags
在接口中IForgeTagAppender<T>
-
replace
- 指定者:
replace
在接口中IForgeTagAppender<T>
-
replace
- 指定者:
replace
在接口中IForgeTagAppender<T>
-
remove
从接口复制的说明:IForgeTagAppender
Adds a single element's ID to the tag json's remove list. Callable during datageneration.- 指定者:
remove
在接口中IForgeTagAppender<T>
- 参数:
location
- The ID of the element to remove- 返回:
- The builder for chaining
-
remove
default IntrinsicHolderTagsProvider.IntrinsicTagAppender<T> remove(ResourceLocation first, ResourceLocation... locations) 从接口复制的说明:IForgeTagAppender
Adds multiple elements' IDs to the tag json's remove list. Callable during datageneration.- 指定者:
remove
在接口中IForgeTagAppender<T>
- 参数:
locations
- The IDs of the elements to remove- 返回:
- The builder for chaining
-
remove
从接口复制的说明:IForgeTagAppender
Adds a resource key to the tag json's remove list. Callable during datageneration.- 指定者:
remove
在接口中IForgeTagAppender<T>
- 参数:
resourceKey
- The resource key of the element to remove- 返回:
- The appender for chaining
-
remove
default IntrinsicHolderTagsProvider.IntrinsicTagAppender<T> remove(ResourceKey<T> firstResourceKey, ResourceKey<T>... resourceKeys) 从接口复制的说明:IForgeTagAppender
Adds multiple resource keys to the tag json's remove list. Callable during datageneration.- 指定者:
remove
在接口中IForgeTagAppender<T>
- 参数:
resourceKeys
- The resource keys of the elements to remove- 返回:
- The appender for chaining
-
remove
从接口复制的说明:IForgeTagAppender
Adds a tag to the tag json's remove list. Callable during datageneration.- 指定者:
remove
在接口中IForgeTagAppender<T>
- 参数:
tag
- The ID of the tag to remove- 返回:
- The builder for chaining
-
remove
default IntrinsicHolderTagsProvider.IntrinsicTagAppender<T> remove(TagKey<T> first, TagKey<T>... tags) 从接口复制的说明:IForgeTagAppender
Adds multiple tags to the tag json's remove list. Callable during datageneration.- 指定者:
remove
在接口中IForgeTagAppender<T>
- 参数:
tags
- The IDs of the tags to remove- 返回:
- The builder for chaining
-