public class PlayerChangeScreenResolutionEvent extends PlayerEvent
Constructor and Description |
---|
PlayerChangeScreenResolutionEvent(Player player,
int oldWidth,
int oldHeight,
int newWidth,
int newHeight) |
Modifier and Type | Method and Description |
---|---|
int |
getNewScreenResolutionX() |
int |
getNewScreenResolutionY() |
int |
getOldScreenResolutionX() |
int |
getOldScreenResolutionY() |
getPlayer
public PlayerChangeScreenResolutionEvent(Player player, int oldWidth, int oldHeight, int newWidth, int newHeight)