Class EdenEntities

java.lang.Object
paulevs.edenring.registries.EdenEntities

public class EdenEntities extends Object
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.minecraft.world.entity.EntityType<DiskwingEntity>
     
    static final net.minecraft.world.entity.EntityType<LightningRayEntity>
     
    static final net.minecraft.world.entity.EntityType<EdenPainting>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
     
    protected static <T extends net.minecraft.world.entity.Entity>
    net.minecraft.world.entity.EntityType<T>
    register(String name, net.minecraft.world.entity.EntityType<T> type)
     
    protected static <T extends net.minecraft.world.entity.Entity>
    net.minecraft.world.entity.EntityType<T>
    register(String name, net.minecraft.world.entity.MobCategory group, float width, float height, net.minecraft.world.entity.EntityType.EntityFactory<T> entity)
     
    protected static <T extends net.minecraft.world.entity.Mob>
    net.minecraft.world.entity.EntityType<T>
    register(String name, net.minecraft.world.entity.MobCategory group, float width, float height, net.minecraft.world.entity.EntityType.EntityFactory<T> entity, net.minecraft.world.entity.ai.attributes.AttributeSupplier.Builder attributes, int eggColor, int dotsColor)
     

    Methods inherited from class java.lang.Object

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

    • DISKWING

      public static final net.minecraft.world.entity.EntityType<DiskwingEntity> DISKWING
    • LIGHTNING_RAY

      public static final net.minecraft.world.entity.EntityType<LightningRayEntity> LIGHTNING_RAY
    • LIMPHIUM_PAINTING

      public static final net.minecraft.world.entity.EntityType<EdenPainting> LIMPHIUM_PAINTING
  • Constructor Details

    • EdenEntities

      public EdenEntities()
  • Method Details

    • init

      public static void init()
    • register

      protected static <T extends net.minecraft.world.entity.Entity> net.minecraft.world.entity.EntityType<T> register(String name, net.minecraft.world.entity.MobCategory group, float width, float height, net.minecraft.world.entity.EntityType.EntityFactory<T> entity)
    • register

      protected static <T extends net.minecraft.world.entity.Entity> net.minecraft.world.entity.EntityType<T> register(String name, net.minecraft.world.entity.EntityType<T> type)
    • register

      protected static <T extends net.minecraft.world.entity.Mob> net.minecraft.world.entity.EntityType<T> register(String name, net.minecraft.world.entity.MobCategory group, float width, float height, net.minecraft.world.entity.EntityType.EntityFactory<T> entity, net.minecraft.world.entity.ai.attributes.AttributeSupplier.Builder attributes, int eggColor, int dotsColor)