Interface AccessFoodProperties


public interface AccessFoodProperties
  • Method Details

    • crafttweaker$createFoodProperties

      static net.minecraft.world.food.FoodProperties crafttweaker$createFoodProperties(int nutrition, float saturationModifier, boolean isMeat, boolean canAlwaysEat, boolean fastFood, List<com.mojang.datafixers.util.Pair<net.minecraft.world.effect.MobEffectInstance,Float>> effects)
    • crafttweaker$setNutrition

      void crafttweaker$setNutrition(int nutrition)
    • crafttweaker$setSaturationModifier

      void crafttweaker$setSaturationModifier(float saturationModifier)
    • crafttweaker$setIsMeat

      void crafttweaker$setIsMeat(boolean isMeat)
    • crafttweaker$setCanAlwaysEat

      void crafttweaker$setCanAlwaysEat(boolean canAlwaysEat)
    • crafttweaker$setFastFood

      void crafttweaker$setFastFood(boolean fastFood)