Uses of Interface
top.focess.qq.api.command.DataCollection.BufferGetter
-
Packages that use DataCollection.BufferGetter Package Description top.focess.qq.api.command top.focess.qq.api.plugin -
-
Uses of DataCollection.BufferGetter in top.focess.qq.api.command
Methods in top.focess.qq.api.command with parameters of type DataCollection.BufferGetter Modifier and Type Method Description static voidDataCollection. register(Plugin plugin, DataConverter<?> dataConverter, DataCollection.BufferGetter bufferGetter)Register the getter of the buffer -
Uses of DataCollection.BufferGetter in top.focess.qq.api.plugin
Methods in top.focess.qq.api.plugin with parameters of type DataCollection.BufferGetter Modifier and Type Method Description voidPlugin. registerBuffer(DataConverter<?> dataConverter, DataCollection.BufferGetter bufferGetter)Register the getter of the buffer
-