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

Method getTargetBlockName

Minecraft-Utils/1.9/src/Variables.java:648–652  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

646 }
647
648 @Override
649 public ResourceLocation getTargetBlockName() {
650 cj blockPosition = getMinecraft().t.a();
651 return ResourceLocation.fromObfuscated(akf.h.b(getWorld().o(blockPosition).t()));
652 }
653
654 @Override
655 public boolean isFancyGraphicsEnabled() {

Callers

nothing calls this directly

Calls 5

getMinecraftMethod · 0.95
fromObfuscatedMethod · 0.95
getWorldMethod · 0.95
aMethod · 0.45
bMethod · 0.45

Tested by

no test coverage detected