MCPcopy Create free account
hub / github.com/Garten/sourcecraft / skipList

Method skipList

src/minecraft/reader/nbt/NbtReader.java:182–185  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

180 }
181
182 public void skipList() throws IOException {
183 int listTag = this.readTag();
184 this.skipListOf(listTag);
185 }
186
187 public void skipListOf(int listTag) throws IOException {
188 int listLength = this.readLength();

Callers 1

skipTagAfterTitleMethod · 0.95

Calls 2

readTagMethod · 0.95
skipListOfMethod · 0.95

Tested by

no test coverage detected