net.minecraft.client.gui.screen.ingame.HandledScreen
when using Yarn mappingsThis is an old revision of the document!
Table of Contents
InvWalk
InvWalk | |
---|---|
![]() |
|
Type | Hack |
Category | Movement |
In-game description | “Allows you to move around while the inventory is open.” [Wurst 7 only] |
“Allows you to walk while the inventory is open.” [Wurst 6 only] | |
Default keybind | none |
Source code | net/wurstclient/hacks/InvWalkHack.java |
InvWalk is a Minecraft hack that allows the user to walk, jump, sprint, and sneak while the inventory screen is open. Depending on the settings, InvWalk can also allow the same movements while ClickGUI or most of Minecraft's in-game screens are open.
The Wurst 6 version of InvWalk does not have any settings and only works with the regular inventory screen.
Settings
Allow ClickGUI
Allow ClickGUI [Wurst 7 only] | |
---|---|
Type | Checkbox |
In-game description | “Allows you to move around while Wurst's ClickGUI is open.” |
Default value | checked |
This only applies to ClickGUI's main screen. The screens for precise editing of slider values, colors, BlockLists, etc. still do not allow movement when this setting is enabled, since all of these screens have textboxes and some even block the player's view entirely.
Allow other screens
Allow other screens [Wurst 7 only] | |
---|---|
Type | Checkbox |
In-game description | “Allows you to move around while other in-game screens are open (e.g. chest, horse, villager trading), unless the screen has a text box.” |
Default value | checked |
There is no set list of screens that are included in this category. Instead, any in-game screen1) that does not contain a textbox2) is included. Any modded screen that fulfills these criteria will also work with InvWalk.
In vanilla, the following screens fulfill the “other screens” criteria.
- Blast Furnace GUI
- Furnace GUI
- Smoker GUI
- Beacon GUI
- Brewing Stand GUI
- Chest inventory
- Crafting Table GUI
- Dispenser inventory
- Donkey inventory
- Dropper inventory
- Enchanting Table GUI
- Ender Chest inventory
- generic 54-slot container3)
- generic 9-slot container4)
- Grindstone GUI
- Hopper inventory
- Horse inventory
- Llama inventory
- Loom GUI
- Mule inventory
- Shulker Box inventory
- Smithing Table GUI
- Stonecutter GUI
- Trapped Chest inventory
- Wandering Trader GUI
Unfortunately Minecraft does not currently have tags for screens that could be used to better categorize them into, for example, containers, mounts, and trading. This is why InvWalk doesn't currently have separate settings for these categories.
See Also
- NoBackground - Disables the dark overlay behind the inventory and many other screens.
Changes
Version | Changes |
---|---|
Wurst 2.11 | Added MenuWalk. |
Wurst 2.11.1 | Hotfix for MenuWalk crash. |
Wurst 2.13pre2 | Fixed MenuWalk breaking Navigator. |
Wurst 2.15 | Fixed MenuWalk preventing the user from respawning. |
Wurst 6.6 | Renamed MenuWalk to InvWalk. |
Wurst 7.23 | Added InvWalk. (Thanks to TheWienerMaster!) |