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

Method setHeaderPadding

Minecraft-Utils/1.8/src/GuiList.java:643–646  ·  view source on GitHub ↗
(int headerPadding)

Source from the content-addressed store, hash-verified

641 }
642
643 @Override
644 public void setHeaderPadding(int headerPadding) {
645 a(headerPadding > 0, headerPadding);
646 }
647
648 @Override
649 public String getHeader() {

Callers

nothing calls this directly

Calls 1

aMethod · 0.95

Tested by

no test coverage detected