Vecnavium / FormsUI

A PocketMine-MP virion that allows you to create Forms.
GNU General Public License v3.0
15 stars 9 forks source link

Remove deprecated methods #6

Open KygekDev opened 2 years ago

KygekDev commented 2 years ago

Methods such as Form->sendToPlayer() and FormsUI->createSimpleForm() has been deprecated for a while in favor of Player->sendForm() and new SimpleForm() respectively. They ideally should be removed in a major version update.

*Sorry for bad grammar!

crischutu07 commented 2 years ago

does public function new SimpleForm() work for me?