public interface ServerSourceLineManager extends SourceLineManager<ServerSourceLine>
| Modifier and Type | Method and Description |
|---|---|
@NotNull ServerSourceLine |
register(@NotNull java.lang.Object addonObject,
@NotNull java.lang.String name,
@NotNull java.lang.String translation,
@NotNull java.lang.String icon,
int weight) |
@NotNull ServerPlayersSourceLine |
registerPlayers(@NotNull java.lang.Object addonObject,
@NotNull java.lang.String name,
@NotNull java.lang.String translation,
@NotNull java.lang.String icon,
int weight) |
clear, getLineById, getLineByName, getLines, unregister, unregister, unregister@NotNull @NotNull ServerSourceLine register(@NotNull @NotNull java.lang.Object addonObject, @NotNull @NotNull java.lang.String name, @NotNull @NotNull java.lang.String translation, @NotNull @NotNull java.lang.String icon, int weight)
@NotNull @NotNull ServerPlayersSourceLine registerPlayers(@NotNull @NotNull java.lang.Object addonObject, @NotNull @NotNull java.lang.String name, @NotNull @NotNull java.lang.String translation, @NotNull @NotNull java.lang.String icon, int weight)