Interface AccessFoodProperties
public interface AccessFoodProperties
-
Method Summary
Modifier and TypeMethodDescriptionstatic net.minecraft.world.food.FoodPropertiescrafttweaker$createFoodProperties(int nutrition, float saturationModifier, boolean isMeat, boolean canAlwaysEat, boolean fastFood, List<com.mojang.datafixers.util.Pair<net.minecraft.world.effect.MobEffectInstance, Float>> effects) voidcrafttweaker$setCanAlwaysEat(boolean canAlwaysEat) voidcrafttweaker$setFastFood(boolean fastFood) voidcrafttweaker$setIsMeat(boolean isMeat) voidcrafttweaker$setNutrition(int nutrition) voidcrafttweaker$setSaturationModifier(float saturationModifier)
-
Method Details
-
crafttweaker$createFoodProperties
-
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)
-