File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11![ logo by @tolimag ] ( .github/logo.png )
22
33[ ![ License: MIT] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( LICENSE )
4- [ ![ Version] ( https://img.shields.io/badge/version-1.1.2 -brightgreen )] ( https://github.com/ContentForge/FormConstructor/releases/tag/1.1.2 )
5- [ ![ CloudBurst] ( https://img.shields.io/badge/CloudBurst-1.0.3 -brightgreen )] ( https://cloudburstmc.org/resources/formconstructor.738/ )
4+ [ ![ Version] ( https://img.shields.io/badge/version-1.1.3 -brightgreen )] ( https://github.com/ContentForge/FormConstructor/releases/tag/1.1.3 )
5+ [ ![ CloudBurst] ( https://img.shields.io/badge/CloudBurst-1.1.2 -brightgreen )] ( https://cloudburstmc.org/resources/formconstructor.738/ )
66
77Introduction
88-------------
@@ -14,6 +14,7 @@ It has a few key advantages over other form libraries:
1414- For each button we can set a lambda function in SimpleForm.
1515- In SimpleForm we get a button object as a response, where we can get its text and index.
1616- In CustomForm we can mark elements with an identifier to conveniently get this element in its handler. We can get element by id and its index.
17+ - Easy async handling.
1718
1819Examples
1920-------------
@@ -92,6 +93,9 @@ form.setHandler((p, response) -> {
9293});
9394```
9495
96+ ### Async handling
97+ Also you can use method ` sendAsync(Player) ` for using async form handling.
98+ But this may cause some restrictions. What exactly - I don't know.
9599
96100Donate
97101-------------
You can’t perform that action at this time.
0 commit comments