mirror of
https://github.com/TotalFreedomMC/TF-Marriage.git
synced 2025-02-11 03:30:01 +00:00
fix compile errors
This commit is contained in:
parent
bbe53fe01f
commit
1d14bc7c52
1 changed files with 5 additions and 5 deletions
|
@ -44,16 +44,16 @@ public interface MPlayer {
|
||||||
* Get current marriage of the player.
|
* Get current marriage of the player.
|
||||||
*
|
*
|
||||||
* @return Player's marriage, NULL if not married.
|
* @return Player's marriage, NULL if not married.
|
||||||
* @deprecated Use {@link #getFirstMarriage()} or {@link #getMarriage(UUID)} or {@link #getMarriages()}
|
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
// * @deprecated Use {@link #getFirstMarriage()} or {@link #getMarriage(UUID)} or {@link #getMarriages()}
|
||||||
|
// @Deprecated
|
||||||
MData getMarriage();
|
MData getMarriage();
|
||||||
|
|
||||||
MData getFirstMarriage();
|
// MData getFirstMarriage();
|
||||||
|
|
||||||
MData getMarriage(UUID withPlayer);
|
// MData getMarriage(UUID withPlayer);
|
||||||
|
|
||||||
MData getMarriages();
|
// MData getMarriages();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the last name the player logged on with.
|
* Get the last name the player logged on with.
|
||||||
|
|
Loading…
Reference in a new issue