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

Method create

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

Source from the content-addressed store, hash-verified

21 }
22
23 public NbtTasks create(NamedTag namedTag, RunnableThrowing task) {
24 NbtTasks result = new NbtTasks();
25 result.tasks = new HashMap<>();
26 result.put(namedTag, task);
27 return result;
28 }
29
30 public NbtTasks create() {
31 NbtTasks result = new NbtTasks();

Callers 6

readChunkMethod · 0.45
readSectionMethod · 0.45
readPaletteMethod · 0.45
PlayerInLevelReaderMethod · 0.45
readPlayerDataMethod · 0.45
addPointEntityMethod · 0.45

Calls 1

putMethod · 0.95

Tested by

no test coverage detected