Package net.minecraft.recipe
Interface InputSlotFiller.Handler<T extends Recipe<?>>
- Enclosing class:
InputSlotFiller<R extends Recipe<?>>
public static interface InputSlotFiller.Handler<T extends Recipe<?>>
- Mappings:
Namespace Name named net/minecraft/recipe/InputSlotFiller$Handler
intermediary net/minecraft/class_2955$class_9840
official all$a
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
boolean
matches
(RecipeEntry<T> entry) void
populateRecipeFinder
(RecipeFinder finder)
-
Method Details
-
populateRecipeFinder
- Mappings:
Namespace Name Mixin selector named populateRecipeFinder
Lnet/minecraft/recipe/InputSlotFiller$Handler;populateRecipeFinder(Lnet/minecraft/recipe/RecipeFinder;)V
intermediary method_61237
Lnet/minecraft/class_2955$class_9840;method_61237(Lnet/minecraft/class_9875;)V
official a
Lall$a;a(Lcqb;)V
-
clear
void clear()- Mappings:
Namespace Name Mixin selector named clear
Lnet/minecraft/recipe/InputSlotFiller$Handler;clear()V
intermediary method_61236
Lnet/minecraft/class_2955$class_9840;method_61236()V
official a
Lall$a;a()V
-
matches
- Mappings:
Namespace Name Mixin selector named matches
Lnet/minecraft/recipe/InputSlotFiller$Handler;matches(Lnet/minecraft/recipe/RecipeEntry;)Z
intermediary method_61238
Lnet/minecraft/class_2955$class_9840;method_61238(Lnet/minecraft/class_8786;)Z
official a
Lall$a;a(Ldci;)Z
-