Deprecated player plugin tab related things

This commit is contained in:
Rsl1122 2019-03-24 10:29:54 +02:00
parent 28d5cf106a
commit aab5436b25
5 changed files with 5 additions and 0 deletions

View File

@ -35,6 +35,7 @@ import java.util.UUID;
*
* @author Rsl1122
*/
@Deprecated
public class CacheInspectPluginsTabRequest extends InfoRequestWithVariables implements CacheRequest {
private final ServerInfo serverInfo;

View File

@ -32,6 +32,7 @@ import java.util.UUID;
*
* @author Rsl1122
*/
@Deprecated
public class GenerateInspectPluginsTabRequest extends InfoRequestWithVariables implements GenerateRequest, WideRequest {
private final InfoSystem infoSystem;

View File

@ -40,6 +40,7 @@ public enum PageId {
FAVICON("Favicon"),
@Deprecated
PLAYER_PLUGINS_TAB("playerPluginsTab:"),
NETWORK_CONTENT("networkContent");

View File

@ -35,6 +35,7 @@ import java.util.*;
*
* @author Rsl1122
*/
@Deprecated
public class InspectPagePluginsContent extends PageResponse {
// ServerUUID, {nav, html}

View File

@ -143,6 +143,7 @@ public class PageFactory {
);
}
@Deprecated
public InspectPagePluginsContent inspectPagePluginsContent(UUID playerUUID) {
return InspectPagePluginsContent.generateForThisServer(playerUUID, serverInfo.get(), hookHandler.get());
}