1
0
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:
Roch Blondiaux
2025-02-11 20:11:25 +01:00
committed by GitHub
parent 83fbd6edbd
commit 2deccf3144
4 changed files with 12 additions and 1 deletions

View File

@@ -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.