fr.xephi.authme.gui.screens
Class LoginScreen

java.lang.Object
  extended by org.getspout.spoutapi.gui.GenericWidget
      extended by org.getspout.spoutapi.gui.GenericScreen
          extended by org.getspout.spoutapi.gui.GenericPopup
              extended by fr.xephi.authme.gui.screens.LoginScreen
All Implemented Interfaces:
Clickable, org.getspout.spoutapi.gui.PopupScreen, org.getspout.spoutapi.gui.Screen, org.getspout.spoutapi.gui.Widget

public class LoginScreen
extends org.getspout.spoutapi.gui.GenericPopup
implements Clickable


Field Summary
 AuthMe plugin
           
 org.getspout.spoutapi.player.SpoutPlayer splayer
           
 
Constructor Summary
LoginScreen(org.getspout.spoutapi.player.SpoutPlayer player)
           
 
Method Summary
 void handleClick(org.getspout.spoutapi.event.screen.ButtonClickEvent event)
           
 
Methods inherited from class org.getspout.spoutapi.gui.GenericPopup
close, getScreenType, getType, getVersion, handleItemOnCursor, isTransparent, readData, setScreen, setTransparent, writeData
 
Methods inherited from class org.getspout.spoutapi.gui.GenericScreen
attachWidget, attachWidgets, containsWidget, containsWidget, copy, getAttachedWidgets, getAttachedWidgetsAsSet, getPlayer, getWidget, isBgVisible, onScreenClose, onTick, removeWidget, removeWidgets, setBgVisible, setDirty, updateWidget
 
Methods inherited from class org.getspout.spoutapi.gui.GenericWidget
animate, animate, animate, animateStart, animateStop, autoDirty, equals, getAnchor, getContainer, getFixed, getHeight, getId, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getPlugin, getPriority, getScreen, getTooltip, getWidth, getX, getY, hasContainer, hashCode, hasPosition, hasSize, isAutoDirty, isDirty, isFixed, isSpoutcraft, isVisible, onAnimate, onAnimateStop, restorePos, savePos, setAnchor, setAutoDirty, setContainer, setFixed, setHeight, setMargin, setMargin, setMargin, setMargin, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setPlugin, setPriority, setScreen, setTooltip, setVisible, setWidth, setX, setY, shiftXPos, shiftYPos, updateSize
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.getspout.spoutapi.gui.Screen
attachWidget, attachWidgets, containsWidget, containsWidget, getAttachedWidgets, getAttachedWidgetsAsSet, getPlayer, getWidget, isBgVisible, onScreenClose, removeWidget, removeWidgets, setBgVisible, updateWidget
 
Methods inherited from interface org.getspout.spoutapi.gui.Widget
animate, animate, animate, animateStart, animateStop, autoDirty, copy, getAnchor, getContainer, getFixed, getHeight, getId, getMarginBottom, getMarginLeft, getMarginRight, getMarginTop, getMaxHeight, getMaxWidth, getMinHeight, getMinWidth, getPlugin, getPriority, getScreen, getTooltip, getWidth, getX, getY, hasContainer, hasPosition, hasSize, isAutoDirty, isDirty, isFixed, isSpoutcraft, isVisible, onAnimate, onAnimateStop, onTick, restorePos, savePos, setAnchor, setAutoDirty, setContainer, setDirty, setFixed, setHeight, setMargin, setMargin, setMargin, setMargin, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop, setMaxHeight, setMaxWidth, setMinHeight, setMinWidth, setPlugin, setPriority, setScreen, setTooltip, setVisible, setWidth, setX, setY, shiftXPos, shiftYPos, updateSize
 

Field Detail

plugin

public AuthMe plugin

splayer

public org.getspout.spoutapi.player.SpoutPlayer splayer
Constructor Detail

LoginScreen

public LoginScreen(org.getspout.spoutapi.player.SpoutPlayer player)
Method Detail

handleClick

public void handleClick(org.getspout.spoutapi.event.screen.ButtonClickEvent event)
Specified by:
handleClick in interface Clickable