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

Method getTargetBlockName

Minecraft-Utils/1.7.10/src/Variables.java:656–663  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

654 }
655
656 @Override
657 public ResourceLocation getTargetBlockName() {
658 int x = qh.c(getPlayer().s);
659 int y = qh.c(getPlayer().t);
660 int z = qh.c(getPlayer().u);
661 String[] name = aji.c.c(getWorld().a(x, y, z)).split(":");
662 return new ResourceLocation(name[0], name[1]);
663 }
664
665 @Override
666 public boolean isFancyGraphicsEnabled() {

Callers

nothing calls this directly

Calls 4

getPlayerMethod · 0.95
getWorldMethod · 0.95
cMethod · 0.45
aMethod · 0.45

Tested by

no test coverage detected