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 reportId, Instant created, UUID reportedProfileId, Supplier<PlayerSkin> skinGetter) -
Method Summary
Modifier and TypeMethodDescriptioncopy()createScreen(Screen lastScreen, ReportingContext reportingContext) Methods inherited from class net.minecraft.client.multiplayer.chat.report.Report
isReportedPlayer
-
Field Details
-
skinGetter
-
-
Constructor Details
-
SkinReport
SkinReport(UUID reportId, Instant created, UUID reportedProfileId, Supplier<PlayerSkin> skinGetter)
-
-
Method Details
-
getSkinGetter
-
copy
-
createScreen
- Specified by:
createScreenin classReport
-