Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- add(Item) - Method in class net.mcexpanded.fancytabsections.creativetab.ConglomerateOfItems
-
Add an Item to the conglomerate
- add(ItemStack) - Method in class net.mcexpanded.fancytabsections.creativetab.ConglomerateOfItems
-
Add an ItemStack to the conglomerate
- add(ItemLike) - Method in class net.mcexpanded.fancytabsections.creativetab.ConglomerateOfItems
- add(DeferredItem<Item>) - Method in class net.mcexpanded.fancytabsections.creativetab.ConglomerateOfItems
-
Add a DeferredItem to the conglomerate.
- add(DeferredRegister.Items) - Method in class net.mcexpanded.fancytabsections.creativetab.ConglomerateOfItems
- addSection(ResourceLocation, Section) - Static method in class net.mcexpanded.fancytabsections.FancyTabSections
-
Adds a Fancy Tab Section to the given CreativeModeTab Identifier
B
- bannerColor() - Method in record class net.mcexpanded.fancytabsections.creativetab.SectionColored
-
Returns the value of the
bannerColorrecord component. - BannerRenderer - Class in net.mcexpanded.fancytabsections.creativetab
- BannerRenderer() - Constructor for class net.mcexpanded.fancytabsections.creativetab.BannerRenderer
- build() - Static method in class net.mcexpanded.fancytabsections.creativetab.TabLayout
C
- conglomerate - Variable in class net.mcexpanded.fancytabsections.creativetab.ConglomerateOfItems
- ConglomerateOfItems - Class in net.mcexpanded.fancytabsections.creativetab
- ConglomerateOfItems() - Constructor for class net.mcexpanded.fancytabsections.creativetab.ConglomerateOfItems
- create() - Static method in class net.mcexpanded.fancytabsections.creativetab.ConglomerateOfItems
- CREATIVE_MODE_TABS - Static variable in interface net.mcexpanded.fancytabsections.FTSExampleMod.FTSExampleCreativeModeTabs
- CreativeModeInventoryScreenMixin - Class in net.mcexpanded.fancytabsections.mixin.client
- CreativeModeInventoryScreenMixin() - Constructor for class net.mcexpanded.fancytabsections.mixin.client.CreativeModeInventoryScreenMixin
- CreativeModeTabAccessor - Interface in net.mcexpanded.fancytabsections.mixin
- CreativeModeTabMixin - Class in net.mcexpanded.fancytabsections.mixin
- CreativeModeTabMixin() - Constructor for class net.mcexpanded.fancytabsections.mixin.CreativeModeTabMixin
- CURRENT_ROW - Static variable in class net.mcexpanded.fancytabsections.creativetab.BannerRenderer
E
- equals(Object) - Method in record class net.mcexpanded.fancytabsections.creativetab.SectionColored
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in record class net.mcexpanded.fancytabsections.creativetab.SectionTextured
-
Indicates whether some other object is "equal to" this one.
F
- FancyTabSections - Class in net.mcexpanded.fancytabsections
- FancyTabSections(IEventBus) - Constructor for class net.mcexpanded.fancytabsections.FancyTabSections
-
An example of an implementation can be found on FTSExampleMod
- FTSExampleMod - Class in net.mcexpanded.fancytabsections
- FTSExampleMod(IEventBus) - Constructor for class net.mcexpanded.fancytabsections.FTSExampleMod
-
Example of an implementation of FancyTabSections
- FTSExampleMod.FTSExampleCreativeModeTabs - Interface in net.mcexpanded.fancytabsections
- FTSExampleMod.FTSExampleModItems - Interface in net.mcexpanded.fancytabsections
G
- getRowIndexForScroll(float) - Method in class net.mcexpanded.fancytabsections.mixin.client.ItemPickerMenuMixin
H
- hashCode() - Method in record class net.mcexpanded.fancytabsections.creativetab.SectionColored
-
Returns a hash code value for this object.
- hashCode() - Method in record class net.mcexpanded.fancytabsections.creativetab.SectionTextured
-
Returns a hash code value for this object.
I
- id() - Method in interface net.mcexpanded.fancytabsections.creativetab.Section
- id() - Method in record class net.mcexpanded.fancytabsections.creativetab.SectionColored
-
Returns the value of the
idrecord component. - id() - Method in record class net.mcexpanded.fancytabsections.creativetab.SectionTextured
-
Returns the value of the
idrecord component. - ItemPickerMenuMixin - Class in net.mcexpanded.fancytabsections.mixin.client
- ItemPickerMenuMixin() - Constructor for class net.mcexpanded.fancytabsections.mixin.client.ItemPickerMenuMixin
- items() - Method in interface net.mcexpanded.fancytabsections.creativetab.Section
- items() - Method in record class net.mcexpanded.fancytabsections.creativetab.SectionColored
-
Returns the value of the
itemsrecord component. - items() - Method in record class net.mcexpanded.fancytabsections.creativetab.SectionTextured
-
Returns the value of the
itemsrecord component. - ITEMS - Static variable in interface net.mcexpanded.fancytabsections.FTSExampleMod.FTSExampleModItems
- ITEMS_MAP - Static variable in class net.mcexpanded.fancytabsections.FancyTabSections
M
- MISSINGNO - Static variable in interface net.mcexpanded.fancytabsections.FTSExampleMod.FTSExampleModItems
- MOD_ID - Static variable in class net.mcexpanded.fancytabsections.FancyTabSections
N
- net.mcexpanded.fancytabsections - package net.mcexpanded.fancytabsections
- net.mcexpanded.fancytabsections.creativetab - package net.mcexpanded.fancytabsections.creativetab
- net.mcexpanded.fancytabsections.mixin - package net.mcexpanded.fancytabsections.mixin
- net.mcexpanded.fancytabsections.mixin.client - package net.mcexpanded.fancytabsections.mixin.client
- NON_BUCKETABLE_FISH_REGISTRY - Static variable in interface net.mcexpanded.fancytabsections.FTSExampleMod.FTSExampleModItems
O
- of(ResourceLocation, Component, int, ConglomerateOfItems) - Static method in record class net.mcexpanded.fancytabsections.creativetab.SectionTextured
-
The texture must be placed at [namespace]:textures/gui/fancy_tab_section/[path].png when using this builder
R
- register(IEventBus) - Static method in interface net.mcexpanded.fancytabsections.FTSExampleMod.FTSExampleCreativeModeTabs
- register(IEventBus) - Static method in interface net.mcexpanded.fancytabsections.FTSExampleMod.FTSExampleModItems
- render(CreativeModeInventoryScreen, GuiGraphics, List<Section>) - Static method in class net.mcexpanded.fancytabsections.creativetab.BannerRenderer
- rl(String) - Static method in class net.mcexpanded.fancytabsections.FTSExampleMod
S
- Section - Interface in net.mcexpanded.fancytabsections.creativetab
- SECTION_ROW - Static variable in class net.mcexpanded.fancytabsections.creativetab.TabLayout
- SectionColored - Record Class in net.mcexpanded.fancytabsections.creativetab
- SectionColored(ResourceLocation, Component, int, int, ConglomerateOfItems) - Constructor for record class net.mcexpanded.fancytabsections.creativetab.SectionColored
-
Creates an instance of a
SectionColoredrecord class. - SECTIONS_MAP - Static variable in class net.mcexpanded.fancytabsections.FancyTabSections
- SectionTextured - Record Class in net.mcexpanded.fancytabsections.creativetab
- SectionTextured(ResourceLocation, Component, ResourceLocation, int, ConglomerateOfItems) - Constructor for record class net.mcexpanded.fancytabsections.creativetab.SectionTextured
-
Creates an instance of a
SectionTexturedrecord class. - setDisplayItems(Collection<ItemStack>) - Method in interface net.mcexpanded.fancytabsections.mixin.CreativeModeTabAccessor
- setDisplayItemsSearchTab(Set<ItemStack>) - Method in interface net.mcexpanded.fancytabsections.mixin.CreativeModeTabAccessor
- SHINY_THINGS - Static variable in interface net.mcexpanded.fancytabsections.FTSExampleMod.FTSExampleCreativeModeTabs
T
- TabLayout - Class in net.mcexpanded.fancytabsections.creativetab
- TabLayout() - Constructor for class net.mcexpanded.fancytabsections.creativetab.TabLayout
- textColor() - Method in interface net.mcexpanded.fancytabsections.creativetab.Section
- textColor() - Method in record class net.mcexpanded.fancytabsections.creativetab.SectionColored
-
Returns the value of the
textColorrecord component. - textColor() - Method in record class net.mcexpanded.fancytabsections.creativetab.SectionTextured
-
Returns the value of the
textColorrecord component. - texture() - Method in record class net.mcexpanded.fancytabsections.creativetab.SectionTextured
-
Returns the value of the
texturerecord component. - title() - Method in interface net.mcexpanded.fancytabsections.creativetab.Section
- title() - Method in record class net.mcexpanded.fancytabsections.creativetab.SectionColored
-
Returns the value of the
titlerecord component. - title() - Method in record class net.mcexpanded.fancytabsections.creativetab.SectionTextured
-
Returns the value of the
titlerecord component. - TOOLS - Static variable in interface net.mcexpanded.fancytabsections.FTSExampleMod.FTSExampleCreativeModeTabs
- toStacks() - Method in class net.mcexpanded.fancytabsections.creativetab.ConglomerateOfItems
-
Converts the list of added objects to ItemStacks and caches it
- toString() - Method in record class net.mcexpanded.fancytabsections.creativetab.SectionColored
-
Returns a string representation of this record class.
- toString() - Method in record class net.mcexpanded.fancytabsections.creativetab.SectionTextured
-
Returns a string representation of this record class.
U
- UNKNOWN - Static variable in interface net.mcexpanded.fancytabsections.FTSExampleMod.FTSExampleModItems
All Classes and Interfaces|All Packages|Constant Field Values