Uses of Enum Class
net.minecraft.world.item.CreativeModeTab.TabVisibility
Packages that use CreativeModeTab.TabVisibility
-
Uses of CreativeModeTab.TabVisibility in net.minecraft.world.item
Methods in net.minecraft.world.item that return CreativeModeTab.TabVisibilityModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static CreativeModeTab.TabVisibility[]CreativeModeTab.TabVisibility.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.world.item with parameters of type CreativeModeTab.TabVisibilityModifier and TypeMethodDescriptionvoidCreativeModeTab.ItemDisplayBuilder.accept(ItemStack p_250391_, CreativeModeTab.TabVisibility p_251472_) voidCreativeModeTab.Output.accept(ItemStack p_251806_, CreativeModeTab.TabVisibility p_249603_) default voidCreativeModeTab.Output.accept(ItemLike p_251528_, CreativeModeTab.TabVisibility p_249821_) default voidCreativeModeTab.Output.acceptAll(Collection<ItemStack> p_251548_, CreativeModeTab.TabVisibility p_252285_) private static voidCreativeModeTabs.generateEnchantmentBookTypesAllLevels(CreativeModeTab.Output p_249319_, Set<EnchantmentCategory> p_249855_, CreativeModeTab.TabVisibility p_251772_) private static voidCreativeModeTabs.generateEnchantmentBookTypesOnlyMaxLevel(CreativeModeTab.Output p_249134_, Set<EnchantmentCategory> p_251824_, CreativeModeTab.TabVisibility p_250904_) private static voidCreativeModeTabs.generateFireworksAllDurations(CreativeModeTab.Output p_259586_, CreativeModeTab.TabVisibility p_259372_) private static voidCreativeModeTabs.generateInstrumentTypes(CreativeModeTab.Output p_251188_, Item p_250699_, TagKey<Instrument> p_251969_, CreativeModeTab.TabVisibility p_251099_) private static voidCreativeModeTabs.generatePotionEffectTypes(CreativeModeTab.Output p_249919_, Item p_249272_, CreativeModeTab.TabVisibility p_251809_) private static voidCreativeModeTabs.generateSuspiciousStews(CreativeModeTab.Output p_259484_, CreativeModeTab.TabVisibility p_260051_) -
Uses of CreativeModeTab.TabVisibility in net.minecraftforge.event
Fields in net.minecraftforge.event with type parameters of type CreativeModeTab.TabVisibilityModifier and TypeFieldDescriptionprivate final MutableHashedLinkedMap<ItemStack,CreativeModeTab.TabVisibility> CreativeModeTabEvent.BuildContents.entriesMethods in net.minecraftforge.event that return types with arguments of type CreativeModeTab.TabVisibilityMethods in net.minecraftforge.event with parameters of type CreativeModeTab.TabVisibilityModifier and TypeMethodDescriptionvoidCreativeModeTabEvent.BuildContents.accept(Supplier<? extends ItemLike> item, CreativeModeTab.TabVisibility visibility) voidCreativeModeTabEvent.BuildContents.accept(ItemStack stack, CreativeModeTab.TabVisibility visibility) Constructor parameters in net.minecraftforge.event with type arguments of type CreativeModeTab.TabVisibilityModifierConstructorDescriptionBuildContents(CreativeModeTab tab, FeatureFlagSet flags, boolean hasPermissions, MutableHashedLinkedMap<ItemStack, CreativeModeTab.TabVisibility> entries)