Class InventoryTweaks
java.lang.Object
meteordevelopment.meteorclient.systems.modules.Module
meteordevelopment.meteorclient.systems.modules.misc.InventoryTweaks
- All Implemented Interfaces:
Comparable<Module>,ISerializable<Module>
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from class meteordevelopment.meteorclient.systems.modules.Module
autoSubscribe, category, chatFeedback, color, description, favorite, keybind, mc, name, runInMainMenu, serialize, settings, title, toggleOnBindRelease -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
stealScreens
-
-
Constructor Details
-
InventoryTweaks
public InventoryTweaks()
-
-
Method Details
-
onActivate
public void onActivate()- Overrides:
onActivatein classModule
-
onDeactivate
public void onDeactivate()- Overrides:
onDeactivatein classModule
-
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() -
armorSwap
public boolean armorSwap() -
canSteal
public boolean canSteal(net.minecraft.screen.ScreenHandler handler)
-