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

Method getTargetBlockName

Minecraft-Utils/1.13/src/Variables.java:693–698  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

691 }
692
693 @Override
694 public ResourceLocation getTargetBlockName() {
695 ej blockPosition = getMinecraft().s.a();
696 //getWorld().a_(getSpectatingEntity().a(20.0D, 0.0F, cdr.c).a()).c();
697 return ResourceLocation.fromObfuscated(bfx.e.b(getWorld().a_(blockPosition).c()));
698 }
699
700 @Override
701 public boolean isFancyGraphicsEnabled() {

Callers

nothing calls this directly

Calls 6

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

Tested by

no test coverage detected