This commit is contained in:
emilyploszaj 2021-03-17 17:53:49 -05:00
parent e2f3fc7910
commit 8af78f1a9a
2 changed files with 5 additions and 5 deletions

View File

@ -58,8 +58,8 @@ CLASS net/minecraft/class_473 net/minecraft/client/gui/screen/ingame/BookEditScr
METHOD method_27582 screenPositionToAbsolutePosition (Lnet/minecraft/class_473$class_5234;)Lnet/minecraft/class_473$class_5234;
ARG 1 position
METHOD method_27583 getRectFromCorners (Lnet/minecraft/class_473$class_5234;Lnet/minecraft/class_473$class_5234;)Lnet/minecraft/class_768;
ARG 1 position1
ARG 2 position2
ARG 1 start
ARG 2 end
METHOD method_27584 setClipboard (Ljava/lang/String;)V
ARG 1 clipboard
METHOD method_27585 getLineSelectionRectangle (Ljava/lang/String;Lnet/minecraft/class_5225;IIII)Lnet/minecraft/class_768;

View File

@ -24,7 +24,7 @@ CLASS net/minecraft/class_3728 net/minecraft/client/util/SelectionManager
METHOD method_16202 handleSpecialKey (I)Z
ARG 1 keyCode
METHOD method_16203 getSelectionEnd ()I
METHOD method_16204 moveCursorToEnd ()V
METHOD method_16204 putCursorAtEnd ()V
METHOD method_27547 cut ()V
METHOD method_27548 setSelection (II)V
ARG 1 start
@ -40,7 +40,7 @@ CLASS net/minecraft/class_3728 net/minecraft/client/util/SelectionManager
METHOD method_27552 insert (Ljava/lang/String;Ljava/lang/String;)V
ARG 1 string
ARG 2 insertion
METHOD method_27553 moveCursorToEnd (Z)V
METHOD method_27553 moveCursorToStart (Z)V
ARG 1 shiftDown
METHOD method_27554 paste ()V
METHOD method_27555 moveCursorPastWord (IZ)V
@ -50,7 +50,7 @@ CLASS net/minecraft/class_3728 net/minecraft/client/util/SelectionManager
ARG 0 client
METHOD method_27557 (Lnet/minecraft/class_310;Ljava/lang/String;)V
ARG 1 clipboardString
METHOD method_27558 moveSelectionToEnd (Z)V
METHOD method_27558 moveCursorToEnd (Z)V
ARG 1 shiftDown
METHOD method_27559 copy ()V
METHOD method_27560 moveCursorTo (IZ)V