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

Method getTargetBlockName

Minecraft-Utils/1.11/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 co blockPosition = getMinecraft().t.a();
684 return ResourceLocation.fromObfuscated(alu.h.b(getWorld().o(blockPosition).v()));
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
bMethod · 0.45

Tested by

no test coverage detected