Package net.mcexpanded.fancytabsections
Class FancyTabSections
java.lang.Object
net.mcexpanded.fancytabsections.FancyTabSections
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAn example of an implementation can be found on FTSExampleMod -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCreative(net.minecraftforge.event.BuildCreativeModeTabContentsEvent event) static voidaddSection(net.minecraft.resources.ResourceLocation tab, Section section) Adds a Fancy Tab Section to the given CreativeModeTab Identifier
-
Field Details
-
MOD_ID
- See Also:
-
SECTIONS_MAP
-
ITEMS_MAP
-
-
Constructor Details
-
FancyTabSections
public FancyTabSections()An example of an implementation can be found on FTSExampleMod
-
-
Method Details
-
addCreative
public void addCreative(net.minecraftforge.event.BuildCreativeModeTabContentsEvent event) -
addSection
Adds a Fancy Tab Section to the given CreativeModeTab Identifier
-