Class ClientRegistryTagAppender<T>
java.lang.Object
dev.dhyces.trimmed.api.data.client.tag.appenders.ClientTagAppender<T>
dev.dhyces.trimmed.api.data.client.tag.appenders.ClientRegistryTagAppender<T>
- Direct Known Subclasses:
ClientRegistryTagAppender.Mapped
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class dev.dhyces.trimmed.api.data.client.tag.appenders.ClientTagAppender
builder -
Constructor Summary
ConstructorsConstructorDescriptionClientRegistryTagAppender(ClientTagBuilder<T> builder, net.minecraft.core.HolderLookup.RegistryLookup<T> lookup) -
Method Summary
Modifier and TypeMethodDescriptionaddOptional(net.minecraft.core.Holder<T> holder) addOptional(net.minecraft.resources.ResourceKey<T> element) addOptionalTag(ClientTagKey<T> tagKey) addTag(ClientTagKey<T> tagKey) Methods inherited from class dev.dhyces.trimmed.api.data.client.tag.appenders.ClientTagAppender
add, add, addOptional, addOptional, addOptionalTags, addTags
-
Constructor Details
-
ClientRegistryTagAppender
public ClientRegistryTagAppender(ClientTagBuilder<T> builder, net.minecraft.core.HolderLookup.RegistryLookup<T> lookup)
-
-
Method Details
-
add
-
add
-
addTag
- Overrides:
addTagin classClientTagAppender<T>
-
addOptional
-
addOptional
-
addOptionalTag
- Overrides:
addOptionalTagin classClientTagAppender<T>
-