Class WindowViewHandlerBase
java.lang.Object
org.rusherhack.client.api.ui.window.WindowViewHandlerBase
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleRenderViewContent(WindowView view, double mouseX, double mouseY) Wrapper forWindowView.renderViewContent(double, double)so custom things can be addedbooleanhandleViewMouseClicked(WindowView view, double mouseX, double mouseY, int button) Wrapper forWindowView.mouseClicked(double, double, int)so custom things can be added
-
Field Details
-
windowHandler
-
-
Constructor Details
-
WindowViewHandlerBase
-
-
Method Details
-
handleRenderViewContent
Wrapper forWindowView.renderViewContent(double, double)so custom things can be added- Parameters:
view-mouseX-mouseY-
-
handleViewMouseClicked
Wrapper forWindowView.mouseClicked(double, double, int)so custom things can be added- Parameters:
view-mouseX-mouseY-button-- Returns:
- true if the click was consumed
-