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

Method getTargetBlockName

Minecraft-Utils/1.8.9/src/Variables.java:681–685  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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