Skip to content

Commit

Permalink
[ci skip] Fix incomplete example in javadocs for PreFlattenTagRegistr…
Browse files Browse the repository at this point in the history
…ar (#12102)
  • Loading branch information
Doc94 authored Feb 12, 2025
1 parent 13c80a5 commit db2aa18
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@
* <pre>{@code
* class YourBootstrapClass implements PluginBootstrap {
*
* public static final TagKey<ItemType> AXE_PICKAXE = TagKey.create(RegistryKey.ITEM, Key.key("papermc:axe_pickaxe"));
*
* @Override
* public void bootstrap(BootstrapContext context) {
* LifecycleEventManager<BootstrapContext> manager = context.getLifecycleManager();
Expand Down

0 comments on commit db2aa18

Please sign in to comment.