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

Method isPlayerInsideWater

Minecraft-Utils/1.8.9/src/Variables.java:759–762  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

757 }
758
759 @Override
760 public boolean isPlayerInsideWater() {
761 return getSpectatingEntity().a(arm.h);
762 }
763
764 @Override
765 public float getResistanceFactor() {

Callers

nothing calls this directly

Calls 2

getSpectatingEntityMethod · 0.95
aMethod · 0.45

Tested by

no test coverage detected