Class MouseLocationProvider

java.lang.Object
net.minecraft.util.crash.provider.client.MouseLocationProvider
All Implemented Interfaces:
Callable

@Environment(CLIENT) class MouseLocationProvider extends Object implements Callable
Mappings:
Namespace Name
official bll
intermediary net/minecraft/class_1345
named net/minecraft/util/crash/provider/client/MouseLocationProvider
  • Constructor Details

    • MouseLocationProvider

      MouseLocationProvider(GameRenderer gameRenderer, int x, int y)
      Mappings:
      Namespace Name Mixin selector
      official <init> Lbll;<init>(Lblj;II)V
      intermediary <init> Lnet/minecraft/class_1345;<init>(Lnet/minecraft/class_524;II)V
      named <init> Lnet/minecraft/util/crash/provider/client/MouseLocationProvider;<init>(Lnet/minecraft/client/render/GameRenderer;II)V
  • Method Details

    • call

      public String call()
      Specified by:
      call in interface Callable
      Mappings:
      Namespace Name Mixin selector
      official a Lbll;a()Ljava/lang/String;
      intermediary method_4304 Lnet/minecraft/class_1345;method_4304()Ljava/lang/String;
      named call Lnet/minecraft/util/crash/provider/client/MouseLocationProvider;call()Ljava/lang/String;