Interface IcarusPlayerValues

All Known Implementing Classes:
ClientPlayerFallbackValues, ServerPlayerFallbackValues

public interface IcarusPlayerValues
  • 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()