Class SpaceSuitProfile
java.lang.Object
io.github.addoncommunity.galactifun.api.items.spacesuit.SpaceSuitProfile
-
Method Summary
Modifier and TypeMethodDescriptionbooleanconsumeOxygen(int ticksSinceLastBreath) Consumes 1 oxygen per secondstatic SpaceSuitProfileget(org.bukkit.entity.Player p) intgetStat(SpaceSuitStat stat)
-
Method Details
-
get
-
consumeOxygen
public boolean consumeOxygen(int ticksSinceLastBreath) Consumes 1 oxygen per second- Returns:
- whether a full breath was taken
-
getStat
-