Class MainConfig.Factions.Spawning

java.lang.Object
dev.kitteh.factions.config.file.MainConfig.Factions.Spawning
Enclosing class:
MainConfig.Factions

public class MainConfig.Factions.Spawning extends Object
  • Constructor Details

    • Spawning

      public Spawning()
  • Method Details

    • isUpdateAutomatically

      public boolean isUpdateAutomatically()
    • getPreventInSafezone

      public Set<org.bukkit.event.entity.CreatureSpawnEvent.SpawnReason> getPreventInSafezone()
    • getPreventInSafezoneExceptions

      public Set<org.bukkit.entity.EntityType> getPreventInSafezoneExceptions()
    • getPreventInTerritory

      public Set<org.bukkit.event.entity.CreatureSpawnEvent.SpawnReason> getPreventInTerritory()
    • getPreventInTerritoryExceptions

      public Set<org.bukkit.entity.EntityType> getPreventInTerritoryExceptions()
    • getPreventInWarzone

      public Set<org.bukkit.event.entity.CreatureSpawnEvent.SpawnReason> getPreventInWarzone()
    • getPreventInWarzoneExceptions

      public Set<org.bukkit.entity.EntityType> getPreventInWarzoneExceptions()
    • getPreventInWilderness

      public Set<org.bukkit.event.entity.CreatureSpawnEvent.SpawnReason> getPreventInWilderness()
    • getPreventInWildernessExceptions

      public Set<org.bukkit.entity.EntityType> getPreventInWildernessExceptions()