Uses of Record Class
com.mojang.authlib.minecraft.report.AbuseReportLimits
Packages that use AbuseReportLimits
Package
Description
-
Uses of AbuseReportLimits in com.mojang.authlib.minecraft
Methods in com.mojang.authlib.minecraft that return AbuseReportLimits -
Uses of AbuseReportLimits in com.mojang.authlib.minecraft.report
Fields in com.mojang.authlib.minecraft.report declared as AbuseReportLimits -
Uses of AbuseReportLimits in com.mojang.authlib.yggdrasil
Methods in com.mojang.authlib.yggdrasil that return AbuseReportLimits -
Uses of AbuseReportLimits in net.minecraft.client.multiplayer.chat.report
Fields in net.minecraft.client.multiplayer.chat.report declared as AbuseReportLimitsMethods in net.minecraft.client.multiplayer.chat.report that return AbuseReportLimitsModifier and TypeMethodDescriptiondefault AbuseReportLimitsAbuseReportSender.reportLimits()AbuseReportSender.Services.reportLimits()Methods in net.minecraft.client.multiplayer.chat.report with parameters of type AbuseReportLimitsModifier and TypeMethodDescriptionvoidChatReport.toggleReported(int id, AbuseReportLimits limits) Constructors in net.minecraft.client.multiplayer.chat.report with parameters of type AbuseReportLimitsModifierConstructorDescriptionBuilder(UUID reportedProfileId, AbuseReportLimits limits) Builder(ChatReport report, AbuseReportLimits limits) Builder(UUID reportedProfileId, String reportedName, AbuseReportLimits limits) Builder(NameReport report, AbuseReportLimits limits) protectedBuilder(R report, AbuseReportLimits limits) Builder(UUID reportedProfileId, Supplier<PlayerSkin> skin, AbuseReportLimits limits) Builder(SkinReport report, AbuseReportLimits limits)