Class FabricFoodProperties.Creator

java.lang.Object
info.u_team.u_team_core.impl.FabricFoodProperties.Creator
All Implemented Interfaces:
UFoodPropertiesBuilder.Creator
Enclosing class:
FabricFoodProperties

public static class FabricFoodProperties.Creator extends Object implements UFoodPropertiesBuilder.Creator
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.food.FoodProperties
    create(int nutrition, float saturationModifier, boolean isMeat, boolean canAlwaysEat, boolean fastFood, List<com.mojang.datafixers.util.Pair<Supplier<net.minecraft.world.effect.MobEffectInstance>,Float>> effects)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Creator

      public Creator()
  • Method Details

    • create

      public net.minecraft.world.food.FoodProperties create(int nutrition, float saturationModifier, boolean isMeat, boolean canAlwaysEat, boolean fastFood, List<com.mojang.datafixers.util.Pair<Supplier<net.minecraft.world.effect.MobEffectInstance>,Float>> effects)
      Specified by:
      create in interface UFoodPropertiesBuilder.Creator