net.minecraft.data.tag

public abstract class BlockItemProvidedTagBuilder<Element>

implements ProvidedTagBuilder<Element>

net.minecraft.data.tags.BlockItemTagAppender
net.minecraft.class_1_801
net.minecraft.data.tag.BlockItemProvidedTagBuilder

Field summary

Modifier and TypeField
private final ProvidedTagBuilder<Element>
original
field_1_5685
delegate

Constructor summary

ModifierConstructor
public (ProvidedTagBuilder<Element> delegate)

Method summary

Modifier and TypeMethod
protected abstract RegistryKey<Element>
convertElement(BlockItemId element)
method_1_4885(class_1_784 arg0)
getElemKey(BlockItemKey key)
public BlockItemProvidedTagBuilder<Element>
add(ResourceKey<Element> element)
method_71554(class_5321<Element> arg0)
add(RegistryKey<Element> arg0)
public BlockItemProvidedTagBuilder<Element>
add(BlockItemId... ids)
method_1_4878(class_1_784... arg0)
add(BlockItemKey... elems)
public BlockItemProvidedTagBuilder<Element>
addAll(ColorCollection<ResourceKey<Element>> collection)
method_1_4880(class_1_727<class_5321<Element>> arg0)
addColors(ColorMap<RegistryKey<Element>> elems)
public BlockItemProvidedTagBuilder<Element>
addAll(WeatheringCopperCollection<ResourceKey<Element>> collection)
method_1_4881(class_1_758<class_5321<Element>> arg0)
addColors(OxidationMap<RegistryKey<Element>> elems)
public final BlockItemProvidedTagBuilder<Element>
add(ResourceKey<Element>... elements)
method_71558(class_5321<Element>... arg0)
add(RegistryKey<Element>... arg0)
public BlockItemProvidedTagBuilder<Element>
addOptional(ResourceKey<Element> element)
method_71560(class_5321<Element> arg0)
addOptional(RegistryKey<Element> arg0)
public BlockItemProvidedTagBuilder<Element>
addTag(TagKey<Element> tag)
method_71553(class_6862<Element> arg0)
addTag(TagKey<Element> arg0)
public BlockItemProvidedTagBuilder<Element>
addOptionalTag(TagKey<Element> tag)
method_71559(class_6862<Element> arg0)
addOptionalTag(TagKey<Element> arg0)
public ProvidedTagBuilder
addOptionalTag(TagKey tag)
method_71559(class_6862 arg0)
addOptionalTag(TagKey arg0)
public ProvidedTagBuilder
addTag(TagKey tag)
method_71553(class_6862 arg0)
addTag(TagKey arg0)
public ProvidedTagBuilder
addOptional(ResourceKey element)
method_71560(class_5321 arg0)
addOptional(RegistryKey arg0)
public ProvidedTagBuilder
add(ResourceKey[] elements)
method_71558(class_5321[] arg0)
add(RegistryKey[] arg0)
public ProvidedTagBuilder
add(ResourceKey element)
method_71554(class_5321 arg0)
add(RegistryKey arg0)