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

Method a

Minecraft-Utils/1.8.9/src/ResourceManager.java:375–377  ·  view source on GitHub ↗
(bgq var)

Source from the content-addressed store, hash-verified

373 }
374
375 private boolean a(bgq var) {
376 return var.d.x < 0.0F ^ var.d.y < 0.0F ^ var.d.z < 0.0F;
377 }
378
379 public boolean renderInInventory(Object instance, Object itemStackObject, int x, int y) {
380 if (!MinecraftFactory.getClassProxyCallback().isRenderCustomModels()) {

Callers 7

renderMethod · 0.95
renderInInventoryMethod · 0.95
loadPlayerTexturesMethod · 0.45
loadPlayerResourceMethod · 0.45
runMethod · 0.45
createModelMethod · 0.45
bakeModelMethod · 0.45

Calls 3

bMethod · 0.45
eMethod · 0.45
fMethod · 0.45

Tested by

no test coverage detected