All Downloads are FREE. Search and download functionalities are using the official Maven repository.

cn.nukkit.plugin.PowerNukkitPlugin Maven / Gradle / Ivy

There is a newer version: 1.20.40-r1
Show newest version
package cn.nukkit.plugin;

import cn.nukkit.api.DeprecationDetails;
import cn.nukkit.api.PowerNukkitOnly;
import cn.nukkit.api.Since;
import lombok.NoArgsConstructor;

@PowerNukkitOnly
@Since("1.3.0.0-PN")
@NoArgsConstructor(onConstructor = @__(@PowerNukkitOnly))
@Deprecated
@DeprecationDetails(since = "1.19.60-r1", reason = "replace", replaceWith = "InternalPlugin")
public class PowerNukkitPlugin extends PluginBase {
    private static final PowerNukkitPlugin INSTANCE = new PowerNukkitPlugin();

    @PowerNukkitOnly
    @Since("1.3.0.0-PN")
    public static PowerNukkitPlugin getInstance() {
        return INSTANCE;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy