Package dev.architectury.registry
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
-
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.
-