Class ModEntities.V

java.lang.Object
de.teamlapen.werewolves.core.ModEntities.V
Enclosing class:
ModEntities

public static class ModEntities.V extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<de.teamlapen.vampirism.entity.hunter.BasicHunterEntity>>
     
    static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<de.teamlapen.vampirism.entity.hunter.BasicHunterEntity.IMob>>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    V()
     
  • Method Summary

    Methods inherited from class java.lang.Object

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

    • HUNTER

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<de.teamlapen.vampirism.entity.hunter.BasicHunterEntity>> HUNTER
    • HUNTER_IMOB

      public static final net.minecraftforge.registries.RegistryObject<net.minecraft.world.entity.EntityType<de.teamlapen.vampirism.entity.hunter.BasicHunterEntity.IMob>> HUNTER_IMOB
  • Constructor Details

    • V

      public V()