Package net.minecraft.recipe
Interface RecipeType<T extends Recipe<?>>
public interface RecipeType<T extends Recipe<?>>
- Mappings:
Namespace Name official brl
intermediary net/minecraft/class_3956
named net/minecraft/recipe/RecipeType
-
Field Summary
Fields Modifier and Type Field Description static RecipeType<BlastingRecipe>
BLASTING
static RecipeType<CampfireCookingRecipe>
CAMPFIRE_COOKING
static RecipeType<CraftingRecipe>
CRAFTING
static RecipeType<SmeltingRecipe>
SMELTING
static RecipeType<SmithingRecipe>
SMITHING
static RecipeType<SmokingRecipe>
SMOKING
static RecipeType<StonecuttingRecipe>
STONECUTTING
-
Method Summary
-
Field Details
-
CRAFTING
- Mappings:
Namespace Name Mixin selector official a
Lbrl;a:Lbrl;
intermediary field_17545
Lnet/minecraft/class_3956;field_17545:Lnet/minecraft/class_3956;
named CRAFTING
Lnet/minecraft/recipe/RecipeType;CRAFTING:Lnet/minecraft/recipe/RecipeType;
-
SMELTING
- Mappings:
Namespace Name Mixin selector official b
Lbrl;b:Lbrl;
intermediary field_17546
Lnet/minecraft/class_3956;field_17546:Lnet/minecraft/class_3956;
named SMELTING
Lnet/minecraft/recipe/RecipeType;SMELTING:Lnet/minecraft/recipe/RecipeType;
-
BLASTING
- Mappings:
Namespace Name Mixin selector official c
Lbrl;c:Lbrl;
intermediary field_17547
Lnet/minecraft/class_3956;field_17547:Lnet/minecraft/class_3956;
named BLASTING
Lnet/minecraft/recipe/RecipeType;BLASTING:Lnet/minecraft/recipe/RecipeType;
-
SMOKING
- Mappings:
Namespace Name Mixin selector official d
Lbrl;d:Lbrl;
intermediary field_17548
Lnet/minecraft/class_3956;field_17548:Lnet/minecraft/class_3956;
named SMOKING
Lnet/minecraft/recipe/RecipeType;SMOKING:Lnet/minecraft/recipe/RecipeType;
-
CAMPFIRE_COOKING
- Mappings:
Namespace Name Mixin selector official e
Lbrl;e:Lbrl;
intermediary field_17549
Lnet/minecraft/class_3956;field_17549:Lnet/minecraft/class_3956;
named CAMPFIRE_COOKING
Lnet/minecraft/recipe/RecipeType;CAMPFIRE_COOKING:Lnet/minecraft/recipe/RecipeType;
-
STONECUTTING
- Mappings:
Namespace Name Mixin selector official f
Lbrl;f:Lbrl;
intermediary field_17641
Lnet/minecraft/class_3956;field_17641:Lnet/minecraft/class_3956;
named STONECUTTING
Lnet/minecraft/recipe/RecipeType;STONECUTTING:Lnet/minecraft/recipe/RecipeType;
-
SMITHING
- Mappings:
Namespace Name Mixin selector official g
Lbrl;g:Lbrl;
intermediary field_25388
Lnet/minecraft/class_3956;field_25388:Lnet/minecraft/class_3956;
named SMITHING
Lnet/minecraft/recipe/RecipeType;SMITHING:Lnet/minecraft/recipe/RecipeType;
-
-
Method Details
-
register
- Mappings:
Namespace Name Mixin selector official a
Lbrl;a(Ljava/lang/String;)Lbrl;
intermediary method_17726
Lnet/minecraft/class_3956;method_17726(Ljava/lang/String;)Lnet/minecraft/class_3956;
named register
Lnet/minecraft/recipe/RecipeType;register(Ljava/lang/String;)Lnet/minecraft/recipe/RecipeType;
-
get
- Mappings:
Namespace Name Mixin selector official a
Lbrl;a(Lbri;Lbuq;Laqc;)Ljava/util/Optional;
intermediary method_17725
Lnet/minecraft/class_3956;method_17725(Lnet/minecraft/class_1860;Lnet/minecraft/class_1937;Lnet/minecraft/class_1263;)Ljava/util/Optional;
named get
Lnet/minecraft/recipe/RecipeType;get(Lnet/minecraft/recipe/Recipe;Lnet/minecraft/world/World;Lnet/minecraft/inventory/Inventory;)Ljava/util/Optional;
-