mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
Re-added the old sendForm methods
This commit is contained in:
parent
94445a5222
commit
86d0200960
1 changed files with 1 additions and 1 deletions
|
@ -1393,7 +1393,7 @@ public class GeyserSession implements GeyserConnection, CommandSender {
|
||||||
* @deprecated since Cumulus version 1.1, and will be removed when Cumulus 2.0 releases. Please use the new forms instead.
|
* @deprecated since Cumulus version 1.1, and will be removed when Cumulus 2.0 releases. Please use the new forms instead.
|
||||||
*/
|
*/
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public void sendForm(org.geysermc.cumulus.util.FormBuilder<?, ?, ?, ?> formBuilder) {
|
public void sendForm(org.geysermc.cumulus.util.FormBuilder<?, ?> formBuilder) {
|
||||||
sendForm(formBuilder.build());
|
sendForm(formBuilder.build());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue