public final class EntityTypeTags extends Object
Modifier and Type | Field and Description |
---|---|
static Tag.Identified<EntityType<?>> |
ARROWS |
static Tag.Identified<EntityType<?>> |
BEEHIVE_INHABITORS |
static Tag.Identified<EntityType<?>> |
IMPACT_PROJECTILES |
static Tag.Identified<EntityType<?>> |
RAIDERS |
protected static RequiredTagList<EntityType<?>> |
REQUIRED_TAGS |
static Tag.Identified<EntityType<?>> |
SKELETONS |
Constructor and Description |
---|
EntityTypeTags() |
Modifier and Type | Method and Description |
---|---|
static List<? extends Tag.Identified<EntityType<?>>> |
getRequiredTags() |
static TagGroup<EntityType<?>> |
getTagGroup() |
private static Tag.Identified<EntityType<?>> |
register(String id) |
protected static final RequiredTagList<EntityType<?>> REQUIRED_TAGS
public static final Tag.Identified<EntityType<?>> SKELETONS
public static final Tag.Identified<EntityType<?>> RAIDERS
public static final Tag.Identified<EntityType<?>> BEEHIVE_INHABITORS
public static final Tag.Identified<EntityType<?>> ARROWS
public static final Tag.Identified<EntityType<?>> IMPACT_PROJECTILES
private static Tag.Identified<EntityType<?>> register(String id)
public static TagGroup<EntityType<?>> getTagGroup()
public static List<? extends Tag.Identified<EntityType<?>>> getRequiredTags()