Add todo for MVWorldPropertyChangeEvent

This commit is contained in:
Ben Woo 2024-11-24 11:21:13 +08:00
parent e93e2aa5f4
commit 8d852c5269

View File

@ -25,6 +25,8 @@ import org.mvplugins.multiverse.core.world.MultiverseWorld;
* To get the new value, use {@link #getTheNewValue()}. To change it, use {@link #setTheNewValue(Object)}. * To get the new value, use {@link #getTheNewValue()}. To change it, use {@link #setTheNewValue(Object)}.
* @param <T> The type of the property that was set. * @param <T> The type of the property that was set.
*/ */
// todo: Implement or remove this
@Deprecated
public class MVWorldPropertyChangeEvent<T> extends Event implements Cancellable { public class MVWorldPropertyChangeEvent<T> extends Event implements Cancellable {
private MultiverseWorld world; private MultiverseWorld world;
private CommandSender changer; private CommandSender changer;