Class ConventionalEntityTypeTags

java.lang.Object
net.fabricmc.fabric.api.tag.convention.v1.ConventionalEntityTypeTags

public class ConventionalEntityTypeTags extends Object
See EntityTypeTags for vanilla tags. Note that addition to some vanilla tags implies having certain functionality.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static 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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • BOSSES

      public static final net.minecraft.tag.TagKey<net.minecraft.entity.EntityType<?>> BOSSES
      Tag 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()