mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-24 19:46:09 +01:00
Add todo for MVWorldPropertyChangeEvent
This commit is contained in:
parent
e93e2aa5f4
commit
8d852c5269
@ -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)}.
|
||||
* @param <T> The type of the property that was set.
|
||||
*/
|
||||
// todo: Implement or remove this
|
||||
@Deprecated
|
||||
public class MVWorldPropertyChangeEvent<T> extends Event implements Cancellable {
|
||||
private MultiverseWorld world;
|
||||
private CommandSender changer;
|
||||
|
Loading…
Reference in New Issue
Block a user