Uses of Interface
net.minecraft.world.item.CreativeModeTab.Output
Packages that use CreativeModeTab.Output
-
Uses of CreativeModeTab.Output in net.minecraft.world.item
Classes in net.minecraft.world.item that implement CreativeModeTab.OutputModifier and TypeClassDescription(package private) static classMethods in net.minecraft.world.item with parameters of type CreativeModeTab.OutputModifier and TypeMethodDescriptionvoidCreativeModeTab.DisplayItemsGenerator.accept(FeatureFlagSet p_259204_, CreativeModeTab.Output p_259752_, boolean p_260123_) 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.Output in net.minecraftforge.client
Methods in net.minecraftforge.client with parameters of type CreativeModeTab.OutputModifier and TypeMethodDescriptionstatic voidForgeHooksClient.onCreativeModeTabBuildContents(CreativeModeTab tab, CreativeModeTab.DisplayItemsGenerator originalGenerator, FeatureFlagSet flags, CreativeModeTab.Output output, boolean hasPermisions) -
Uses of CreativeModeTab.Output in net.minecraftforge.event
Classes in net.minecraftforge.event that implement CreativeModeTab.OutputModifier and TypeClassDescriptionstatic final classFired when the contents of a specific creative mode tab are being populated.