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