java.lang.Object
meteordevelopment.meteorclient.systems.modules.Module
meteordevelopment.meteorclient.systems.modules.misc.InventoryTweaks
All Implemented Interfaces:
Comparable<Module>, ISerializable<Module>

public class InventoryTweaks extends Module
  • Field Details

    • stealScreens

      public final Setting<List<net.minecraft.screen.ScreenHandlerType<?>>> stealScreens
  • Constructor Details

    • InventoryTweaks

      public InventoryTweaks()
  • Method Details

    • onActivate

      public void onActivate()
      Overrides:
      onActivate in class Module
    • onDeactivate

      public void onDeactivate()
      Overrides:
      onDeactivate in class Module
    • steal

      public void steal(net.minecraft.screen.ScreenHandler handler)
    • dump

      public void dump(net.minecraft.screen.ScreenHandler handler)
    • showButtons

      public boolean showButtons()
    • mouseDragItemMove

      public boolean mouseDragItemMove()
    • armorStorage

      public boolean armorStorage()
    • canSteal

      public boolean canSteal(net.minecraft.screen.ScreenHandler handler)