Class EmojiRecipe

java.lang.Object
net.minecraft.world.item.crafting.CustomRecipe
com.hrznstudio.emojiful.datapack.EmojiRecipe
All Implemented Interfaces:
net.minecraft.world.item.crafting.CraftingRecipe, net.minecraft.world.item.crafting.Recipe<net.minecraft.world.item.crafting.CraftingInput>

public class EmojiRecipe extends net.minecraft.world.item.crafting.CustomRecipe
  • Nested Class Summary

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

    net.minecraft.world.item.crafting.CraftingRecipe.CraftingBookInfo

    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 inherited from interface net.minecraft.world.item.crafting.Recipe

    CODEC, CONDITIONAL_CODEC, KEY_CODEC, STREAM_CODEC
  • Constructor Summary

    Constructors
    Constructor
    Description
    EmojiRecipe(String category, String name, String url)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.item.ItemStack
    assemble(net.minecraft.world.item.crafting.CraftingInput craftingInput)
     
     
     
    net.minecraft.world.item.crafting.RecipeSerializer<? extends net.minecraft.world.item.crafting.CustomRecipe>
     
     
    boolean
    matches(net.minecraft.world.item.crafting.CraftingInput craftingInput, net.minecraft.world.level.Level level)
     

    Methods inherited from class net.minecraft.world.item.crafting.CustomRecipe

    category, group, isSpecial, placementInfo, showNotification

    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.CraftingRecipe

    getRemainingItems, getType, recipeBookCategory

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

    display
  • Constructor Details

  • Method Details

    • matches

      public boolean matches(net.minecraft.world.item.crafting.CraftingInput craftingInput, net.minecraft.world.level.Level level)
    • assemble

      public net.minecraft.world.item.ItemStack assemble(net.minecraft.world.item.crafting.CraftingInput craftingInput)
    • getSerializer

      public net.minecraft.world.item.crafting.RecipeSerializer<? extends net.minecraft.world.item.crafting.CustomRecipe> getSerializer()
      Specified by:
      getSerializer in interface net.minecraft.world.item.crafting.CraftingRecipe
      Specified by:
      getSerializer in interface net.minecraft.world.item.crafting.Recipe<net.minecraft.world.item.crafting.CraftingInput>
      Specified by:
      getSerializer in class net.minecraft.world.item.crafting.CustomRecipe
    • getCategory

      public String getCategory()
    • getName

      public String getName()
    • getUrl

      public String getUrl()