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

Method isPlayerInsideWater

Minecraft-Utils/1.9.4/src/Variables.java:732–735  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

730 }
731
732 @Override
733 public boolean isPlayerInsideWater() {
734 return getSpectatingEntity().a(axe.h);
735 }
736
737 @Override
738 public float getResistanceFactor() {

Callers

nothing calls this directly

Calls 2

getSpectatingEntityMethod · 0.95
aMethod · 0.45

Tested by

no test coverage detected