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

Method getTargetBlockName

Minecraft-Utils/1.8.8/src/Variables.java:684–688  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

682 }
683
684 @Override
685 public ResourceLocation getTargetBlockName() {
686 cj blockPosition = getMinecraft().s.a();
687 return ResourceLocation.fromObfuscated(afh.c.c(getWorld().p(blockPosition).c()));
688 }
689
690 @Override
691 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