Package com.mrbysco.spellchecker.mixin
Class ChatScreenMixin
java.lang.Object
com.mrbysco.spellchecker.mixin.ChatScreenMixin
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidspellchecker_keyPressed(int keyCode, int scanCode, int modifiers, org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<Boolean> cir) voidspellchecker_mouseClicked(double mouseX, double mouseY, int button, org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<Boolean> cir) voidspellchecker_render(net.minecraft.client.gui.GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick, org.spongepowered.asm.mixin.injection.callback.CallbackInfo info)
-
Field Details
-
input
protected net.minecraft.client.gui.components.EditBox input
-
-
Constructor Details
-
ChatScreenMixin
public ChatScreenMixin()
-
-
Method Details
-
spellchecker_keyPressed
public void spellchecker_keyPressed(int keyCode, int scanCode, int modifiers, org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<Boolean> cir) -
spellchecker_mouseClicked
public void spellchecker_mouseClicked(double mouseX, double mouseY, int button, org.spongepowered.asm.mixin.injection.callback.CallbackInfoReturnable<Boolean> cir) -
spellchecker_render
public void spellchecker_render(net.minecraft.client.gui.GuiGraphics guiGraphics, int mouseX, int mouseY, float partialTick, org.spongepowered.asm.mixin.injection.callback.CallbackInfo info)
-