geforkt von Mirrors/Paper
Update test plugin
Dieser Commit ist enthalten in:
Ursprung
00b28e1c3b
Commit
ddd74452e4
@ -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) {
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren