Class WorldSettings
java.lang.Object
fr.multimc.api.spigot.common.worlds.settings.WorldSettings
-
Constructor Summary
ConstructorsConstructorDescriptionWorldSettings
(@NotNull String worldName) WorldSettings
(@NotNull String worldName, @Nullable Schematic schematic, @Nullable RelativeLocation spawn, @NotNull org.bukkit.Difficulty difficulty) WorldSettings
(@NotNull String worldName, @Nullable Schematic schematic, @Nullable RelativeLocation spawn, @NotNull org.bukkit.Difficulty difficulty, @Nullable org.bukkit.GameMode gameMode) -
Method Summary
Modifier and TypeMethodDescriptionaddGameRule
(org.bukkit.GameRule<?> gameRule, Object value) addGameRuleSet
(GameRuleSet gameRuleSet) addPrevention
(WorldPrevention prevention) org.bukkit.Difficulty
@Nullable org.bukkit.GameMode
@Nullable Schematic
getSpawn()
setDifficulty
(org.bukkit.Difficulty difficulty) setGameMode
(org.bukkit.GameMode gameMode)
-
Constructor Details
-
WorldSettings
-
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
-
getSchematic
-
getSpawn
-
getDifficulty
public org.bukkit.Difficulty getDifficulty() -
getGameMode
@Nullable public @Nullable org.bukkit.GameMode getGameMode() -
getPreventions
-
getGameRules
-
addGameRule
-
addGameRuleSet
-
addPrevention
-
setDifficulty
-
setGameMode
-