Class ServerInit

java.lang.Object
com.shinyhut.vernacular.protocol.messages.ServerInit

public class ServerInit extends Object
  • Field Details

    • framebufferWidth

      private final int framebufferWidth
    • framebufferHeight

      private final int framebufferHeight
    • pixelFormat

      private final PixelFormat pixelFormat
    • name

      private final String name
  • Constructor Details

    • ServerInit

      private ServerInit(int framebufferWidth, int framebufferHeight, PixelFormat pixelFormat, String name)
  • Method Details