Class RecipeComponentTooLargeException

All Implemented Interfaces:
MutedError, Serializable

public class RecipeComponentTooLargeException extends InvalidRecipeComponentValueException
See Also:
  • Field Details

    • max

      public final int max
  • Constructor Details

    • RecipeComponentTooLargeException

      public RecipeComponentTooLargeException(RecipeComponent<?> component, Object value, int size, int max)