Package gay.object.hexdebug.mixin
Class MixinCastingContext
java.lang.Object
gay.object.hexdebug.mixin.MixinCastingContext
- All Implemented Interfaces:
gay.object.hexdebug.casting.eval.IMixinCastingContext
public abstract class MixinCastingContext
extends Object
implements gay.object.hexdebug.casting.eval.IMixinCastingContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@Nullable gay.object.hexdebug.debugger.DebugStepType@Nullable at.petrak.hexcasting.api.spell.ActionbooleanvoidsetDebugging$hexdebug(boolean isDebugging) voidsetLastDebugStepType$hexdebug(@Nullable gay.object.hexdebug.debugger.DebugStepType lastDebugStepType) voidsetLastEvaluatedAction$hexdebug(@Nullable at.petrak.hexcasting.api.spell.Action lastEvaluatedAction)
-
Constructor Details
-
MixinCastingContext
public MixinCastingContext()
-
-
Method Details
-
isDebugging$hexdebug
public boolean isDebugging$hexdebug()- Specified by:
isDebugging$hexdebugin interfacegay.object.hexdebug.casting.eval.IMixinCastingContext
-
setDebugging$hexdebug
public void setDebugging$hexdebug(boolean isDebugging) - Specified by:
setDebugging$hexdebugin interfacegay.object.hexdebug.casting.eval.IMixinCastingContext
-
getLastEvaluatedAction$hexdebug
@Nullable public @Nullable at.petrak.hexcasting.api.spell.Action getLastEvaluatedAction$hexdebug()- Specified by:
getLastEvaluatedAction$hexdebugin interfacegay.object.hexdebug.casting.eval.IMixinCastingContext
-
setLastEvaluatedAction$hexdebug
public void setLastEvaluatedAction$hexdebug(@Nullable @Nullable at.petrak.hexcasting.api.spell.Action lastEvaluatedAction) - Specified by:
setLastEvaluatedAction$hexdebugin interfacegay.object.hexdebug.casting.eval.IMixinCastingContext
-
getLastDebugStepType$hexdebug
@Nullable public @Nullable gay.object.hexdebug.debugger.DebugStepType getLastDebugStepType$hexdebug()- Specified by:
getLastDebugStepType$hexdebugin interfacegay.object.hexdebug.casting.eval.IMixinCastingContext
-
setLastDebugStepType$hexdebug
public void setLastDebugStepType$hexdebug(@Nullable @Nullable gay.object.hexdebug.debugger.DebugStepType lastDebugStepType) - Specified by:
setLastDebugStepType$hexdebugin interfacegay.object.hexdebug.casting.eval.IMixinCastingContext
-