Package dev.cammiescorner.icarus.util
Class ServerPlayerFallbackValues
java.lang.Object
dev.cammiescorner.icarus.util.ServerPlayerFallbackValues
- All Implemented Interfaces:
IcarusPlayerValues
- Direct Known Subclasses:
ClientPlayerFallbackValues
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanfloatintbooleanfloatfloatfloatMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface dev.cammiescorner.icarus.api.IcarusPlayerValues
noFlyingAllowedInDimensions, noFlyingAllowedInLevels
-
Constructor Details
-
ServerPlayerFallbackValues
public ServerPlayerFallbackValues()
-
-
Method Details
-
wingsSpeed
public float wingsSpeed()- Specified by:
wingsSpeedin interfaceIcarusPlayerValues
-
maxSlowedMultiplier
public float maxSlowedMultiplier()- Specified by:
maxSlowedMultiplierin interfaceIcarusPlayerValues
-
armorSlows
public boolean armorSlows()- Specified by:
armorSlowsin interfaceIcarusPlayerValues
-
canLoopDeLoop
public boolean canLoopDeLoop()- Specified by:
canLoopDeLoopin interfaceIcarusPlayerValues
-
canSlowFall
public boolean canSlowFall()- Specified by:
canSlowFallin interfaceIcarusPlayerValues
-
exhaustionAmount
public float exhaustionAmount()- Specified by:
exhaustionAmountin interfaceIcarusPlayerValues
-
maxHeightEnabled
public boolean maxHeightEnabled()- Specified by:
maxHeightEnabledin interfaceIcarusPlayerValues
-
maxHeightAboveWorld
public int maxHeightAboveWorld()- Specified by:
maxHeightAboveWorldin interfaceIcarusPlayerValues
-
requiredFoodAmount
public float requiredFoodAmount()- Specified by:
requiredFoodAmountin interfaceIcarusPlayerValues
-