Package net.minecraft.recipe
Interface RecipeUnlocker
- All Known Implementing Classes:
AbstractFurnaceBlockEntity,BlastFurnaceBlockEntity,CraftingResultInventory,FurnaceBlockEntity,SmokerBlockEntity
public interface RecipeUnlocker
- Mappings:
Namespace Name named net/minecraft/recipe/RecipeUnlockerintermediary net/minecraft/class_1732official ctq
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetLastRecipe(@Nullable RecipeEntry<?> recipe) default booleanshouldCraftRecipe(ServerPlayerEntity serverPlayerEntity, RecipeEntry<?> recipeEntry) default voidunlockLastRecipe(PlayerEntity player, List<ItemStack> ingredients)
-
Method Details
-
setLastRecipe
- Mappings:
Namespace Name Mixin selector named setLastRecipeLnet/minecraft/recipe/RecipeUnlocker;setLastRecipe(Lnet/minecraft/recipe/RecipeEntry;)Vintermediary method_7662Lnet/minecraft/class_1732;method_7662(Lnet/minecraft/class_8786;)Vofficial aLctq;a(Ldbc;)V
-
getLastRecipe
- Mappings:
Namespace Name Mixin selector named getLastRecipeLnet/minecraft/recipe/RecipeUnlocker;getLastRecipe()Lnet/minecraft/recipe/RecipeEntry;intermediary method_7663Lnet/minecraft/class_1732;method_7663()Lnet/minecraft/class_8786;official dLctq;d()Ldbc;
-
unlockLastRecipe
- Mappings:
Namespace Name Mixin selector named unlockLastRecipeLnet/minecraft/recipe/RecipeUnlocker;unlockLastRecipe(Lnet/minecraft/entity/player/PlayerEntity;Ljava/util/List;)Vintermediary method_7664Lnet/minecraft/class_1732;method_7664(Lnet/minecraft/class_1657;Ljava/util/List;)Vofficial aLctq;a(Lcou;Ljava/util/List;)V
-
shouldCraftRecipe
default boolean shouldCraftRecipe(ServerPlayerEntity serverPlayerEntity, RecipeEntry<?> recipeEntry) - Mappings:
Namespace Name Mixin selector named shouldCraftRecipeLnet/minecraft/recipe/RecipeUnlocker;shouldCraftRecipe(Lnet/minecraft/server/network/ServerPlayerEntity;Lnet/minecraft/recipe/RecipeEntry;)Zintermediary method_7665Lnet/minecraft/class_1732;method_7665(Lnet/minecraft/class_3222;Lnet/minecraft/class_8786;)Zofficial aLctq;a(Larq;Ldbc;)Z
-