Class SkinReport
java.lang.Object
net.minecraft.client.multiplayer.chat.report.Report
net.minecraft.client.multiplayer.chat.report.SkinReport
-
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
ConstructorsConstructorDescriptionSkinReport
(UUID pReportId, Instant pCreated, UUID pReportedProfileId, Supplier<PlayerSkin> pSkinGetter) -
Method Summary
Modifier and TypeMethodDescriptioncopy()
createScreen
(Screen pLastScreen, ReportingContext pReportingContext) Methods inherited from class net.minecraft.client.multiplayer.chat.report.Report
isReportedPlayer
-
Field Details
-
skinGetter
-
-
Constructor Details
-
SkinReport
SkinReport(UUID pReportId, Instant pCreated, UUID pReportedProfileId, Supplier<PlayerSkin> pSkinGetter)
-
-
Method Details
-
getSkinGetter
-
copy
-
createScreen
- Specified by:
createScreen
in classReport
-