Class WorldSettings

java.lang.Object
fr.multimc.api.spigot.common.worlds.settings.WorldSettings

public class WorldSettings extends Object
  • Constructor Details

    • WorldSettings

      public WorldSettings(@NotNull @NotNull String worldName)
    • WorldSettings

      public WorldSettings(@NotNull @NotNull String worldName, @Nullable @Nullable Schematic schematic, @Nullable @Nullable RelativeLocation spawn, @NotNull @NotNull org.bukkit.Difficulty difficulty)
    • WorldSettings

      public WorldSettings(@NotNull @NotNull String worldName, @Nullable @Nullable Schematic schematic, @Nullable @Nullable RelativeLocation spawn, @NotNull @NotNull org.bukkit.Difficulty difficulty, @Nullable @Nullable org.bukkit.GameMode gameMode)
  • Method Details

    • getWorldName

      public String getWorldName()
    • getSchematic

      @Nullable public @Nullable Schematic getSchematic()
    • getSpawn

      public RelativeLocation getSpawn()
    • getDifficulty

      public org.bukkit.Difficulty getDifficulty()
    • getGameMode

      @Nullable public @Nullable org.bukkit.GameMode getGameMode()
    • getPreventions

      public List<WorldPrevention> getPreventions()
    • getGameRules

      public Map<org.bukkit.GameRule<?>,Object> getGameRules()
    • addGameRule

      public WorldSettings addGameRule(org.bukkit.GameRule<?> gameRule, Object value)
    • addGameRuleSet

      public WorldSettings addGameRuleSet(GameRuleSet gameRuleSet)
    • addPrevention

      public WorldSettings addPrevention(WorldPrevention prevention)
    • setDifficulty

      public WorldSettings setDifficulty(org.bukkit.Difficulty difficulty)
    • setGameMode

      public WorldSettings setGameMode(org.bukkit.GameMode gameMode)