Package net.minecraft.recipe
Interface RecipeUnlocker
- All Known Implementing Classes:
AbstractFurnaceBlockEntity,BlastFurnaceBlockEntity,CraftingResultInventory,FurnaceBlockEntity,SmokerBlockEntity
public interface RecipeUnlocker
- Mappings:
Namespace Name official cjqintermediary net/minecraft/class_1732named net/minecraft/recipe/RecipeUnlocker
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetLastRecipe(@Nullable RecipeEntry<?> recipe) default booleanshouldCraftRecipe(World world, ServerPlayerEntity player, RecipeEntry<?> recipe) default voidunlockLastRecipe(PlayerEntity player, List<ItemStack> ingredients)
-
Method Details
-
setLastRecipe
- Mappings:
Namespace Name Mixin selector official aLcjq;a(Lcqe;)Vintermediary method_7662Lnet/minecraft/class_1732;method_7662(Lnet/minecraft/class_8786;)Vnamed setLastRecipeLnet/minecraft/recipe/RecipeUnlocker;setLastRecipe(Lnet/minecraft/recipe/RecipeEntry;)V
-
getLastRecipe
- Mappings:
Namespace Name Mixin selector official dLcjq;d()Lcqe;intermediary method_7663Lnet/minecraft/class_1732;method_7663()Lnet/minecraft/class_8786;named getLastRecipeLnet/minecraft/recipe/RecipeUnlocker;getLastRecipe()Lnet/minecraft/recipe/RecipeEntry;
-
unlockLastRecipe
- Mappings:
Namespace Name Mixin selector official aLcjq;a(Lcfi;Ljava/util/List;)Vintermediary method_7664Lnet/minecraft/class_1732;method_7664(Lnet/minecraft/class_1657;Ljava/util/List;)Vnamed unlockLastRecipeLnet/minecraft/recipe/RecipeUnlocker;unlockLastRecipe(Lnet/minecraft/entity/player/PlayerEntity;Ljava/util/List;)V
-
shouldCraftRecipe
- Mappings:
Namespace Name Mixin selector official aLcjq;a(Lctp;Lane;Lcqe;)Zintermediary method_7665Lnet/minecraft/class_1732;method_7665(Lnet/minecraft/class_1937;Lnet/minecraft/class_3222;Lnet/minecraft/class_8786;)Znamed shouldCraftRecipeLnet/minecraft/recipe/RecipeUnlocker;shouldCraftRecipe(Lnet/minecraft/world/World;Lnet/minecraft/server/network/ServerPlayerEntity;Lnet/minecraft/recipe/RecipeEntry;)Z
-