Class ConventionalEntityTypeTags
java.lang.Object
net.fabricmc.fabric.api.tag.convention.v1.ConventionalEntityTypeTags
See
EntityTypeTags
for vanilla tags.
Note that addition to some vanilla tags implies having certain functionality.-
Field Summary
Modifier and TypeFieldDescriptionstatic final net.minecraft.tag.TagKey<net.minecraft.entity.EntityType<?>>
static final net.minecraft.tag.TagKey<net.minecraft.entity.EntityType<?>>
Tag containing entity types that display a boss health bar.static final net.minecraft.tag.TagKey<net.minecraft.entity.EntityType<?>>
-
Constructor Summary
-
Method Summary
-
Field Details
-
BOSSES
public static final net.minecraft.tag.TagKey<net.minecraft.entity.EntityType<?>> BOSSESTag containing entity types that display a boss health bar. -
MINECARTS
public static final net.minecraft.tag.TagKey<net.minecraft.entity.EntityType<?>> MINECARTS -
BOATS
public static final net.minecraft.tag.TagKey<net.minecraft.entity.EntityType<?>> BOATS
-
-
Constructor Details
-
ConventionalEntityTypeTags
public ConventionalEntityTypeTags()
-