public interface ManualCommonAPI
It allows opening the manual at a desired specific page, as well as registering custom tabs and content callback handlers.
| Modifier and Type | Method and Description |
|---|---|
void |
addProvider(PathProvider provider)
Register a path provider.
|
void addProvider(PathProvider provider)
Path providers are used to find documentation entries for item stacks and blocks in the world.
provider - the provider to register.