Uses of Interface
net.minecraft.class_10302
Packages that use class_10302
Package
Description
The base package for all Minecraft classes.
-
Uses of class_10302 in net.minecraft
Classes in net.minecraft with type parameters of type class_10302Modifier and TypeClassDescriptionstatic final recordclass_10302.class_10312<T extends class_10302>Classes in net.minecraft that implement class_10302Modifier and TypeClassDescriptionstatic classstatic final recordstatic classstatic final recordstatic final recordstatic classstatic final recordFields in net.minecraft declared as class_10302Modifier and TypeFieldDescriptionprivate final class_10302class_10294.craftingStationThe field for thecraftingStationrecord component.private final class_10302class_10300.craftingStationThe field for thecraftingStationrecord component.private final class_10302class_10301.craftingStationThe field for thecraftingStationrecord component.private final class_10302class_10314.craftingStationThe field for thecraftingStationrecord component.private final class_10302class_10315.craftingStationThe field for thecraftingStationrecord component.private final class_10302class_10294.fuelThe field for thefuelrecord component.private final class_10302class_10294.ingredientThe field for theingredientrecord component.private final class_10302class_10291.optionDisplayThe field for theoptionDisplayrecord component.private final class_10302class_10294.resultThe field for theresultrecord component.private final class_10302class_10300.resultThe field for theresultrecord component.private final class_10302class_10301.resultThe field for theresultrecord component.private final class_10302class_10314.resultThe field for theresultrecord component.private final class_10302class_10315.resultThe field for theresultrecord component.Fields in net.minecraft with type parameters of type class_10302Modifier and TypeFieldDescriptionprivate final List<class_10302> class_10302.class_10304.contentsThe field for thecontentsrecord component.static final com.mojang.serialization.Codec<class_10302> class_10302.field_54671static final PacketCodec<RegistryByteBuf, class_10302> class_10302.field_54672private final List<class_10302> class_10300.ingredientsThe field for theingredientsrecord component.private final List<class_10302> class_10301.ingredientsThe field for theingredientsrecord component.Methods in net.minecraft that return class_10302Modifier and TypeMethodDescriptionclass_10294.craftingStation()Returns the value of thecraftingStationrecord component.class_10295.craftingStation()class_10300.craftingStation()Returns the value of thecraftingStationrecord component.class_10301.craftingStation()Returns the value of thecraftingStationrecord component.class_10314.craftingStation()Returns the value of thecraftingStationrecord component.class_10315.craftingStation()Returns the value of thecraftingStationrecord component.class_10294.fuel()Returns the value of thefuelrecord component.class_10294.ingredient()Returns the value of theingredientrecord component.class_10291.optionDisplay()Returns the value of theoptionDisplayrecord component.class_10294.result()Returns the value of theresultrecord component.class_10295.result()class_10300.result()Returns the value of theresultrecord component.class_10301.result()Returns the value of theresultrecord component.class_10314.result()Returns the value of theresultrecord component.class_10315.result()Returns the value of theresultrecord component.Methods in net.minecraft that return types with arguments of type class_10302Modifier and TypeMethodDescriptionclass_10302.class_10304.contents()Returns the value of thecontentsrecord component.class_10300.ingredients()Returns the value of theingredientsrecord component.class_10301.ingredients()Returns the value of theingredientsrecord component.class_10302.class_10312<? extends class_10302> class_10302.method_64736()Constructors in net.minecraft with parameters of type class_10302ModifierConstructorDescriptionclass_10291(class_10302 class_10302, Optional<RecipeEntry<T>> optional) class_10294(class_10302 class_10302, class_10302 class_103022, class_10302 class_103023, class_10302 class_103024) class_10300(int int2, int int3, List<class_10302> list, class_10302 class_10302, class_10302 class_103022) class_10301(List<class_10302> list, class_10302 class_10302, class_10302 class_103022) class_10314(class_10302 class_10302, class_10302 class_103022) class_10315(class_10302 class_10302, class_10302 class_103022) Constructor parameters in net.minecraft with type arguments of type class_10302ModifierConstructorDescriptionclass_10300(int int2, int int3, List<class_10302> list, class_10302 class_10302, class_10302 class_103022) class_10301(List<class_10302> list, class_10302 class_10302, class_10302 class_103022) class_10304(List<class_10302> list) -
Uses of class_10302 in net.minecraft.client.gui.screen.recipebook
Methods in net.minecraft.client.gui.screen.recipebook with parameters of type class_10302Modifier and TypeMethodDescriptionprotected voidGhostRecipe.method_64872(Slot slot, class_10302.class_10308 class_10308, class_10302 class_10302) private voidGhostRecipe.method_64873(Slot slot, class_10302.class_10308 class_10308, class_10302 class_10302, boolean bool) protected voidGhostRecipe.method_64874(Slot slot, class_10302.class_10308 class_10308, class_10302 class_10302) -
Uses of class_10302 in net.minecraft.recipe
Methods in net.minecraft.recipe that return class_10302