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

Method resetScroll

Minecraft-Utils/1.10/src/Gui2ndChat.java:240–244  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

238 }
239
240 @Override
241 public void resetScroll() {
242 this.scrollPos = 0;
243 this.isScrolled = false;
244 }
245
246 @Override
247 public void scroll(int scroll) {

Callers 2

clearMethod · 0.95
refreshChatMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected