Class RecipePropertySet

java.lang.Object
net.minecraft.recipe.RecipePropertySet

public class RecipePropertySet extends Object
Mappings:
Namespace Name
named net/minecraft/recipe/RecipePropertySet
intermediary net/minecraft/class_10290
official dbo
  • Field Details Link icon

    • REGISTRY Link icon

      public static final RegistryKey<? extends Registry<RecipePropertySet>> REGISTRY
      Mappings:
      Namespace Name Mixin selector
      named REGISTRY Lnet/minecraft/recipe/RecipePropertySet;REGISTRY:Lnet/minecraft/registry/RegistryKey;
      intermediary field_54646 Lnet/minecraft/class_10290;field_54646:Lnet/minecraft/class_5321;
      official a Ldbo;a:Laku;
    • SMITHING_BASE Link icon

      public static final RegistryKey<RecipePropertySet> SMITHING_BASE
      Mappings:
      Namespace Name Mixin selector
      named SMITHING_BASE Lnet/minecraft/recipe/RecipePropertySet;SMITHING_BASE:Lnet/minecraft/registry/RegistryKey;
      intermediary field_54647 Lnet/minecraft/class_10290;field_54647:Lnet/minecraft/class_5321;
      official b Ldbo;b:Laku;
    • SMITHING_TEMPLATE Link icon

      public static final RegistryKey<RecipePropertySet> SMITHING_TEMPLATE
      Mappings:
      Namespace Name Mixin selector
      named SMITHING_TEMPLATE Lnet/minecraft/recipe/RecipePropertySet;SMITHING_TEMPLATE:Lnet/minecraft/registry/RegistryKey;
      intermediary field_54648 Lnet/minecraft/class_10290;field_54648:Lnet/minecraft/class_5321;
      official c Ldbo;c:Laku;
    • SMITHING_ADDITION Link icon

      public static final RegistryKey<RecipePropertySet> SMITHING_ADDITION
      Mappings:
      Namespace Name Mixin selector
      named SMITHING_ADDITION Lnet/minecraft/recipe/RecipePropertySet;SMITHING_ADDITION:Lnet/minecraft/registry/RegistryKey;
      intermediary field_54649 Lnet/minecraft/class_10290;field_54649:Lnet/minecraft/class_5321;
      official d Ldbo;d:Laku;
    • FURNACE_INPUT Link icon

      public static final RegistryKey<RecipePropertySet> FURNACE_INPUT
      Mappings:
      Namespace Name Mixin selector
      named FURNACE_INPUT Lnet/minecraft/recipe/RecipePropertySet;FURNACE_INPUT:Lnet/minecraft/registry/RegistryKey;
      intermediary field_54650 Lnet/minecraft/class_10290;field_54650:Lnet/minecraft/class_5321;
      official e Ldbo;e:Laku;
    • BLAST_FURNACE_INPUT Link icon

      public static final RegistryKey<RecipePropertySet> BLAST_FURNACE_INPUT
      Mappings:
      Namespace Name Mixin selector
      named BLAST_FURNACE_INPUT Lnet/minecraft/recipe/RecipePropertySet;BLAST_FURNACE_INPUT:Lnet/minecraft/registry/RegistryKey;
      intermediary field_54651 Lnet/minecraft/class_10290;field_54651:Lnet/minecraft/class_5321;
      official f Ldbo;f:Laku;
    • SMOKER_INPUT Link icon

      public static final RegistryKey<RecipePropertySet> SMOKER_INPUT
      Mappings:
      Namespace Name Mixin selector
      named SMOKER_INPUT Lnet/minecraft/recipe/RecipePropertySet;SMOKER_INPUT:Lnet/minecraft/registry/RegistryKey;
      intermediary field_54652 Lnet/minecraft/class_10290;field_54652:Lnet/minecraft/class_5321;
      official g Ldbo;g:Laku;
    • CAMPFIRE_INPUT Link icon

      public static final RegistryKey<RecipePropertySet> CAMPFIRE_INPUT
      Mappings:
      Namespace Name Mixin selector
      named CAMPFIRE_INPUT Lnet/minecraft/recipe/RecipePropertySet;CAMPFIRE_INPUT:Lnet/minecraft/registry/RegistryKey;
      intermediary field_54653 Lnet/minecraft/class_10290;field_54653:Lnet/minecraft/class_5321;
      official h Ldbo;h:Laku;
    • PACKET_CODEC Link icon

      public static final PacketCodec<RegistryByteBuf,RecipePropertySet> PACKET_CODEC
      Mappings:
      Namespace Name Mixin selector
      named PACKET_CODEC Lnet/minecraft/recipe/RecipePropertySet;PACKET_CODEC:Lnet/minecraft/network/codec/PacketCodec;
      intermediary field_54654 Lnet/minecraft/class_10290;field_54654:Lnet/minecraft/class_9139;
      official i Ldbo;i:Lyn;
    • EMPTY Link icon

      public static final RecipePropertySet EMPTY
      Mappings:
      Namespace Name Mixin selector
      named EMPTY Lnet/minecraft/recipe/RecipePropertySet;EMPTY:Lnet/minecraft/recipe/RecipePropertySet;
      intermediary field_54655 Lnet/minecraft/class_10290;field_54655:Lnet/minecraft/class_10290;
      official j Ldbo;j:Ldbo;
    • usableItems Link icon

      private final Set<RegistryEntry<Item>> usableItems
      Mappings:
      Namespace Name Mixin selector
      named usableItems Lnet/minecraft/recipe/RecipePropertySet;usableItems:Ljava/util/Set;
      intermediary field_54656 Lnet/minecraft/class_10290;field_54656:Ljava/util/Set;
      official k Ldbo;k:Ljava/util/Set;
  • Constructor Details Link icon

    • RecipePropertySet Link icon

      private RecipePropertySet(Set<RegistryEntry<Item>> usableItems)
      Mappings:
      Namespace Name Mixin selector
      named <init> Lnet/minecraft/recipe/RecipePropertySet;<init>(Ljava/util/Set;)V
      intermediary <init> Lnet/minecraft/class_10290;<init>(Ljava/util/Set;)V
      official <init> Ldbo;<init>(Ljava/util/Set;)V
  • Method Details Link icon

    • register Link icon

      private static RegistryKey<RecipePropertySet> register(String id)
      Mappings:
      Namespace Name Mixin selector
      named register Lnet/minecraft/recipe/RecipePropertySet;register(Ljava/lang/String;)Lnet/minecraft/registry/RegistryKey;
      intermediary method_64704 Lnet/minecraft/class_10290;method_64704(Ljava/lang/String;)Lnet/minecraft/class_5321;
      official a Ldbo;a(Ljava/lang/String;)Laku;
    • canUse Link icon

      public boolean canUse(ItemStack stack)
      Mappings:
      Namespace Name Mixin selector
      named canUse Lnet/minecraft/recipe/RecipePropertySet;canUse(Lnet/minecraft/item/ItemStack;)Z
      intermediary method_64701 Lnet/minecraft/class_10290;method_64701(Lnet/minecraft/class_1799;)Z
      official a Ldbo;a(Lcwq;)Z
    • of Link icon

      static RecipePropertySet of(Collection<Ingredient> ingredients)
      Mappings:
      Namespace Name Mixin selector
      named of Lnet/minecraft/recipe/RecipePropertySet;of(Ljava/util/Collection;)Lnet/minecraft/recipe/RecipePropertySet;
      intermediary method_64705 Lnet/minecraft/class_10290;method_64705(Ljava/util/Collection;)Lnet/minecraft/class_10290;
      official a Ldbo;a(Ljava/util/Collection;)Ldbo;