mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 05:06:44 +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.
|
* Generic settings class.
|
||||||
* - Does not keep a reference to a parent 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)
|
* - 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 {
|
public class PlotSettings {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user