mirror of
https://github.com/GeyserMC/Floodgate.git
synced 2025-12-19 14:59:20 +00:00
Implemented a way to close forms from floodgate (#566)
* feat: added #closeForm method to FloodgateApi * feat: implementation of the closeForm method * Update Floodgate API version --------- Co-authored-by: Roch Blonndiaux <contact@roch-blondiaux.com> Co-authored-by: onebeastchris <github@onechris.mozmail.com>
This commit is contained in:
@@ -97,6 +97,8 @@ public interface FloodgateApi {
|
||||
|
||||
boolean sendForm(UUID uuid, FormBuilder<?, ?, ?> formBuilder);
|
||||
|
||||
boolean closeForm(UUID uuid);
|
||||
|
||||
/**
|
||||
* @deprecated since Cumulus 1.1 and will be removed when Cumulus 2.0 releases. Please use the
|
||||
* new form classes instead.
|
||||
|
||||
Reference in New Issue
Block a user