User Tools

Site Tools


tutorial:keybinds

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
tutorial:keybinds [2020/07/25 19:04] – Update deprecated ClientTickCallback to use ClientTickEvents kottutorial:keybinds [2020/07/25 19:10] – Change START_CLIENT_TICK to END_CLIENT_TICK (it is the preferred way) kot
Line 52: Line 52:
  
 <code java> <code java>
-ClientTickEvents.START_CLIENT_TICK.register(client -> {+ClientTickEvents.END_CLIENT_TICK.register(client -> {
     while (keyBinding.wasPressed()) System.out.println("was pressed!");     while (keyBinding.wasPressed()) System.out.println("was pressed!");
 }); });
tutorial/keybinds.txt · Last modified: 2023/12/27 13:14 by 2601:188:cb7c:25a0:19fa:9122:4e5a:fad1