File tree Expand file tree Collapse file tree
core/src/main/java/dev/pgm/community/serverlinks Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212import java .util .Map ;
1313import java .util .Objects ;
1414import org .bukkit .configuration .Configuration ;
15- import org .jspecify .annotations .Nullable ;
1615import org .jetbrains .annotations .Unmodifiable ;
1716import org .jspecify .annotations .NullMarked ;
17+ import org .jspecify .annotations .Nullable ;
1818
1919@ NullMarked
2020public class ServerLinksConfig extends FeatureConfigImpl {
Original file line number Diff line number Diff line change 44import java .util .List ;
55import org .bukkit .event .HandlerList ;
66import org .bukkit .event .server .ServerEvent ;
7- import org .jspecify .annotations .Nullable ;
87import org .jspecify .annotations .NullMarked ;
8+ import org .jspecify .annotations .Nullable ;
99
1010@ NullMarked
1111public class ServerLinksRequestEvent extends ServerEvent {
Original file line number Diff line number Diff line change 22
33import java .net .URI ;
44import net .kyori .adventure .text .Component ;
5- import org .jspecify .annotations .Nullable ;
65import org .jspecify .annotations .NullMarked ;
6+ import org .jspecify .annotations .Nullable ;
77
88/**
99 * Represents a Minecraft server link.
You can’t perform that action at this time.
0 commit comments