Class BotaniaTags.Entities

java.lang.Object
vazkii.botania.common.lib.BotaniaTags.Entities
Enclosing class:
BotaniaTags

public static class BotaniaTags.Entities extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    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<?>>
     
    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 Law
    static 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
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • SHADED_MESA_BLACKLIST

      public static final net.minecraft.tags.TagKey<net.minecraft.world.entity.EntityType<?>> SHADED_MESA_BLACKLIST
      Entities 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_MILKABLE
      The 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_SHEARING
      The 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_IMMUNE
      Entities in this tag are immune to damage from the Key of the King's Law
  • Constructor Details

    • Entities

      public Entities()