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

Method getLore

Minecraft-Utils/1.13/src/WrappedItemStack.java:51–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49 }
50
51 @Override
52 public List<String> getLore() {
53 List<String> result = Lists.newArrayList();
54 for (ij chatComponent : item.a(((Variables) MinecraftFactory.getVars()).getPlayer(), aui.a.a)) {
55 result.add(chatComponent.getString());
56 }
57 return result;
58 }
59
60 @Override
61 public int getHealAmount() {

Callers

nothing calls this directly

Calls 5

getVarsMethod · 0.95
aMethod · 0.45
getPlayerMethod · 0.45
addMethod · 0.45
getStringMethod · 0.45

Tested by

no test coverage detected