Class FallenSatellitePopulator

java.lang.Object
org.bukkit.generator.BlockPopulator
io.github.addoncommunity.galactifun.api.worlds.populators.relics.FallenSatellitePopulator

public class FallenSatellitePopulator extends org.bukkit.generator.BlockPopulator
  • Constructor Summary

    Constructors
    Constructor
    Description
    FallenSatellitePopulator(double chance)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    populate(org.bukkit.generator.WorldInfo worldInfo, Random random, int cx, int cz, org.bukkit.generator.LimitedRegion region)
     
    protected void
    setSlimefunBlock(org.bukkit.generator.LimitedRegion region, org.bukkit.Location l, io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack item)
     

    Methods inherited from class org.bukkit.generator.BlockPopulator

    populate

    Methods inherited from class Object

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

    • FallenSatellitePopulator

      public FallenSatellitePopulator(double chance)
  • Method Details

    • populate

      public void populate(@Nonnull org.bukkit.generator.WorldInfo worldInfo, @Nonnull Random random, int cx, int cz, @Nonnull org.bukkit.generator.LimitedRegion region)
      Overrides:
      populate in class org.bukkit.generator.BlockPopulator
    • setSlimefunBlock

      protected void setSlimefunBlock(org.bukkit.generator.LimitedRegion region, org.bukkit.Location l, io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack item)