Uses of Interface
net.minecraft.recipe.RecipeType
Packages that use RecipeType
Package
Description
-
Uses of RecipeType in net.minecraft
Classes in net.minecraft that implement RecipeTypeFields in net.minecraft declared as RecipeTypeModifier and TypeFieldDescriptionprivate final RecipeTypeclass_3175.class_3176.field_15630private final RecipeTypeclass_3229.class_3231.field_15812private RecipeTypeclass_3278.field_16023private RecipeTypeclass_3280.field_16037private final RecipeTypeclass_3280.class_3281.field_16040private RecipeTypeclass_3283.field_16069private RecipeTypeclass_3330.field_16286private RecipeTypeclass_3339.field_16312private RecipeTypeclass_3345.field_16360Fields in net.minecraft with type parameters of type RecipeTypeModifier and TypeFieldDescriptionprivate List<RecipeType>class_3286.field_16079private List<RecipeType>class_3331.field_16288private List<RecipeType>class_3331.field_16289Methods in net.minecraft that return RecipeTypeModifier and TypeMethodDescriptionclass_3278.method_14558()class_3280.method_14568()class_3283.method_14602()class_3285.method_14623()class_3330.method_14822()class_3339.method_14863()Methods in net.minecraft that return types with arguments of type RecipeTypeModifier and TypeMethodDescriptionprivate List<RecipeType>class_3285.method_14624()class_3286.method_14629(boolean bool) class_3286.method_14632(boolean bool) class_3286.method_14634()private List<RecipeType>class_3321.method_14746()class_3331.method_14825()class_3331.method_14827()private List<RecipeType>class_3356.method_15000()private List<RecipeType>class_3356.method_15001()Methods in net.minecraft with parameters of type RecipeTypeModifier and TypeMethodDescriptionintclass_3175.method_14171(RecipeType recipeType, int int2, IntList intList) booleanclass_3175.method_14172(RecipeType recipeType, IntList intList) booleanclass_3175.method_14173(RecipeType recipeType, IntList intList, int int2) intclass_3175.method_14177(RecipeType recipeType, IntList intList) voidclass_3229.method_14388(ServerPlayerEntity serverPlayerEntity, RecipeType recipeType) voidclass_3229.class_3230.method_14392(RecipeType recipeType) booleanclass_3229.class_3231.method_14395(RecipeType recipeType) static voidclass_3259.method_14482(class_3264 class_3264, RecipeType recipeType) voidclass_3278.method_14554(RecipeType recipeType) voidclass_3282.method_14580(RecipeType recipeType, List<Slot> list) booleanclass_3286.method_14627(RecipeType recipeType) voidclass_3286.method_14631(RecipeType recipeType) voidclass_3345.method_14907(ServerPlayerEntity player, RecipeType recipeType, boolean bool) voidclass_3355.method_14983(RecipeType recipeType) booleanclass_3355.method_14987(RecipeType recipeType) voidclass_3355.method_14989(RecipeType recipeType) protected static intclass_3355.method_14990(RecipeType recipeType) booleanclass_3355.method_14991(RecipeType recipeType) voidclass_3355.method_14992(RecipeType recipeType) voidclass_3355.method_14993(RecipeType recipeType) Method parameters in net.minecraft with type arguments of type RecipeTypeModifier and TypeMethodDescriptionvoidclass_3283.method_14608(List<RecipeType> list) voidclass_3282.method_14636(List<RecipeType> list) voidclass_3287.method_14636(List<RecipeType> list) voidclass_3356.method_14995(List<RecipeType> list, ServerPlayerEntity serverPlayerEntity) private voidclass_3356.method_14996(class_3331.class_3332 class_3332, ServerPlayerEntity serverPlayerEntity, List<RecipeType> list) voidclass_3356.method_14998(List<RecipeType> list, ServerPlayerEntity serverPlayerEntity) Constructors in net.minecraft with parameters of type RecipeTypeModifierConstructorDescriptionclass_3176(RecipeType recipeType) class_3231(RecipeType recipeType) class_3281(int int2, int int3, RecipeType recipeType, boolean bool) class_3330(int int2, RecipeType recipeType) class_3339(int int2, RecipeType recipeType, boolean bool) Constructor parameters in net.minecraft with type arguments of type RecipeTypeModifierConstructorDescriptionclass_3331(class_3331.class_3332 class_3332, List<RecipeType> list, List<RecipeType> list2, boolean bool, boolean bool2) -
Uses of RecipeType in net.minecraft.client.network
Methods in net.minecraft.client.network with parameters of type RecipeTypeModifier and TypeMethodDescriptionvoidClientPlayerInteractionManager.method_14674(int int2, RecipeType recipeType, boolean bool, PlayerEntity playerEntity) -
Uses of RecipeType in net.minecraft.entity.player
Methods in net.minecraft.entity.player with parameters of type RecipeTypeMethod parameters in net.minecraft.entity.player with type arguments of type RecipeTypeModifier and TypeMethodDescriptionvoidPlayerEntity.method_14154(List<RecipeType> recipes) voidServerPlayerEntity.method_14154(List<RecipeType> recipes) voidPlayerEntity.method_14156(List<RecipeType> list) voidServerPlayerEntity.method_14156(List<RecipeType> list) -
Uses of RecipeType in net.minecraft.inventory
Fields in net.minecraft.inventory declared as RecipeTypeMethods in net.minecraft.inventory that return RecipeTypeMethods in net.minecraft.inventory with parameters of type RecipeTypeModifier and TypeMethodDescriptionvoidCraftingResultInventory.method_14210(RecipeType recipeType) -
Uses of RecipeType in net.minecraft.network.packet
Fields in net.minecraft.network.packet declared as RecipeTypeMethods in net.minecraft.network.packet that return RecipeTypeConstructors in net.minecraft.network.packet with parameters of type RecipeType -
Uses of RecipeType in net.minecraft.recipe
Classes in net.minecraft.recipe that implement RecipeTypeModifier and TypeClassDescriptionclassstatic classstatic classclassstatic classclassclassclassclassclassclassclassFields in net.minecraft.recipe with type parameters of type RecipeTypeModifier and TypeFieldDescriptionstatic final SimpleRegistry<Identifier,RecipeType> RecipeDispatcher.field_15683Methods in net.minecraft.recipe that return RecipeTypeModifier and TypeMethodDescriptionstatic RecipeTypeRecipeDispatcher.method_14255(int int2) private static RecipeTypeRecipeDispatcher.method_14257(JsonObject jsonObject) static RecipeTypeRecipeDispatcher.method_14259(Identifier identifier) static RecipeTypeRecipeDispatcher.method_14262(CraftingInventory craftingInventory, World world) Methods in net.minecraft.recipe with parameters of type RecipeTypeModifier and TypeMethodDescriptionstatic intRecipeDispatcher.method_14256(RecipeType recipeType) static voidRecipeDispatcher.method_14258(String string, RecipeType recipeType) static voidRecipeDispatcher.method_14260(Identifier identifier, RecipeType recipeType)