Uses of Class
net.minecraft.class_10290
Packages that use class_10290
Package
Description
The base package for all Minecraft classes.
-
Uses of class_10290 in net.minecraft
Fields in net.minecraft declared as class_10290Fields in net.minecraft with type parameters of type class_10290Modifier and TypeFieldDescriptionstatic final RegistryKey<class_10290> class_10290.BLAST_FURNACE_INPUTstatic final RegistryKey<class_10290> class_10290.CAMPFIRE_INPUTstatic final RegistryKey<? extends Registry<class_10290>> class_10290.field_54646static final PacketCodec<RegistryByteBuf, class_10290> class_10290.field_54654private final Map<RegistryKey<class_10290>, class_10290> class_10333.field_54853private final Map<RegistryKey<class_10290>, class_10290> class_10333.field_54853static final RegistryKey<class_10290> class_10290.FURNACE_INPUTstatic final RegistryKey<class_10290> class_10290.SMELTER_INPUTstatic final RegistryKey<class_10290> class_10290.SMITHING_ADDITIONstatic final RegistryKey<class_10290> class_10290.SMITHING_BASEstatic final RegistryKey<class_10290> class_10290.SMITHING_TEMPLATEMethods in net.minecraft that return class_10290Modifier and TypeMethodDescriptionclass_10286.method_64678(RegistryKey<class_10290> registryKey) class_10333.method_64678(RegistryKey<class_10290> registryKey) (package private) static class_10290class_10290.method_64705(Collection<Ingredient> collection) Methods in net.minecraft that return types with arguments of type class_10290Modifier and TypeMethodDescriptionprivate static RegistryKey<class_10290> class_10290.method_64704(String string) Method parameters in net.minecraft with type arguments of type class_10290Modifier and TypeMethodDescriptionclass_10286.method_64678(RegistryKey<class_10290> registryKey) class_10333.method_64678(RegistryKey<class_10290> registryKey) Constructor parameters in net.minecraft with type arguments of type class_10290ModifierConstructorDescriptionclass_10333(Map<RegistryKey<class_10290>, class_10290> map, class_10291.class_10293<StonecuttingRecipe> class_10293) class_10333(Map<RegistryKey<class_10290>, class_10290> map, class_10291.class_10293<StonecuttingRecipe> class_10293) -
Uses of class_10290 in net.minecraft.network.packet.s2c.play
Fields in net.minecraft.network.packet.s2c.play with type parameters of type class_10290Modifier and TypeFieldDescriptionprivate final Map<RegistryKey<class_10290>, class_10290> SynchronizeRecipesS2CPacket.itemSetsThe field for theitemSetsrecord component.private final Map<RegistryKey<class_10290>, class_10290> SynchronizeRecipesS2CPacket.itemSetsThe field for theitemSetsrecord component.Methods in net.minecraft.network.packet.s2c.play that return types with arguments of type class_10290Modifier and TypeMethodDescriptionSynchronizeRecipesS2CPacket.itemSets()Returns the value of theitemSetsrecord component.SynchronizeRecipesS2CPacket.itemSets()Returns the value of theitemSetsrecord component.Constructor parameters in net.minecraft.network.packet.s2c.play with type arguments of type class_10290ModifierConstructorDescriptionSynchronizeRecipesS2CPacket(Map<RegistryKey<class_10290>, class_10290> map, class_10291.class_10293<StonecuttingRecipe> class_10293) SynchronizeRecipesS2CPacket(Map<RegistryKey<class_10290>, class_10290> map, class_10291.class_10293<StonecuttingRecipe> class_10293) -
Uses of class_10290 in net.minecraft.recipe
Fields in net.minecraft.recipe with type parameters of type class_10290Modifier and TypeFieldDescriptionprivate Map<RegistryKey<class_10290>, class_10290> RecipeManager.field_54639private Map<RegistryKey<class_10290>, class_10290> RecipeManager.field_54639Methods in net.minecraft.recipe that return class_10290Modifier and TypeMethodDescriptionRecipeManager.method_64678(RegistryKey<class_10290> registryKey) Methods in net.minecraft.recipe that return types with arguments of type class_10290Method parameters in net.minecraft.recipe with type arguments of type class_10290Modifier and TypeMethodDescriptionRecipeManager.method_64678(RegistryKey<class_10290> registryKey) -
Uses of class_10290 in net.minecraft.screen
Fields in net.minecraft.screen declared as class_10290Modifier and TypeFieldDescriptionprivate final class_10290AbstractFurnaceScreenHandler.field_54593private final class_10290SmithingScreenHandler.field_54597private final class_10290SmithingScreenHandler.field_54598private final class_10290SmithingScreenHandler.field_54599Constructor parameters in net.minecraft.screen with type arguments of type class_10290ModifierConstructorDescriptionprotectedAbstractFurnaceScreenHandler(ScreenHandlerType<?> type, RecipeType<? extends AbstractCookingRecipe> recipeType, RegistryKey<class_10290> registryKey, RecipeBookCategory recipeBookCategory, int int2, PlayerInventory playerInventory) protectedAbstractFurnaceScreenHandler(ScreenHandlerType<?> type, RecipeType<? extends AbstractCookingRecipe> recipeType, RegistryKey<class_10290> registryKey, RecipeBookCategory recipeBookCategory, int int2, PlayerInventory playerInventory, Inventory inventory, PropertyDelegate propertyDelegate)