Package me.axieum.mcmod.authme.mixin
Interface ReportingContextAccessor
public interface ReportingContextAccessor
Provides the means to access protected members of the Abuse Report Context.
-
Method Summary
Modifier and TypeMethodDescriptionnet.minecraft.client.multiplayer.chat.report.ReportEnvironmentReturns the reporter environment.
-
Method Details
-
getEnvironment
net.minecraft.client.multiplayer.chat.report.ReportEnvironment getEnvironment()Returns the reporter environment.- Returns:
- environment
-