Package dev.cammiescorner.icarus.api
Interface IcarusPlayerValues
- All Known Implementing Classes:
ClientPlayerFallbackValues,ServerPlayerFallbackValues
public interface IcarusPlayerValues
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanfloatintbooleanfloatdefault net.minecraft.tags.TagKey<net.minecraft.world.level.dimension.DimensionType> default net.minecraft.tags.TagKey<net.minecraft.world.level.dimension.LevelStem> default floatfloat
-
Method Details
-
wingsSpeed
float wingsSpeed() -
maxSlowedMultiplier
float maxSlowedMultiplier() -
armorSlows
boolean armorSlows() -
canLoopDeLoop
boolean canLoopDeLoop() -
canSlowFall
boolean canSlowFall() -
exhaustionAmount
float exhaustionAmount() -
maxHeightAboveWorld
int maxHeightAboveWorld() -
maxHeightEnabled
boolean maxHeightEnabled() -
noFlyingAllowedInLevels
default net.minecraft.tags.TagKey<net.minecraft.world.level.dimension.LevelStem> noFlyingAllowedInLevels() -
noFlyingAllowedInDimensions
default net.minecraft.tags.TagKey<net.minecraft.world.level.dimension.DimensionType> noFlyingAllowedInDimensions() -
requiredFoodAmount
default float requiredFoodAmount()
-