Package net.fabricmc.fabric.api.tag
Interface FabricTag<T>
- Type Parameters:
T
-
public interface FabricTag<T>
Interface implemented by
Tag
instances when
Fabric API is present.-
Method Summary
-
Method Details
-
hasBeenReplaced
boolean hasBeenReplaced()- Returns:
- True if the given tag has been "replaced" by a datapack at least once.
-