Class PlayerChangeScreenResolutionEvent
java.lang.Object
net.risingworld.api.events.Event
net.risingworld.api.events.player.PlayerEvent
net.risingworld.api.events.player.ui.PlayerChangeScreenResolutionEvent
Called when a player changes his ingame screen resolution.
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
int
int
Methods inherited from class net.risingworld.api.events.player.PlayerEvent
getPlayer
-
Method Details
-
getOldScreenResolutionX
public int getOldScreenResolutionX() -
getOldScreenResolutionY
public int getOldScreenResolutionY() -
getNewScreenResolutionX
public int getNewScreenResolutionX() -
getNewScreenResolutionY
public int getNewScreenResolutionY()
-