Package vazkii.botania.common.lib
Class BotaniaTags.Entities
java.lang.Object
vazkii.botania.common.lib.BotaniaTags.Entities
- Enclosing class:
BotaniaTags
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final net.minecraft.tags.TagKey<net.minecraft.world.entity.EntityType<?>> static final net.minecraft.tags.TagKey<net.minecraft.world.entity.EntityType<?>> static final net.minecraft.tags.TagKey<net.minecraft.world.entity.EntityType<?>> static final net.minecraft.tags.TagKey<net.minecraft.world.entity.EntityType<?>> static final net.minecraft.tags.TagKey<net.minecraft.world.entity.EntityType<?>> The Drum of the Gathering fills milk buckets for mobs in this tag.static final net.minecraft.tags.TagKey<net.minecraft.world.entity.EntityType<?>> The Drum of the Gathering will not shear mobs in this tag, even if they could be sheared.static final net.minecraft.tags.TagKey<net.minecraft.world.entity.EntityType<?>> Entities in this tag are immune to damage from the Key of the King's Lawstatic final net.minecraft.tags.TagKey<net.minecraft.world.entity.EntityType<?>> Entities in this tag cannot be picked up by the Rod of the Shaded Mesa -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
SHADED_MESA_BLACKLIST
public static final net.minecraft.tags.TagKey<net.minecraft.world.entity.EntityType<?>> SHADED_MESA_BLACKLISTEntities in this tag cannot be picked up by the Rod of the Shaded Mesa -
COCOON_COMMON
public static final net.minecraft.tags.TagKey<net.minecraft.world.entity.EntityType<?>> COCOON_COMMON -
COCOON_RARE
public static final net.minecraft.tags.TagKey<net.minecraft.world.entity.EntityType<?>> COCOON_RARE -
COCOON_COMMON_AQUATIC
public static final net.minecraft.tags.TagKey<net.minecraft.world.entity.EntityType<?>> COCOON_COMMON_AQUATIC -
COCOON_RARE_AQUATIC
public static final net.minecraft.tags.TagKey<net.minecraft.world.entity.EntityType<?>> COCOON_RARE_AQUATIC -
DRUM_MILKABLE
public static final net.minecraft.tags.TagKey<net.minecraft.world.entity.EntityType<?>> DRUM_MILKABLEThe Drum of the Gathering fills milk buckets for mobs in this tag. -
DRUM_NO_SHEARING
public static final net.minecraft.tags.TagKey<net.minecraft.world.entity.EntityType<?>> DRUM_NO_SHEARINGThe Drum of the Gathering will not shear mobs in this tag, even if they could be sheared. -
KEY_IMMUNE
public static final net.minecraft.tags.TagKey<net.minecraft.world.entity.EntityType<?>> KEY_IMMUNEEntities in this tag are immune to damage from the Key of the King's Law
-
-
Constructor Details
-
Entities
public Entities()
-