Class WindowViewHandlerBase
java.lang.Object
org.rusherhack.client.api.ui.window.WindowViewHandlerBase
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
handleRenderViewContent
(WindowView view, double mouseX, double mouseY) Wrapper forWindowView.renderViewContent(double, double)
so custom things can be addedboolean
handleViewMouseClicked
(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
-