Uses of Class
top.focess.qq.api.command.data.DataBuffer
-
Packages that use DataBuffer Package Description top.focess.qq.api.command top.focess.qq.api.command.converter top.focess.qq.api.command.data -
-
Uses of DataBuffer in top.focess.qq.api.command
Methods in top.focess.qq.api.command that return DataBuffer Modifier and Type Method Description DataBuffer<?>DataCollection.BufferGetter. newBuffer(int size)Instance a buffer with fixed size -
Uses of DataBuffer in top.focess.qq.api.command.converter
Methods in top.focess.qq.api.command.converter that return types with arguments of type DataBuffer Modifier and Type Method Description Class<? extends DataBuffer<?>>buffer() -
Uses of DataBuffer in top.focess.qq.api.command.data
Subclasses of DataBuffer in top.focess.qq.api.command.data Modifier and Type Class Description classBooleanBufferRepresent a buffer of Boolean.classCommandBufferclassDoubleBufferRepresent a buffer of Double.classIntBufferRepresent a buffer of Int.classLongBufferRepresent a buffer of Long.classObjectBufferRepresent a buffer of Object.classPluginBufferRepresent a buffer of Plugin.classStringBufferRepresent a buffer of String.
-