Class SpawnListEntry

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

public class SpawnListEntry extends WeightedRandomItem
  • Field Details

    • entityClass

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

      public int minGroupCount
    • maxGroupCount

      public int maxGroupCount
  • Constructor Details

    • SpawnListEntry

      public SpawnListEntry(Class par1Class, int par2, int par3, int par4)
  • Method Details