This commit is contained in:
eaglercraft
2024-04-20 19:58:35 -07:00
parent d262f9c825
commit ddc90126af
170 changed files with 7194 additions and 758 deletions

View File

@@ -189,4 +189,8 @@ public class GuiCommandBlock extends GuiScreen {
}
}
public boolean blockPTTKey() {
return commandTextField.isFocused();
}
}