mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-18 03:16:37 +01:00
Update test plugin
This commit is contained in:
parent
ad4eb2ec7d
commit
a6628220d3
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
||||||
package io.papermc.testplugin;
|
package io.papermc.testplugin;
|
||||||
|
|
||||||
|
import io.papermc.paper.plugin.bootstrap.BootstrapContext;
|
||||||
import io.papermc.paper.plugin.bootstrap.PluginBootstrap;
|
import io.papermc.paper.plugin.bootstrap.PluginBootstrap;
|
||||||
import io.papermc.paper.plugin.bootstrap.PluginProviderContext;
|
|
||||||
import org.jetbrains.annotations.NotNull;
|
import org.jetbrains.annotations.NotNull;
|
||||||
|
|
||||||
public class TestPluginBootstrap implements PluginBootstrap {
|
public class TestPluginBootstrap implements PluginBootstrap {
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void bootstrap(@NotNull PluginProviderContext context) {
|
public void bootstrap(@NotNull BootstrapContext context) {
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue