Class AEToolActions

java.lang.Object
appeng.api.features.AEToolActions

@ScheduledForRemoval(inVersion="1.19") @Deprecated(forRemoval=true) public final class AEToolActions extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
Check for the standard #forge:tools/wrench tag instead.
Tool actions defined by AE.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final net.neoforged.neoforge.common.ToolAction
    Deprecated, for removal: This API element is subject to removal in a future version.
    An action that is triggered by right-clicking a supported block or part, which will disassemble that block or part into its item form.
    static final net.neoforged.neoforge.common.ToolAction
    Deprecated, for removal: This API element is subject to removal in a future version.
    An action that is triggered by shift-right-clicking a supported block or part, which will rotate that part.
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • WRENCH_DISASSEMBLE

      public static final net.neoforged.neoforge.common.ToolAction WRENCH_DISASSEMBLE
      Deprecated, for removal: This API element is subject to removal in a future version.
      An action that is triggered by right-clicking a supported block or part, which will disassemble that block or part into its item form.
    • WRENCH_ROTATE

      public static final net.neoforged.neoforge.common.ToolAction WRENCH_ROTATE
      Deprecated, for removal: This API element is subject to removal in a future version.
      An action that is triggered by shift-right-clicking a supported block or part, which will rotate that part.