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

Method getLore

Minecraft-Utils/1.8/src/WrappedItemStack.java:50–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

48 }
49
50 @Override
51 public List<String> getLore() {
52 return item.a(((Variables) MinecraftFactory.getVars()).getPlayer(), false);
53 }
54
55 @Override
56 public int getHealAmount() {

Callers 2

onChestSetSlotMethod · 0.45
onChestSetSlotMethod · 0.45

Calls 3

getVarsMethod · 0.95
aMethod · 0.45
getPlayerMethod · 0.45

Tested by

no test coverage detected