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

Method isPlayerInsideWater

Minecraft-Utils/1.8/src/Variables.java:742–745  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

740 }
741
742 @Override
743 public boolean isPlayerInsideWater() {
744 return getSpectatingEntity().a(bof.h);
745 }
746
747 @Override
748 public float getResistanceFactor() {

Callers

nothing calls this directly

Calls 2

getSpectatingEntityMethod · 0.95
aMethod · 0.45

Tested by

no test coverage detected