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

Method isPlayerInsideWater

Minecraft-Utils/1.11.2/src/Variables.java:765–768  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

763 }
764
765 @Override
766 public boolean isPlayerInsideWater() {
767 return getSpectatingEntity().a(azs.h);
768 }
769
770 @Override
771 public float getResistanceFactor() {

Callers

nothing calls this directly

Calls 2

getSpectatingEntityMethod · 0.95
aMethod · 0.45

Tested by

no test coverage detected