Class WaterBreathing
java.lang.Object
com.sk89q.worldguard.session.handler.Handler
com.sk89q.worldguard.session.handler.WaterBreathing
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
static boolean
set
(LocalPlayer player, Session session, boolean value) void
setWaterBreathing
(boolean waterBreathing) Methods inherited from class com.sk89q.worldguard.session.handler.Handler
getInvincibility, getSession, initialize, onCrossBoundary, testMoveTo, tick, uninitialize
-
Field Details
-
FACTORY
-
waterBreathing
public boolean waterBreathing
-
-
Constructor Details
-
WaterBreathing
-
-
Method Details
-
hasWaterBreathing
public boolean hasWaterBreathing() -
setWaterBreathing
public void setWaterBreathing(boolean waterBreathing) -
set
-