Uses of Class
com.comphenix.protocol.error.ReportType
Packages that use ReportType
Package
Description
Contains classes for retrieving the main ProtocolMananger object.
-
Uses of ReportType in com.comphenix.protocol
Fields in com.comphenix.protocol declared as ReportTypeModifier and TypeFieldDescriptionstatic ReportTypeProtocolLib.REPORT_CANNOT_CREATE_TIMEOUT_TASKstatic ReportTypeProtocolLib.REPORT_CANNOT_DELETE_CONFIGstatic ReportTypeProtocolLib.REPORT_CANNOT_DETECT_CONFLICTING_PLUGINSstatic ReportTypeCommandFilter.REPORT_CANNOT_HANDLE_CONVERSATIONstatic ReportTypeProtocolLib.REPORT_CANNOT_LOAD_CONFIGstatic ReportTypeCommandFilter.REPORT_CANNOT_LOAD_FALLBACK_ENGINEstatic ReportTypeProtocolLib.REPORT_CANNOT_PARSE_INJECTION_METHODstatic ReportTypeProtocolLib.REPORT_CANNOT_PARSE_MINECRAFT_VERSIONstatic ReportTypeProtocolLib.REPORT_CANNOT_REGISTER_COMMANDstatic ReportTypeProtocolLib.REPORT_CANNOT_UPDATE_PLUGINstatic ReportTypeCommandBase.REPORT_COMMAND_ERRORstatic ReportTypeCommandFilter.REPORT_FALLBACK_ENGINEstatic ReportTypeCommandFilter.REPORT_FILTER_REMOVED_FOR_ERRORstatic ReportTypeProtocolLib.REPORT_METRICS_GENERIC_ERRORstatic ReportTypeProtocolLib.REPORT_METRICS_IO_ERRORstatic ReportTypeCommandFilter.REPORT_PACKAGES_UNSUPPORTED_IN_ENGINEstatic ReportTypeProtocolLib.REPORT_PLUGIN_ENABLE_ERRORstatic ReportTypeProtocolLib.REPORT_PLUGIN_LOAD_ERRORstatic ReportTypeCommandBase.REPORT_UNEXPECTED_COMMAND -
Uses of ReportType in com.comphenix.protocol.async
Fields in com.comphenix.protocol.async declared as ReportTypeModifier and TypeFieldDescriptionstatic ReportTypeAsyncListenerHandler.REPORT_HANDLER_NOT_STARTED -
Uses of ReportType in com.comphenix.protocol.error
Fields in com.comphenix.protocol.error declared as ReportTypeModifier and TypeFieldDescriptionstatic ReportTypeDetailedErrorReporter.REPORT_EXCEPTION_COUNTReport format for printing the current exception count.Methods in com.comphenix.protocol.error that return ReportTypeModifier and TypeMethodDescriptionstatic ReportType[]ReportType.getReports(Class<?> sender)Retrieve all publicly associated reports.Report.getType()Retrieve the report type.Methods in com.comphenix.protocol.error with parameters of type ReportTypeModifier and TypeMethodDescriptionstatic StringReportType.getReportName(Object sender, ReportType type)Retrieve the full canonical name of a given report type.static Report.ReportBuilderReport.newBuilder(ReportType type)Construct a new report builder.Report.ReportBuilder.type(ReportType type)Set the current report type.Constructors in com.comphenix.protocol.error with parameters of type ReportTypeModifierConstructorDescriptionprotectedReport(ReportType type, Throwable exception, Object[] messageParameters, Object[] callerParameters)Construct a new report with the given type and parameters.protectedReport(ReportType type, Throwable exception, Object[] messageParameters, Object[] callerParameters, long rateLimit)Construct a new report with the given type and parameters. -
Uses of ReportType in com.comphenix.protocol.events
Fields in com.comphenix.protocol.events declared as ReportTypeModifier and TypeFieldDescriptionstatic ReportTypePacketEvent.REPORT_CHANGING_PACKET_TYPE_IS_CONFUSING -
Uses of ReportType in com.comphenix.protocol.injector
Fields in com.comphenix.protocol.injector declared as ReportTypeModifier and TypeFieldDescriptionstatic ReportTypeBukkitUnwrapper.REPORT_CANNOT_FIND_UNWRAP_METHODstatic ReportTypePacketFilterManager.REPORT_CANNOT_INITIALIZE_PACKET_INJECTORstatic ReportTypePacketFilterManager.REPORT_CANNOT_INJECT_PLAYERstatic ReportTypePacketFilterManager.REPORT_CANNOT_LOAD_PACKET_LISTstatic ReportTypeBukkitUnwrapper.REPORT_CANNOT_READ_FIELD_HANDLEstatic ReportTypePacketFilterManager.REPORT_CANNOT_UNINJECT_OFFLINE_PLAYERstatic ReportTypePacketFilterManager.REPORT_CANNOT_UNINJECT_PLAYERstatic ReportTypePacketFilterManager.REPORT_CANNOT_UNREGISTER_PLUGINstatic ReportTypeBukkitUnwrapper.REPORT_ILLEGAL_ARGUMENTstatic ReportTypePacketFilterManager.REPORT_PLUGIN_DEPEND_MISSINGstatic ReportTypePacketFilterManager.REPORT_PLUGIN_VERIFIER_ERRORstatic ReportTypeBukkitUnwrapper.REPORT_SECURITY_LIMITATIONstatic ReportTypePacketFilterManager.REPORT_UNSUPPORTED_CLIENT_PACKETstatic ReportTypePacketFilterManager.REPORT_UNSUPPORTED_SERVER_PACKET -
Uses of ReportType in com.comphenix.protocol.injector.netty
Fields in com.comphenix.protocol.injector.netty declared as ReportTypeModifier and TypeFieldDescriptionstatic ReportTypeProtocolInjector.REPORT_CANNOT_INJECT_INCOMING_CHANNEL -
Uses of ReportType in com.comphenix.protocol.reflect.compiler
Fields in com.comphenix.protocol.reflect.compiler declared as ReportTypeModifier and TypeFieldDescriptionstatic ReportTypeBackgroundCompiler.REPORT_CANNOT_COMPILE_STRUCTURE_MODIFIERstatic ReportTypeBackgroundCompiler.REPORT_CANNOT_SCHEDULE_COMPILATIONstatic ReportTypeStructureCompiler.REPORT_TOO_MANY_GENERATED_CLASSES -
Uses of ReportType in com.comphenix.protocol.updater
Fields in com.comphenix.protocol.updater declared as ReportType -
Uses of ReportType in com.comphenix.protocol.utility
Fields in com.comphenix.protocol.utility declared as ReportTypeModifier and TypeFieldDescriptionstatic ReportTypeMinecraftReflection.REPORT_CANNOT_FIND_MCPC_REMAPPERstatic ReportTypeMinecraftReflection.REPORT_CANNOT_LOAD_CPC_REMAPPERstatic ReportTypeMinecraftReflection.REPORT_NON_CRAFTBUKKIT_LIBRARY_PACKAGE -
Uses of ReportType in com.comphenix.protocol.wrappers
Fields in com.comphenix.protocol.wrappers declared as ReportType