Class AdvancedBasinRecipe

java.lang.Object
com.simibubi.create.content.processing.recipe.ProcessingRecipe<net.minecraft.world.item.crafting.RecipeInput,com.simibubi.create.content.processing.recipe.ProcessingRecipeParams>
com.simibubi.create.content.processing.recipe.StandardProcessingRecipe<net.minecraft.world.item.crafting.RecipeInput>
com.simibubi.create.content.processing.basin.BasinRecipe
com.petrolpark.compat.create.core.recipe.AdvancedBasinRecipe
All Implemented Interfaces:
IFTLProcessingRecipe<AdvancedBasinRecipe>, IBookRequiredRecipe, IBiomeSpecificRecipe, INamedRecipe, net.minecraft.world.item.crafting.Recipe<net.minecraft.world.item.crafting.RecipeInput>
Direct Known Subclasses:
BlendingRecipe, BoilingRecipe, JuicingRecipe, LiddedBasinRecipe

public class AdvancedBasinRecipe extends com.simibubi.create.content.processing.basin.BasinRecipe implements IBiomeSpecificRecipe, IFTLProcessingRecipe<AdvancedBasinRecipe>, IBookRequiredRecipe
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
     

    Nested classes/interfaces inherited from class com.simibubi.create.content.processing.recipe.StandardProcessingRecipe

    com.simibubi.create.content.processing.recipe.StandardProcessingRecipe.Builder<R extends com.simibubi.create.content.processing.recipe.StandardProcessingRecipe<?>>, com.simibubi.create.content.processing.recipe.StandardProcessingRecipe.Factory<R extends com.simibubi.create.content.processing.recipe.StandardProcessingRecipe<?>>, com.simibubi.create.content.processing.recipe.StandardProcessingRecipe.Serializer<R extends com.simibubi.create.content.processing.recipe.StandardProcessingRecipe<?>>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected final Optional<net.minecraft.core.HolderSet<net.minecraft.world.level.biome.Biome>>
     
    protected final boolean
     
    protected final Optional<net.minecraft.resources.ResourceLocation>
     
    protected net.minecraft.network.chat.Component
     

    Fields inherited from class com.simibubi.create.content.processing.recipe.ProcessingRecipe

    fluidIngredients, fluidResults, ingredients, params, processingDuration, requiredHeat, results

    Fields inherited from interface com.petrolpark.core.recipe.INamedRecipe

    UNKNOWN_RECIPE_TRANSLATION_KEY

    Fields inherited from interface net.minecraft.world.item.crafting.Recipe

    CODEC, CONDITIONAL_CODEC, STREAM_CODEC
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    AdvancedBasinRecipe(com.simibubi.create.foundation.recipe.IRecipeTypeInfo typeInfo, com.simibubi.create.content.processing.recipe.ProcessingRecipeParams params)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Optional<net.minecraft.core.HolderSet<net.minecraft.world.level.biome.Biome>>
     
    Give a way for IFTLProcessingRecipe to convert to the proper class for this Recipe.
    Optional<net.minecraft.resources.ResourceLocation>
     
    net.minecraft.network.chat.Component
    getName(net.minecraft.resources.ResourceLocation recipeId)
     
    boolean
    isBookRequired(net.minecraft.world.level.Level level)
     
    boolean
     
    protected void
    setName(net.minecraft.network.chat.Component name)
     

    Methods inherited from class com.simibubi.create.content.processing.basin.BasinRecipe

    apply, canRequireHeat, canSpecifyDuration, convertShapeless, getMaxFluidInputCount, getMaxFluidOutputCount, getMaxInputCount, getMaxOutputCount, match, matches

    Methods inherited from class com.simibubi.create.content.processing.recipe.ProcessingRecipe

    assemble, canCraftInDimensions, codec, enforceNextResult, getFluidIngredients, getFluidResults, getGroup, getIngredients, getParams, getProcessingDuration, getRequiredHeat, getResultItem, getRollableResults, getRollableResultsAsItemStacks, getSerializer, getType, getTypeInfo, isSpecial, rollResults, rollResults, streamCodec, validate

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.petrolpark.core.recipe.IBiomeSpecificRecipe

    isValidAt, isValidIn

    Methods inherited from interface com.petrolpark.compat.create.core.recipe.firsttimelucky.IFTLProcessingRecipe

    rollLuckyResults, rollLuckyResults

    Methods inherited from interface net.minecraft.world.item.crafting.Recipe

    getRemainingItems, getToastSymbol, isIncomplete, showNotification
  • Field Details

    • allowedBiomes

      protected final Optional<net.minecraft.core.HolderSet<net.minecraft.world.level.biome.Biome>> allowedBiomes
    • firstTimeLuckyKey

      protected final Optional<net.minecraft.resources.ResourceLocation> firstTimeLuckyKey
    • bookRequired

      protected final boolean bookRequired
    • name

      protected net.minecraft.network.chat.Component name
  • Constructor Details

    • AdvancedBasinRecipe

      protected AdvancedBasinRecipe(com.simibubi.create.foundation.recipe.IRecipeTypeInfo typeInfo, com.simibubi.create.content.processing.recipe.ProcessingRecipeParams params)
  • Method Details