Uses of Interface
net.minecraft.client.gui.screen.recipebook.CurrentIndexProvider
Packages that use CurrentIndexProvider
-
Uses of CurrentIndexProvider in net.minecraft.client.gui.screen.recipebook
Fields in net.minecraft.client.gui.screen.recipebook declared as CurrentIndexProviderModifier and TypeFieldDescriptionprivate final CurrentIndexProvider
AnimatedResultButton.currentIndexProvider
private final CurrentIndexProvider
GhostRecipe.currentIndexProvider
(package private) final CurrentIndexProvider
RecipeAlternativesWidget.currentIndexProvider
Constructors in net.minecraft.client.gui.screen.recipebook with parameters of type CurrentIndexProviderModifierConstructorDescriptionAnimatedResultButton
(CurrentIndexProvider currentIndexProvider) GhostRecipe
(CurrentIndexProvider currentIndexProvider) RecipeAlternativesWidget
(CurrentIndexProvider currentIndexProvider, boolean furnace) RecipeBookResults
(RecipeBookWidget<?> recipeBookWidget, CurrentIndexProvider currentIndexProvider, boolean furnace)