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

Method getTargetBlockName

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

Source from the content-addressed store, hash-verified

678 }
679
680 @Override
681 public ResourceLocation getTargetBlockName() {
682 et blockPosition = getMinecraft().s.a();
683 return ResourceLocation.fromObfuscated(aoq.h.b(getWorld().o(blockPosition).u()));
684 }
685
686 @Override
687 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