Class FormCache
java.lang.Object
org.geysermc.geyser.session.cache.FormCache
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
addForm(org.geysermc.cumulus.Form form)
void
handleResponse(com.nukkitx.protocol.bedrock.packet.ModalFormResponsePacket response)
boolean
removeWindow(int id)
int
showForm(org.geysermc.cumulus.Form form)
-
Constructor Details
-
FormCache
-
-
Method Details
-
addForm
public int addForm(org.geysermc.cumulus.Form form) -
showForm
public int showForm(org.geysermc.cumulus.Form form) -
handleResponse
public void handleResponse(com.nukkitx.protocol.bedrock.packet.ModalFormResponsePacket response) -
removeWindow
public boolean removeWindow(int id)
-