net.minecraft.src
Class SpawnListEntry

java.lang.Object
  extended by net.minecraft.src.WeightedRandomItem
      extended by net.minecraft.src.SpawnListEntry

public class SpawnListEntry
extends WeightedRandomItem


Field Summary
 Class entityClass
          Holds the class of the entity to be spawned.
 int maxGroupCount
           
 int minGroupCount
           
 
Fields inherited from class net.minecraft.src.WeightedRandomItem
itemWeight
 
Constructor Summary
SpawnListEntry(Class par1Class, int par2, int par3, int par4)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

entityClass

public Class entityClass
Holds the class of the entity to be spawned.


minGroupCount

public int minGroupCount

maxGroupCount

public int maxGroupCount
Constructor Detail

SpawnListEntry

public SpawnListEntry(Class par1Class,
                      int par2,
                      int par3,
                      int par4)