mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-21 12:46:46 +01:00
Added disclaimer to PlotSettings.
This class is not and never has been proper API.
This commit is contained in:
parent
3a8fae47a0
commit
1646f2f426
@ -34,7 +34,9 @@ import java.util.UUID;
|
||||
* Generic settings class.
|
||||
* - Does not keep a reference to a parent class
|
||||
* - Direct changes here will not occur in the db (Use the parent plot object for that)
|
||||
* This class is not part of the API and may change at any time. It is recommended to use equivalent methods in the Plot class.
|
||||
*/
|
||||
@Deprecated
|
||||
public class PlotSettings {
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user