Uses of Enum Class
net.minecraft.client.gui.screen.advancement.AdvancementTabType
Packages that use AdvancementTabType
-
Uses of AdvancementTabType in net.minecraft.client.gui.screen.advancement
Fields in net.minecraft.client.gui.screen.advancement declared as AdvancementTabTypeMethods in net.minecraft.client.gui.screen.advancement that return AdvancementTabTypeModifier 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.Constructors in net.minecraft.client.gui.screen.advancement with parameters of type AdvancementTabTypeModifierConstructorDescriptionAdvancementTab
(MinecraftClient client, AdvancementsScreen screen, AdvancementTabType type, int index, PlacedAdvancement root, AdvancementDisplay display)