MCPcopy Create free account
hub / github.com/5zig/The-5zig-Mod / drawRect

Method drawRect

Mod Utils/src/eu/the5zig/mod/gui/Gui.java:430–432  ·  view source on GitHub ↗
(double left, double top, double right, double bottom, int color)

Source from the content-addressed store, hash-verified

428 }
429
430 public static void drawRect(double left, double top, double right, double bottom, int color) {
431 invoke(drawRect, left, top, right, bottom, color);
432 }
433
434 public static void drawGradientRect(double left, double top, double right, double bottom, int startColor, int endColor, boolean vertical) {
435 invoke(drawGradientRect, left, top, right, bottom, startColor, endColor, vertical);

Callers 15

drawRectOutlineMethod · 0.95
drawRectInlineMethod · 0.95
drawMethod · 0.95
drawMethod · 0.95
drawMethod · 0.95
drawMethod · 0.95
highlightChatLineMethod · 0.95
drawMethod · 0.95
drawMethod · 0.95
highlightChatLineMethod · 0.95
drawMethod · 0.95
drawMethod · 0.95

Calls 1

invokeMethod · 0.45

Tested by

no test coverage detected