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

Method getTargetBlockName

Minecraft-Utils/1.8/src/Variables.java:664–668  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

662 }
663
664 @Override
665 public ResourceLocation getTargetBlockName() {
666 dt blockPosition = getMinecraft().s.a();
667 return ResourceLocation.fromObfuscated((oa) atr.c.c(getWorld().p(blockPosition).c()));
668 }
669
670 @Override
671 public boolean isFancyGraphicsEnabled() {

Callers

nothing calls this directly

Calls 5

getMinecraftMethod · 0.95
fromObfuscatedMethod · 0.95
getWorldMethod · 0.95
aMethod · 0.45
cMethod · 0.45

Tested by

no test coverage detected