Class FormCache
java.lang.Object
org.geysermc.geyser.session.cache.FormCache
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintaddForm(org.geysermc.cumulus.form.Form form) voidhandleResponse(org.cloudburstmc.protocol.bedrock.packet.ModalFormResponsePacket response) booleanvoidvoidshowForm(org.geysermc.cumulus.form.Form form)
-
Constructor Details
-
FormCache
-
-
Method Details
-
hasFormOpen
public boolean hasFormOpen() -
addForm
public int addForm(org.geysermc.cumulus.form.Form form) -
showForm
public void showForm(org.geysermc.cumulus.form.Form form) -
resendAllForms
public void resendAllForms() -
handleResponse
public void handleResponse(org.cloudburstmc.protocol.bedrock.packet.ModalFormResponsePacket response)
-