mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-02-04 22:41:41 +01:00
Deprecated player plugin tab related things
This commit is contained in:
parent
28d5cf106a
commit
aab5436b25
@ -35,6 +35,7 @@ import java.util.UUID;
|
||||
*
|
||||
* @author Rsl1122
|
||||
*/
|
||||
@Deprecated
|
||||
public class CacheInspectPluginsTabRequest extends InfoRequestWithVariables implements CacheRequest {
|
||||
|
||||
private final ServerInfo serverInfo;
|
||||
|
@ -32,6 +32,7 @@ import java.util.UUID;
|
||||
*
|
||||
* @author Rsl1122
|
||||
*/
|
||||
@Deprecated
|
||||
public class GenerateInspectPluginsTabRequest extends InfoRequestWithVariables implements GenerateRequest, WideRequest {
|
||||
|
||||
private final InfoSystem infoSystem;
|
||||
|
@ -40,6 +40,7 @@ public enum PageId {
|
||||
|
||||
FAVICON("Favicon"),
|
||||
|
||||
@Deprecated
|
||||
PLAYER_PLUGINS_TAB("playerPluginsTab:"),
|
||||
NETWORK_CONTENT("networkContent");
|
||||
|
||||
|
@ -35,6 +35,7 @@ import java.util.*;
|
||||
*
|
||||
* @author Rsl1122
|
||||
*/
|
||||
@Deprecated
|
||||
public class InspectPagePluginsContent extends PageResponse {
|
||||
|
||||
// ServerUUID, {nav, html}
|
||||
|
@ -143,6 +143,7 @@ public class PageFactory {
|
||||
);
|
||||
}
|
||||
|
||||
@Deprecated
|
||||
public InspectPagePluginsContent inspectPagePluginsContent(UUID playerUUID) {
|
||||
return InspectPagePluginsContent.generateForThisServer(playerUUID, serverInfo.get(), hookHandler.get());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user