mirror of
https://github.com/FabricMC/fabric.git
synced 2025-04-08 21:14:41 -04:00
remove outdated SUCCESS_NO_ITEM_USED (#4215)
This commit is contained in:
parent
84ebbb0ea1
commit
c2c3ac47a1
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ import net.fabricmc.fabric.api.event.EventFactory;
|
|||
*
|
||||
* <p>On the logical client, the return values have the following meaning:
|
||||
* <ul>
|
||||
* <li>SUCCESS/SUCCESS_NO_ITEM_USED cancels further processing, causes a hand swing, and sends a packet to the server.</li>
|
||||
* <li>SUCCESS cancels further processing, causes a hand swing, and sends a packet to the server.</li>
|
||||
* <li>CONSUME cancels further processing, and sends a packet to the server. It does NOT cause a hand swing.</li>
|
||||
* <li>PASS falls back to further processing.</li>
|
||||
* <li>FAIL cancels further processing and does not send a packet to the server.</li>
|
||||
|
|
Loading…
Add table
Reference in a new issue