Record Class ThicknessDoughIngredient

java.lang.Object
java.lang.Record
petrolpark.mc.library.compat.create.core.world.dough.ingredient.ThicknessDoughIngredient
All Implemented Interfaces:
Predicate<DoughData>, DoughIngredient, IAdvancedIngredient<DoughData>, ITypelessAdvancedIngredient<DoughData>

public record ThicknessDoughIngredient(float min, float max) extends Record implements DoughIngredient
  • Field Details

  • Constructor Details

    • ThicknessDoughIngredient

      public ThicknessDoughIngredient(float min, float max)
      Creates an instance of a ThicknessDoughIngredient record class.
      Parameters:
      min - the value for the min record component
      max - the value for the max record component
  • Method Details