Class DyeableItemDyeRecipe

java.lang.Object
net.minecraft.world.item.crafting.CustomRecipe
info.u_team.u_team_core.intern.recipe.DyeableItemDyeRecipe
All Implemented Interfaces:
net.minecraft.world.item.crafting.CraftingRecipe, net.minecraft.world.item.crafting.Recipe<net.minecraft.world.inventory.CraftingContainer>

public class DyeableItemDyeRecipe extends net.minecraft.world.item.crafting.CustomRecipe
  • Constructor Summary

    Constructors
    Constructor
    Description
    DyeableItemDyeRecipe(net.minecraft.resources.ResourceLocation location)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.world.item.ItemStack
    assemble(net.minecraft.world.inventory.CraftingContainer container)
     
    boolean
    canCraftInDimensions(int width, int height)
     
    net.minecraft.world.item.crafting.RecipeSerializer<?>
     
    boolean
    matches(net.minecraft.world.inventory.CraftingContainer container, net.minecraft.world.level.Level level)
     

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

    getId, getResultItem, isSpecial

    Methods inherited from class java.lang.Object

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

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

    getType

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

    getGroup, getIngredients, getRemainingItems, getToastSymbol, isIncomplete
  • Constructor Details

    • DyeableItemDyeRecipe

      public DyeableItemDyeRecipe(net.minecraft.resources.ResourceLocation location)
  • Method Details

    • matches

      public boolean matches(net.minecraft.world.inventory.CraftingContainer container, net.minecraft.world.level.Level level)
    • assemble

      public net.minecraft.world.item.ItemStack assemble(net.minecraft.world.inventory.CraftingContainer container)
    • canCraftInDimensions

      public boolean canCraftInDimensions(int width, int height)
    • getSerializer

      public net.minecraft.world.item.crafting.RecipeSerializer<?> getSerializer()