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 Details

    • MixinCastingContext

      public MixinCastingContext()
  • Method Details

    • isDebugging$hexdebug

      public boolean isDebugging$hexdebug()
      Specified by:
      isDebugging$hexdebug in interface gay.object.hexdebug.casting.eval.IMixinCastingContext
    • setDebugging$hexdebug

      public void setDebugging$hexdebug(boolean isDebugging)
      Specified by:
      setDebugging$hexdebug in interface gay.object.hexdebug.casting.eval.IMixinCastingContext
    • getLastEvaluatedAction$hexdebug

      @Nullable public @Nullable at.petrak.hexcasting.api.spell.Action getLastEvaluatedAction$hexdebug()
      Specified by:
      getLastEvaluatedAction$hexdebug in interface gay.object.hexdebug.casting.eval.IMixinCastingContext
    • setLastEvaluatedAction$hexdebug

      public void setLastEvaluatedAction$hexdebug(@Nullable @Nullable at.petrak.hexcasting.api.spell.Action lastEvaluatedAction)
      Specified by:
      setLastEvaluatedAction$hexdebug in interface gay.object.hexdebug.casting.eval.IMixinCastingContext
    • getLastDebugStepType$hexdebug

      @Nullable public @Nullable gay.object.hexdebug.debugger.DebugStepType getLastDebugStepType$hexdebug()
      Specified by:
      getLastDebugStepType$hexdebug in interface gay.object.hexdebug.casting.eval.IMixinCastingContext
    • setLastDebugStepType$hexdebug

      public void setLastDebugStepType$hexdebug(@Nullable @Nullable gay.object.hexdebug.debugger.DebugStepType lastDebugStepType)
      Specified by:
      setLastDebugStepType$hexdebug in interface gay.object.hexdebug.casting.eval.IMixinCastingContext