====== 特徴 ====== Wurstでは、[[feature|機能]](Feature)は[[hack|ハック]]、[[command|コマンド]]、[[other feature|その他の機能]]を総称する[[wp>hypernym|hypernym]]です。 Wurstのソースコード内には抽象クラスである[[https://github.com/Wurst-Imperium/Wurst7/blob/master/src/main/java/net/wurstclient/Feature.java|Feature]]クラスが存在し、[[https://github.com/Wurst-Imperium/Wurst7/blob/master/src/main/java/net/wurstclient/hack/Hack.java|Hack]]クラス、[[https://github.com/Wurst-Imperium/Wurst7/blob/master/src/main/java/net/wurstclient/command/Command.java|Command]]クラス、[[https://github.com/Wurst-Imperium/Wurst7/blob/master/src/main/java/net/wurstclient/other_feature/OtherFeature.java|OtherFeature]]クラスがこれを継承しています。 Wurstのすべての機能には名前と説明があります。また、任意でカテゴリ、任意の数の[[settings|設定]]、任意の数の検索タグ(Navigatorの検索バーで使用)、任意の数の推奨キーバインド(Navigatorの簡易キーバインド作成機能で使用)、プライマリアクション(どのGUIでも機能がクリックされたときに実行される)、および「ブロック禁止」マーカー([[TooManyHax]]によるブロックを防止する)を持つことができます。