mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-25 02:04:44 +02:00
Release 6.10.0
This commit is contained in:
@ -502,7 +502,7 @@ public class PlotListener {
|
||||
* @param uuid The uuid of the player the effect belongs to
|
||||
* @param name The name of the status effect
|
||||
* @param expiresAt The time when the effect expires
|
||||
* @since TODO
|
||||
* @since 6.10.0
|
||||
*/
|
||||
public void addEffect(@NonNull UUID uuid, @NonNull String name, long expiresAt) {
|
||||
List<StatusEffect> effects = playerEffects.getOrDefault(uuid, new ArrayList<>());
|
||||
|
@ -1020,7 +1020,7 @@ public abstract class PlotPlayer<P> implements CommandCaller, OfflinePlotPlayer,
|
||||
* Removes any effects present of the given type.
|
||||
*
|
||||
* @param name the name of the type to remove
|
||||
* @since TODO
|
||||
* @since 6.10.0
|
||||
*/
|
||||
public abstract void removeEffect(@NonNull String name);
|
||||
|
||||
|
Reference in New Issue
Block a user