Uses of Interface
zombie.ui.UIEventHandler
Packages that use UIEventHandler
-
Uses of UIEventHandler in zombie.ui
Classes in zombie.ui that implement UIEventHandlerConstructors in zombie.ui with parameters of type UIEventHandlerModifierConstructorDescriptionDialogButton
(UIEventHandler messages, int x, int y, String _text, String _name) GenericButton
(UIEventHandler messages, float x, float y, float width, float height, String _name, String _text, Texture UpTex, Texture DownTex) HUDButton
(String _name, float x, float y, String _texture, String _highlight, String _overicon, UIEventHandler _handler) HUDButton
(String _name, float x, float y, String _texture, String _highlight, UIEventHandler _handler) ScrollBar
(String _name, UIEventHandler messages, int x_pos, int y_pos, int Length, boolean IsVertical)