Class VTags.MobEffects

java.lang.Object
io.github.vampirestudios.vampirelib.init.VTags.MobEffects
Enclosing class:
VTags

public static class VTags.MobEffects extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.tags.TagKey<net.minecraft.world.effect.MobEffect>
     
    static final net.minecraft.tags.TagKey<net.minecraft.world.effect.MobEffect>
     
    static final net.minecraft.tags.TagKey<net.minecraft.world.effect.MobEffect>
     
    static final net.minecraft.tags.TagKey<net.minecraft.world.effect.MobEffect>
     
  • 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

    • NEGATIVES

      public static final net.minecraft.tags.TagKey<net.minecraft.world.effect.MobEffect> NEGATIVES
    • POSITIVES

      public static final net.minecraft.tags.TagKey<net.minecraft.world.effect.MobEffect> POSITIVES
    • INSTANT

      public static final net.minecraft.tags.TagKey<net.minecraft.world.effect.MobEffect> INSTANT
    • LASTING

      public static final net.minecraft.tags.TagKey<net.minecraft.world.effect.MobEffect> LASTING
  • Constructor Details

    • MobEffects

      public MobEffects()