Class NameReport
java.lang.Object
net.minecraft.client.multiplayer.chat.report.Report
net.minecraft.client.multiplayer.chat.report.NameReport
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class net.minecraft.client.multiplayer.chat.report.Report
Report.CannotBuildReason, Report.Result
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNameReport
(UUID pReportId, Instant pCreatedAt, UUID pReportedProfileId, String pReportedName) -
Method Summary
Modifier and TypeMethodDescriptioncopy()
createScreen
(Screen pLastScreen, ReportingContext pReportingContext) Methods inherited from class net.minecraft.client.multiplayer.chat.report.Report
isReportedPlayer
-
Field Details
-
reportedName
-
-
Constructor Details
-
NameReport
-
-
Method Details
-
getReportedName
-
copy
-
createScreen
- Specified by:
createScreen
in classReport
-