Klasse NoMirrorShapedRecipe

java.lang.Object
net.minecraft.world.item.crafting.ShapedRecipe
info.u_team.u_team_core.intern.recipe.NoMirrorShapedRecipe
Alle implementierten Schnittstellen:
net.minecraft.world.item.crafting.CraftingRecipe, net.minecraft.world.item.crafting.Recipe<net.minecraft.world.item.crafting.CraftingInput>

public class NoMirrorShapedRecipe extends net.minecraft.world.item.crafting.ShapedRecipe
  • Verschachtelte Klassen - Übersicht

    Verschachtelte Klassen
    Modifizierer und Typ
    Klasse
    Beschreibung
    static class 
     
  • Feldübersicht

    Von Klasse geerbte Felder net.minecraft.world.item.crafting.ShapedRecipe

    category, group, pattern, result, showNotification

    Von Schnittstelle geerbte Felder net.minecraft.world.item.crafting.Recipe

    CODEC, STREAM_CODEC
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
    NoMirrorShapedRecipe(String group, net.minecraft.world.item.crafting.CraftingBookCategory category, net.minecraft.world.item.crafting.ShapedRecipePattern pattern, net.minecraft.world.item.ItemStack result, boolean showNotification)
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    net.minecraft.world.item.crafting.RecipeSerializer<?>
     
    boolean
    matches(net.minecraft.world.item.crafting.CraftingInput input, net.minecraft.world.level.Level level)
     

    Von Klasse geerbte Methoden net.minecraft.world.item.crafting.ShapedRecipe

    assemble, canCraftInDimensions, category, getGroup, getHeight, getIngredients, getResultItem, getWidth, isIncomplete, showNotification

    Von Klasse geerbte Methoden java.lang.Object

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

    Von Schnittstelle geerbte Methoden net.minecraft.world.item.crafting.CraftingRecipe

    getType

    Von Schnittstelle geerbte Methoden net.minecraft.world.item.crafting.Recipe

    getRemainingItems, getToastSymbol, isSpecial
  • Konstruktordetails

    • NoMirrorShapedRecipe

      public NoMirrorShapedRecipe(String group, net.minecraft.world.item.crafting.CraftingBookCategory category, net.minecraft.world.item.crafting.ShapedRecipePattern pattern, net.minecraft.world.item.ItemStack result, boolean showNotification)
  • Methodendetails

    • matches

      public boolean matches(net.minecraft.world.item.crafting.CraftingInput input, net.minecraft.world.level.Level level)
      Angegeben von:
      matches in Schnittstelle net.minecraft.world.item.crafting.Recipe<net.minecraft.world.item.crafting.CraftingInput>
      Setzt außer Kraft:
      matches in Klasse net.minecraft.world.item.crafting.ShapedRecipe
    • getSerializer

      public net.minecraft.world.item.crafting.RecipeSerializer<?> getSerializer()
      Angegeben von:
      getSerializer in Schnittstelle net.minecraft.world.item.crafting.Recipe<net.minecraft.world.item.crafting.CraftingInput>
      Setzt außer Kraft:
      getSerializer in Klasse net.minecraft.world.item.crafting.ShapedRecipe