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

Method put

src/minecraft/reader/nbt/NbtTasks.java:18–21  ·  view source on GitHub ↗
(NamedTag namedTag, RunnableThrowing task)

Source from the content-addressed store, hash-verified

16 }
17
18 public NbtTasks put(NamedTag namedTag, RunnableThrowing task) {
19 this.tasks.put(namedTag, task);
20 return this;
21 }
22
23 public NbtTasks create(NamedTag namedTag, RunnableThrowing task) {
24 NbtTasks result = new NbtTasks();

Callers 9

createMethod · 0.95
readChunkMethod · 0.45
readSectionMethod · 0.45
readPaletteMethod · 0.45
PlayerInLevelReaderMethod · 0.45
readPlayerDataMethod · 0.45
writeHeaderMethod · 0.45
writeTailMethod · 0.45
addSubBlockMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected