Class AstralCrystalRecipe

java.lang.Object
tech.anonymoushacker1279.immersiveweapons.item.crafting.AstralCrystalRecipe
All Implemented Interfaces:
net.minecraft.world.item.crafting.Recipe<AstralCrystalRecipeInput>

public class AstralCrystalRecipe extends Object implements net.minecraft.world.item.crafting.Recipe<AstralCrystalRecipeInput>
  • Nested Class Summary

    Nested classes/interfaces inherited from interface net.minecraft.world.item.crafting.Recipe

    net.minecraft.world.item.crafting.Recipe.BookInfo<CategoryType>, net.minecraft.world.item.crafting.Recipe.CommonInfo
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final com.mojang.serialization.MapCodec<AstralCrystalRecipe>
     
    static final net.minecraft.world.item.crafting.RecipeSerializer<AstralCrystalRecipe>
     
    static final net.minecraft.network.codec.StreamCodec<net.minecraft.network.RegistryFriendlyByteBuf, AstralCrystalRecipe>
     

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

    CODEC, CONDITIONAL_CODEC, KEY_CODEC
  • Constructor Summary

    Constructors
    Constructor
    Description
    AstralCrystalRecipe(String group, net.minecraft.world.item.crafting.Ingredient material, net.minecraft.world.item.crafting.Ingredient catalyst, net.minecraft.world.item.ItemStackTemplate result)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.item.ItemStack
     
    net.minecraft.world.item.crafting.Ingredient
     
    net.minecraft.world.item.crafting.RecipeSerializer<AstralCrystalRecipe>
     
    net.minecraft.world.item.crafting.RecipeType<AstralCrystalRecipe>
     
     
    boolean
     
    boolean
    matches(AstralCrystalRecipeInput input, net.minecraft.world.level.Level level)
     
    net.minecraft.world.item.crafting.Ingredient
     
    net.minecraft.world.item.crafting.PlacementInfo
     
    net.minecraft.world.item.crafting.RecipeBookCategory
     
    net.minecraft.world.item.ItemStackTemplate
     
    boolean
     

    Methods inherited from class Object

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

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

    display
  • Field Details

    • MAP_CODEC

      public static final com.mojang.serialization.MapCodec<AstralCrystalRecipe> MAP_CODEC
    • STREAM_CODEC

      public static final net.minecraft.network.codec.StreamCodec<net.minecraft.network.RegistryFriendlyByteBuf, AstralCrystalRecipe> STREAM_CODEC
    • SERIALIZER

      public static final net.minecraft.world.item.crafting.RecipeSerializer<AstralCrystalRecipe> SERIALIZER
  • Constructor Details

    • AstralCrystalRecipe

      public AstralCrystalRecipe(String group, net.minecraft.world.item.crafting.Ingredient material, net.minecraft.world.item.crafting.Ingredient catalyst, net.minecraft.world.item.ItemStackTemplate result)
  • Method Details

    • group

      public String group()
      Specified by:
      group in interface net.minecraft.world.item.crafting.Recipe<AstralCrystalRecipeInput>
    • result

      public net.minecraft.world.item.ItemStackTemplate result()
    • material

      public net.minecraft.world.item.crafting.Ingredient material()
    • catalyst

      public net.minecraft.world.item.crafting.Ingredient catalyst()
    • getSerializer

      public net.minecraft.world.item.crafting.RecipeSerializer<AstralCrystalRecipe> getSerializer()
      Specified by:
      getSerializer in interface net.minecraft.world.item.crafting.Recipe<AstralCrystalRecipeInput>
    • getType

      public net.minecraft.world.item.crafting.RecipeType<AstralCrystalRecipe> getType()
      Specified by:
      getType in interface net.minecraft.world.item.crafting.Recipe<AstralCrystalRecipeInput>
    • recipeBookCategory

      public net.minecraft.world.item.crafting.RecipeBookCategory recipeBookCategory()
      Specified by:
      recipeBookCategory in interface net.minecraft.world.item.crafting.Recipe<AstralCrystalRecipeInput>
    • matches

      public boolean matches(AstralCrystalRecipeInput input, net.minecraft.world.level.Level level)
      Specified by:
      matches in interface net.minecraft.world.item.crafting.Recipe<AstralCrystalRecipeInput>
    • assemble

      public net.minecraft.world.item.ItemStack assemble(AstralCrystalRecipeInput input)
      Specified by:
      assemble in interface net.minecraft.world.item.crafting.Recipe<AstralCrystalRecipeInput>
    • isSpecial

      public boolean isSpecial()
      Specified by:
      isSpecial in interface net.minecraft.world.item.crafting.Recipe<AstralCrystalRecipeInput>
    • showNotification

      public boolean showNotification()
      Specified by:
      showNotification in interface net.minecraft.world.item.crafting.Recipe<AstralCrystalRecipeInput>
    • placementInfo

      public net.minecraft.world.item.crafting.PlacementInfo placementInfo()
      Specified by:
      placementInfo in interface net.minecraft.world.item.crafting.Recipe<AstralCrystalRecipeInput>