FabricTag

public interface FabricTag<T>

Interface implemented by net.minecraft.tag.Tag instances when Fabric API is present.

Parameters

<T>

Functions

hasBeenReplaced
Link copied to clipboard
abstract boolean hasBeenReplaced()
True if the given tag has been "replaced" by a datapack at least once.

Inheritors

TagDelegate
Link copied to clipboard
MixinTagImpl
Link copied to clipboard

Sources

jvm source
Link copied to clipboard