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

Method isPlayerInsideWater

Minecraft-Utils/1.9/src/Variables.java:726–729  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

724 }
725
726 @Override
727 public boolean isPlayerInsideWater() {
728 return getSpectatingEntity().a(axe.h);
729 }
730
731 @Override
732 public float getResistanceFactor() {

Callers

nothing calls this directly

Calls 2

getSpectatingEntityMethod · 0.95
aMethod · 0.45

Tested by

no test coverage detected