public abstract class CrashReportHandle
extends com.bergerkiller.mountiplex.reflection.declarations.Template.Handle
T
member.
New handles can be created from raw instances using createHandle(Object)
.Modifier and Type | Class and Description |
---|---|
static class |
CrashReportHandle.CrashReportClass
Stores class members for net.minecraft.server.CrashReport.
|
Modifier and Type | Field and Description |
---|---|
static CrashReportHandle.CrashReportClass |
T |
Constructor and Description |
---|
CrashReportHandle() |
Modifier and Type | Method and Description |
---|---|
static CrashReportHandle |
create(Throwable throwable,
String message) |
static CrashReportHandle |
createHandle(Object handleInstance) |
abstract CrashReportSystemDetailsHandle |
getSystemDetails(String message) |
public static final CrashReportHandle.CrashReportClass T
public static CrashReportHandle createHandle(Object handleInstance)
public static CrashReportHandle create(Throwable throwable, String message)
public abstract CrashReportSystemDetailsHandle getSystemDetails(String message)
Copyright © 2019. All rights reserved.