public class SnakeAnnotation extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
GRID_SIZE |
static int |
PLAYFIELD_HEIGHT |
static int |
PLAYFIELD_WIDTH |
| Constructor and Description |
|---|
SnakeAnnotation() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getRandomHexColor() |
static Location |
getRandomLocation() |
void |
onClose() |
void |
onError(Throwable t) |
void |
onOpen(javax.websocket.Session session) |
void |
onTextMessage(String message) |
public static final int PLAYFIELD_WIDTH
public static final int PLAYFIELD_HEIGHT
public static final int GRID_SIZE
Copyright © 2015 WSO2 Inc. All rights reserved.