mirror of
https://github.com/BentoBoxWorld/BentoBox.git
synced 2024-11-24 11:45:31 +01:00
Improved WorldSettings Javadoc
This commit is contained in:
parent
2bef086db4
commit
efd0aba8e8
@ -11,9 +11,10 @@ import org.bukkit.entity.EntityType;
|
|||||||
import world.bentobox.bentobox.api.flags.Flag;
|
import world.bentobox.bentobox.api.flags.Flag;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Contains world-specific settings. Only getters are required, but you may need setters for your own class.
|
* Contains world-specific settings that must be provided by the {@link world.bentobox.bentobox.api.addons.GameModeAddon} in order to register its Worlds.
|
||||||
|
* <br/>
|
||||||
|
* Depending on your implementation, you may need to add setters.
|
||||||
* @author tastybento
|
* @author tastybento
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
public interface WorldSettings {
|
public interface WorldSettings {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user