Package gay.object.hexdebug.mixin
Class MixinGuiSpellcasting
java.lang.Object
gay.object.hexdebug.mixin.MixinGuiSpellcasting
- All Implemented Interfaces:
gay.object.hexdebug.gui.splicing.IMixinGuiSpellcasting
public abstract class MixinGuiSpellcasting
extends Object
implements gay.object.hexdebug.gui.splicing.IMixinGuiSpellcasting
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidabstract @NotNull net.minecraft.world.InteractionHand@Nullable BiConsumer<at.petrak.hexcasting.api.casting.math.HexPattern,Integer> voidsetOnDrawSplicingTablePattern$hexdebug(@Nullable BiConsumer<at.petrak.hexcasting.api.casting.math.HexPattern, Integer> unitFunction1)
-
Constructor Details
-
MixinGuiSpellcasting
public MixinGuiSpellcasting()
-
-
Method Details
-
getHandOpenedWith
@NotNull public abstract @NotNull net.minecraft.world.InteractionHand getHandOpenedWith()- Specified by:
getHandOpenedWithin interfacegay.object.hexdebug.gui.splicing.IMixinGuiSpellcasting
-
getOnDrawSplicingTablePattern$hexdebug
@Nullable public @Nullable BiConsumer<at.petrak.hexcasting.api.casting.math.HexPattern,Integer> getOnDrawSplicingTablePattern$hexdebug()- Specified by:
getOnDrawSplicingTablePattern$hexdebugin interfacegay.object.hexdebug.gui.splicing.IMixinGuiSpellcasting
-
setOnDrawSplicingTablePattern$hexdebug
public void setOnDrawSplicingTablePattern$hexdebug(@Nullable @Nullable BiConsumer<at.petrak.hexcasting.api.casting.math.HexPattern, Integer> unitFunction1) - Specified by:
setOnDrawSplicingTablePattern$hexdebugin interfacegay.object.hexdebug.gui.splicing.IMixinGuiSpellcasting
-
clearPatterns$hexdebug
public void clearPatterns$hexdebug()- Specified by:
clearPatterns$hexdebugin interfacegay.object.hexdebug.gui.splicing.IMixinGuiSpellcasting
-