Class PlanetConfig
java.lang.Object
ua.mcchickenstudio.opencreative.planets.PlanetConfig
PlanetConfig
This class represents a config of planet.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull org.bukkit.configuration.file.FileConfigurationboolean@NotNull CompletableFuture<Void> load()voidsave()voidvoidsetChanged(boolean changed) voidunload()
-
Constructor Details
-
PlanetConfig
-
-
Method Details
-
load
-
set
-
getConfig
@NotNull public @NotNull org.bukkit.configuration.file.FileConfiguration getConfig() -
remove
-
unload
public void unload() -
isChanged
public boolean isChanged() -
setChanged
public void setChanged(boolean changed) -
save
-