From 877312184c472d9845e5ef1008bc538f4634059f Mon Sep 17 00:00:00 2001 From: Foghrye4 Date: Thu, 10 Aug 2017 18:50:56 +0300 Subject: fix missing source folder --- .../mods/fml/common/registry/EntityRegistry.html | 444 --------------------- 1 file changed, 444 deletions(-) delete mode 100644 javadoc/cpw/mods/fml/common/registry/EntityRegistry.html (limited to 'javadoc/cpw/mods/fml/common/registry/EntityRegistry.html') diff --git a/javadoc/cpw/mods/fml/common/registry/EntityRegistry.html b/javadoc/cpw/mods/fml/common/registry/EntityRegistry.html deleted file mode 100644 index a179e9d..0000000 --- a/javadoc/cpw/mods/fml/common/registry/EntityRegistry.html +++ /dev/null @@ -1,444 +0,0 @@ - - - - - -EntityRegistry (Forge API) - - - - - - - -
- - - - - -
- - - -
-
cpw.mods.fml.common.registry
-

Class EntityRegistry

-
-
- -
-
    -
  • -
    -
    -
    public class EntityRegistry
    -extends java.lang.Object
    -
  • -
-
-
- -
-
-
    -
  • - -
      -
    • - - -

      Method Detail

      - - - - - - - -
        -
      • -

        registerModEntity

        -
        public static void registerModEntity(java.lang.Class<? extends Entity> entityClass,
        -                     java.lang.String entityName,
        -                     int id,
        -                     java.lang.Object mod,
        -                     int trackingRange,
        -                     int updateFrequency,
        -                     boolean sendsVelocityUpdates)
        -
        Register the mod entity type with FML
        -
        Parameters:
        entityClass - The entity class
        entityName - A unique name for the entity
        id - A mod specific ID for the entity
        mod - The mod
        trackingRange - The range at which MC will send tracking updates
        updateFrequency - The frequency of tracking updates
        sendsVelocityUpdates - Whether to send velocity information packets as well
        -
      • -
      - - - -
        -
      • -

        registerGlobalEntityID

        -
        public static void registerGlobalEntityID(java.lang.Class<? extends Entity> entityClass,
        -                          java.lang.String entityName,
        -                          int id)
        -
      • -
      - - - -
        -
      • -

        registerGlobalEntityID

        -
        public static void registerGlobalEntityID(java.lang.Class<? extends Entity> entityClass,
        -                          java.lang.String entityName,
        -                          int id,
        -                          int backgroundEggColour,
        -                          int foregroundEggColour)
        -
      • -
      - - - -
        -
      • -

        addSpawn

        -
        public static void addSpawn(java.lang.Class<? extends EntityLiving> entityClass,
        -            int weightedProb,
        -            int min,
        -            int max,
        -            EnumCreatureType typeOfCreature,
        -            BiomeGenBase... biomes)
        -
      • -
      - - - -
        -
      • -

        addSpawn

        -
        public static void addSpawn(java.lang.String entityName,
        -            int weightedProb,
        -            int min,
        -            int max,
        -            EnumCreatureType spawnList,
        -            BiomeGenBase... biomes)
        -
      • -
      - - - - - - - -
        -
      • -

        removeSpawn

        -
        public static void removeSpawn(java.lang.String entityName,
        -               EnumCreatureType spawnList,
        -               BiomeGenBase... biomes)
        -
      • -
      - - - -
        -
      • -

        findGlobalUniqueEntityId

        -
        public static int findGlobalUniqueEntityId()
        -
      • -
      - - - - - - - - - - - -
        -
      • -

        tryTrackingEntity

        -
        public boolean tryTrackingEntity(EntityTracker entityTracker,
        -                        Entity entity)
        -
      • -
      -
    • -
    -
  • -
-
-
- - -
- - - - - -
- - - - -- cgit v1.2.3