Interface CreativeTabRegistry.TabSupplier

All Superinterfaces:
Supplier<net.minecraft.world.item.CreativeModeTab>
Enclosing class:
CreativeTabRegistry

@NonExtendable public static interface CreativeTabRegistry.TabSupplier extends Supplier<net.minecraft.world.item.CreativeModeTab>
  • Method Summary

    Modifier and Type
    Method
    Description
    net.minecraft.resources.ResourceLocation
    Returns the name of the creative tab.
    boolean
     

    Methods inherited from interface java.util.function.Supplier

    get
  • Method Details

    • getName

      net.minecraft.resources.ResourceLocation getName()
      Returns the name of the creative tab.
      Returns:
      The name of the creative tab.
    • isPresent

      boolean isPresent()
      Returns:
      whether the creative tab is registered.