Uses of Class
com.shinyhut.vernacular.protocol.messages.PixelFormat
Packages that use PixelFormat
Package
Description
-
Uses of PixelFormat in com.shinyhut.vernacular.client
Fields in com.shinyhut.vernacular.client declared as PixelFormatMethods in com.shinyhut.vernacular.client that return PixelFormatMethods in com.shinyhut.vernacular.client with parameters of type PixelFormat -
Uses of PixelFormat in com.shinyhut.vernacular.client.rendering.renderers
Fields in com.shinyhut.vernacular.client.rendering.renderers declared as PixelFormatModifier and TypeFieldDescriptionprivate final PixelFormatHextileRenderer.pixelFormatprivate final PixelFormatRawRenderer.pixelFormatprivate final PixelFormatRRERenderer.pixelFormatMethods in com.shinyhut.vernacular.client.rendering.renderers with parameters of type PixelFormatConstructors in com.shinyhut.vernacular.client.rendering.renderers with parameters of type PixelFormatModifierConstructorDescriptionHextileRenderer(RawRenderer rawRenderer, PixelDecoder pixelDecoder, PixelFormat pixelFormat) RawRenderer(PixelDecoder pixelDecoder, PixelFormat pixelFormat) RRERenderer(PixelDecoder pixelDecoder, PixelFormat pixelFormat) -
Uses of PixelFormat in com.shinyhut.vernacular.protocol.messages
Fields in com.shinyhut.vernacular.protocol.messages declared as PixelFormatModifier and TypeFieldDescriptionprivate final PixelFormatServerInit.pixelFormatprivate final PixelFormatSetPixelFormat.pixelFormatMethods in com.shinyhut.vernacular.protocol.messages that return PixelFormatModifier and TypeMethodDescriptionstatic PixelFormatPixelFormat.decode(InputStream in) ServerInit.getPixelFormat()Constructors in com.shinyhut.vernacular.protocol.messages with parameters of type PixelFormatModifierConstructorDescriptionprivateServerInit(int framebufferWidth, int framebufferHeight, PixelFormat pixelFormat, String name) SetPixelFormat(PixelFormat pixelFormat)