Class EntityDecorator

java.lang.Object
org.bukkit.generator.BlockPopulator
net.glowstone.generator.decorators.EntityDecorator

public class EntityDecorator extends org.bukkit.generator.BlockPopulator
  • Constructor Details

    • EntityDecorator

      public EntityDecorator(org.bukkit.entity.EntityType... entityTypes)
  • Method Details

    • setEntityTypes

      public void setEntityTypes(org.bukkit.entity.EntityType... entityTypes)
    • setGroupSize

      public void setGroupSize(int minGroup, int maxGroup)
    • populate

      public void populate(org.bukkit.World world, Random random, org.bukkit.Chunk chunk)
      Specified by:
      populate in class org.bukkit.generator.BlockPopulator
    • getEntityTypes

      public org.bukkit.entity.EntityType[] getEntityTypes()
    • getRarity

      public float getRarity()
    • setRarity

      public void setRarity(float rarity)
    • getMinGroup

      public int getMinGroup()
    • getMaxGroup

      public int getMaxGroup()