Package appeng.api.features
Interface HotkeyAction
public interface HotkeyAction
locates and opens Inventories from items
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic voidregister(HotkeyAction hotkeyAction, String id) register a newHotkeyActionunder an idbooleanrun(net.minecraft.world.entity.player.Player player) locates and opens an Inventory and returns if it has found anything
-
Field Details
-
WIRELESS_TERMINAL
- See Also:
-
PORTABLE_ITEM_CELL
- See Also:
-
PORTABLE_FLUID_CELL
- See Also:
-
-
Method Details
-
run
boolean run(net.minecraft.world.entity.player.Player player) locates and opens an Inventory and returns if it has found anything -
register
register a newHotkeyActionunder an idHotkeyActions which are added later will be called first a Keybinding will be created automatically for every id
-