Record Class ThicknessDoughIngredient

java.lang.Object
java.lang.Record
com.petrolpark.compat.create.core.dough.ingredient.ThicknessDoughIngredient
All Implemented Interfaces:
DoughIngredient, IAdvancedIngredient<DoughData>, ITypelessAdvancedIngredient<DoughData>, Predicate<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