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

Method getRowWidth

Minecraft-Utils/1.12/src/GuiListChat.java:33–36  ·  view source on GitHub ↗

Gets the width of the gui list line @return The width of the gui list line

()

Source from the content-addressed store, hash-verified

31 * @return The width of the gui list line
32 */
33 @Override
34 public int getRowWidth() {
35 return getRight() - getLeft() - 5;
36 }
37
38 /**
39 * Handle Mouse Input

Callers

nothing calls this directly

Calls 2

getRightMethod · 0.65
getLeftMethod · 0.65

Tested by

no test coverage detected