Uses of Enum Class
net.minecraft.client.gui.screen.advancement.AdvancementTabType
-
Uses of AdvancementTabType in net.minecraft.client.gui.screen.advancement
Modifier and TypeMethodDescriptionAdvancementTab.getType()
static AdvancementTabType
Returns the enum constant of this class with the specified name.static AdvancementTabType[]
AdvancementTabType.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionAdvancementTab
(MinecraftClient client, AdvancementsScreen screen, AdvancementTabType type, int index, Advancement root, AdvancementDisplay display)